#E16B78

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

Shades of Froly #E16B78

Tints of Froly #E16B78

Color information

#E16B78 (or 0xE16B78) is unknown color: approx Froly. HEX triplet: E1, 6B and 78. RGB value is (225,107,120). Sum of RGB (Red+Green+Blue) = 225+107+120=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B78 is #1E9487. Grayscale: #8F8F8F. Windows color (decimal): -2004104 or 7891937. OLE color: 7891937.

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

Color convert

RGB225107120-
CMYK00.520.470.12
HSL353.39º66.29%65.1%-
HSV(B)353.39º52.44%88.24%-
XYZ39.727.8821.06-
YUV143.76114.59185.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.78%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 120 (47.27% from 255) = 26.55%
R=49.78%
G=23.67%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510712000.520.470.12353.3966.2965.1
HexE16B780342FC1614241
Octal3411531700645714541102101
Binary11100001110101111110000110100101111110010110000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16B78; }

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

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

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

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

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

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

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

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