#E17C80

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

Shades of Froly #E17C80

Tints of Froly #E17C80

Color information

#E17C80 (or 0xE17C80) is unknown color: approx Froly. HEX triplet: E1, 7C and 80. RGB value is (225,124,128). Sum of RGB (Red+Green+Blue) = 225+124+128=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17C80 is #1E837F. Grayscale: #9A9A9A. Windows color (decimal): -1999744 or 8420577. OLE color: 8420577.

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

Color convert

RGB225124128-
CMYK00.450.430.12
HSL357.62º62.73%68.43%-
HSV(B)357.62º44.89%88.24%-
XYZ42.1631.9824.37-
YUV154.66112.96178.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=47.17%
G=26.00%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512412800.450.430.12357.6262.7368.43
HexE17C8002D2BC1663f44
Octal341174200055531454677104
Binary11100001111110010000000010110110101111001011001101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17C80; }

 p { color: rgb(225,124,128); }

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

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

 a { background-color: rgb(225,124,128); }

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

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

 span { border-color: rgb(225,124,128); }

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