#E16F77

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

Shades of Froly #E16F77

Tints of Froly #E16F77

Color information

#E16F77 (or 0xE16F77) is unknown color: approx Froly. HEX triplet: E1, 6F and 77. RGB value is (225,111,119). Sum of RGB (Red+Green+Blue) = 225+111+119=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F77 is #1E9088. Grayscale: #929292. Windows color (decimal): -2003081 or 7827425. OLE color: 7827425.

HSL color Cylindrical-coordinate representation of color #E16F77: hue angle of 355.79º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16F77 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB225111119-
CMYK00.510.470.12
HSL355.79º65.52%65.88%-
HSV(B)355.79º50.67%88.24%-
XYZ40.0728.7120.88-
YUV146112.77184.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.45%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 119 (46.88% from 255) = 26.15%
R=49.45%
G=24.40%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511111900.510.470.12355.7965.5265.88
HexE16F770332FC1644242
Octal3411571670635714544102102
Binary11100001110111111101110110011101111110010110010010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F77; }

 p { color: rgb(225,111,119); }

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

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

 a { background-color: rgb(225,111,119); }

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

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

 span { border-color: rgb(225,111,119); }

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