#E16C79

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

Shades of Froly #E16C79

Tints of Froly #E16C79

Color information

#E16C79 (or 0xE16C79) is unknown color: approx Froly. HEX triplet: E1, 6C and 79. RGB value is (225,108,121). Sum of RGB (Red+Green+Blue) = 225+108+121=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C79 is #1E9386. Grayscale: #909090. Windows color (decimal): -2003847 or 7957729. OLE color: 7957729.

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

Color convert

RGB225108121-
CMYK00.520.460.12
HSL353.33º66.1%65.29%-
HSV(B)353.33º52%88.24%-
XYZ39.8728.1121.41-
YUV144.46114.76185.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 121 (47.66% from 255) = 26.65%
R=49.56%
G=23.79%
B=26.65%

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
Decimal22510812100.520.460.12353.3366.165.29
HexE16C790342EC1614241
Octal3411541710645614541102101
Binary11100001110110011110010110100101110110010110000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16C79; }

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

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

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

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

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

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

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

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