#E16B79

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

Shades of Froly #E16B79

Tints of Froly #E16B79

Color information

#E16B79 (or 0xE16B79) is unknown color: approx Froly. HEX triplet: E1, 6B and 79. RGB value is (225,107,121). Sum of RGB (Red+Green+Blue) = 225+107+121=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B79 is #1E9486. Grayscale: #8F8F8F. Windows color (decimal): -2004103 or 7957473. OLE color: 7957473.

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

Color convert

RGB225107121-
CMYK00.520.460.12
HSL352.88º66.29%65.1%-
HSV(B)352.88º52.44%88.24%-
XYZ39.7627.921.38-
YUV143.88115.09185.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.67%
GREEN value IS 107 (42.19% from 255) = 23.62%
BLUE value IS 121 (47.66% from 255) = 26.71%
R=49.67%
G=23.62%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510712100.520.460.12352.8866.2965.1
HexE16B790342EC1614241
Octal3411531710645614541102101
Binary11100001110101111110010110100101110110010110000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16B79; }

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

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

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

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

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

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

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

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