#E17F81

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

Shades of Froly #E17F81

Tints of Froly #E17F81

Color information

#E17F81 (or 0xE17F81) is unknown color: approx Froly. HEX triplet: E1, 7F and 81. RGB value is (225,127,129). Sum of RGB (Red+Green+Blue) = 225+127+129=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17F81 is #1E807E. Grayscale: #9C9C9C. Windows color (decimal): -1998975 or 8486881. OLE color: 8486881.

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

Color convert

RGB225127129-
CMYK00.440.430.12
HSL358.78º62.03%69.02%-
HSV(B)358.78º43.56%88.24%-
XYZ42.632.7724.85-
YUV156.53112.47176.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.78%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 129 (50.78% from 255) = 26.82%
R=46.78%
G=26.40%
B=26.82%

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
Decimal22512712900.440.430.12358.7862.0369.02
HexE17F8102C2BC1673e45
Octal341177201054531454776105
Binary11100001111111110000001010110010101111001011001111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17F81; }

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

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

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

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

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

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

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

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