#E17C82

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

Shades of Froly #E17C82

Tints of Froly #E17C82

Color information

#E17C82 (or 0xE17C82) is unknown color: approx Froly. HEX triplet: E1, 7C and 82. RGB value is (225,124,130). Sum of RGB (Red+Green+Blue) = 225+124+130=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17C82 is #1E837D. Grayscale: #9A9A9A. Windows color (decimal): -1999742 or 8551649. OLE color: 8551649.

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

Color convert

RGB225124130-
CMYK00.450.420.12
HSL356.44º62.73%68.43%-
HSV(B)356.44º44.89%88.24%-
XYZ42.2932.0325.07-
YUV154.88113.96178.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.97%
GREEN value IS 124 (48.83% from 255) = 25.89%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=46.97%
G=25.89%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512413000.450.420.12356.4462.7368.43
HexE17C8202D2AC1643f44
Octal341174202055521454477104
Binary11100001111110010000010010110110101011001011001001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17C82; }

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

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

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

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

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

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

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

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