#E16F78

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

Shades of Froly #E16F78

Tints of Froly #E16F78

Color information

#E16F78 (or 0xE16F78) is unknown color: approx Froly. HEX triplet: E1, 6F and 78. RGB value is (225,111,120). Sum of RGB (Red+Green+Blue) = 225+111+120=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F78 is #1E9087. Grayscale: #929292. Windows color (decimal): -2003080 or 7892961. OLE color: 7892961.

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

Color convert

RGB225111120-
CMYK00.510.470.12
HSL355.26º65.52%65.88%-
HSV(B)355.26º50.67%88.24%-
XYZ40.1328.7321.2-
YUV146.11113.27184.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.34%
GREEN value IS 111 (43.75% from 255) = 24.34%
BLUE value IS 120 (47.27% from 255) = 26.32%
R=49.34%
G=24.34%
B=26.32%

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
Decimal22511112000.510.470.12355.2665.5265.88
HexE16F780332FC1634242
Octal3411571700635714543102102
Binary11100001110111111110000110011101111110010110001110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F78; }

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

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

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

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

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

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

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

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