Html Css Color HEX #E5666A Froly

📋 copy color: '#E5666A'

red 229 ◦ green 102 ◦ blue 106

#E5666A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #E5666A

Tints of Froly #E5666A

RGB

 RED value IS 229 (89.84% from 255) = 52.4%

 GREEN value IS 102 (40.23% from 255) = 23.34%

 BLUE value IS 106 (41.8% from 255) = 24.26%

R = 52.4%
G = 23.34%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E5666A (or 0xE5666A) is known color: Froly. HEX triplet: E5, 66 and 6A. RGB value is (229,102,106). Sum of RGB (Red+Green+Blue) = 229+102+106=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5666A is #1A9995. Grayscale: #8C8C8C. Windows color (decimal): -1743254 or 6973157. OLE color: 6973157.

HSL color Cylindrical-coordinate representation of color #E5666A: hue angle of 358.11º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5666A is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 102 106 -
CMYK 0 0.55 0.54 0.10
HSL 358.11º 0.71% 0.65% -
HSV(B) 358.11º 0.55% 0.9% -
XYZ 39.67 27.2 16.8 -
YUV 140.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 229 102 106 0 0.55 0.54 0.10 358.11 0.71 0.65
Hex E5 66 6A 0 37 36 A 166 47 41
Octal 345 146 152 0 67 66 12 546 107 101
Binary 11100101 1100110 1101010 0 110111 110110 1010 101100110 1000111 1000001

Color Harmonies of #E5666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5666A

Black with #E5666A

Text Example


Text Example

White with #E5666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5666A; }

 p { color: rgb(229,102,106); }

 H1.HeaderClassName
 {
   color: #E5666A;
 }
 .AnyTagClassName
 {
   color: #E5666A;
 }
</style>

background-color css

<style>
 a { background-color: #E5666A; }

 a { background-color: rgb(229,102,106); }

 div.DivClassName
 {
   background-color: #E5666A;
 }
 .BgClassName
 {
   background-color: #E5666A;
 }
</style>

border-color css

<style>
 span { border-color: #E5666A; }

 span { border-color: rgb(229,102,106); }

 td.TdClassName
 {
   border-color: #E5666A;
 }
 .TagClassName
 {
   border-color: #E5666A;
 }
</style>