#E06E79

Color #E06E79 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #E06E79

Tints of Froly #E06E79

Color information

#E06E79 (or 0xE06E79) is unknown color: approx Froly. HEX triplet: E0, 6E and 79. RGB value is (224,110,121). Sum of RGB (Red+Green+Blue) = 224+110+121=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E79 is #1F9186. Grayscale: #919191. Windows color (decimal): -2068871 or 7958240. OLE color: 7958240.

HSL color Cylindrical-coordinate representation of color #E06E79: hue angle of 354.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06E79 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB224110121-
CMYK00.510.460.12
HSL354.21º64.77%65.49%-
HSV(B)354.21º50.89%87.84%-
XYZ39.7728.3821.47-
YUV145.34114.27184.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.23%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 121 (47.66% from 255) = 26.59%
R=49.23%
G=24.18%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411012100.510.460.12354.2164.7765.49
HexE06E790332EC1624141
Octal3401561710635614542101101
Binary11100000110111011110010110011101110110010110001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06E79; }

 p { color: rgb(224,110,121); }

 H1.HeaderClassName
 {
   color: #E06E79;
 }
 .AnyTagClassName
 {
   color: #E06E79;
 }
</style>
background-color css

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

 a { background-color: rgb(224,110,121); }

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

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

 span { border-color: rgb(224,110,121); }

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