#E17F82

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

Shades of Froly #E17F82

Tints of Froly #E17F82

Color information

#E17F82 (or 0xE17F82) is unknown color: approx Froly. HEX triplet: E1, 7F and 82. RGB value is (225,127,130). Sum of RGB (Red+Green+Blue) = 225+127+130=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17F82 is #1E807D. Grayscale: #9C9C9C. Windows color (decimal): -1998974 or 8552417. OLE color: 8552417.

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

Color convert

RGB225127130-
CMYK00.440.420.12
HSL358.16º62.03%69.02%-
HSV(B)358.16º43.56%88.24%-
XYZ42.6732.825.2-
YUV156.64112.97176.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.68%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=46.68%
G=26.35%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512713000.440.420.12358.1662.0369.02
HexE17F8202C2AC1663e45
Octal341177202054521454676105
Binary11100001111111110000010010110010101011001011001101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17F82; }

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

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

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

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

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

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

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

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