#E17D81

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

Shades of Froly #E17D81

Tints of Froly #E17D81

Color information

#E17D81 (or 0xE17D81) is unknown color: approx Froly. HEX triplet: E1, 7D and 81. RGB value is (225,125,129). Sum of RGB (Red+Green+Blue) = 225+125+129=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17D81 is #1E827E. Grayscale: #9B9B9B. Windows color (decimal): -1999487 or 8486369. OLE color: 8486369.

HSL color Cylindrical-coordinate representation of color #E17D81: hue angle of 357.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17D81 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB225125129-
CMYK00.440.430.12
HSL357.6º62.5%68.63%-
HSV(B)357.6º44.44%88.24%-
XYZ42.3532.2624.76-
YUV155.36113.13177.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.97%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 129 (50.78% from 255) = 26.93%
R=46.97%
G=26.10%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512512900.440.430.12357.662.568.63
HexE17D8102C2BC1663e45
Octal341175201054531454676105
Binary11100001111110110000001010110010101111001011001101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17D81; }

 p { color: rgb(225,125,129); }

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

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

 a { background-color: rgb(225,125,129); }

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

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

 span { border-color: rgb(225,125,129); }

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