#E06D76

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

Shades of Froly #E06D76

Tints of Froly #E06D76

Color information

#E06D76 (or 0xE06D76) is unknown color: approx Froly. HEX triplet: E0, 6D and 76. RGB value is (224,109,118). Sum of RGB (Red+Green+Blue) = 224+109+118=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D76 is #1F9289. Grayscale: #909090. Windows color (decimal): -2069130 or 7761376. OLE color: 7761376.

HSL color Cylindrical-coordinate representation of color #E06D76: hue angle of 355.3º 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 #E06D76 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB224109118-
CMYK00.510.470.12
HSL355.3º64.97%65.29%-
HSV(B)355.3º51.34%87.84%-
XYZ39.4828.0920.48-
YUV144.41113.1184.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.67%
GREEN value IS 109 (42.97% from 255) = 24.17%
BLUE value IS 118 (46.48% from 255) = 26.16%
R=49.67%
G=24.17%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410911800.510.470.12355.364.9765.29
HexE06D760332FC1634141
Octal3401551660635714543101101
Binary11100000110110111101100110011101111110010110001110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06D76; }

 p { color: rgb(224,109,118); }

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

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

 a { background-color: rgb(224,109,118); }

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

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

 span { border-color: rgb(224,109,118); }

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