#E16E70

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

Shades of Froly #E16E70

Tints of Froly #E16E70

Color information

#E16E70 (or 0xE16E70) is unknown color: approx Froly. HEX triplet: E1, 6E and 70. RGB value is (225,110,112). Sum of RGB (Red+Green+Blue) = 225+110+112=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E70 is #1E918F. Grayscale: #909090. Windows color (decimal): -2003344 or 7368417. OLE color: 7368417.

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

Color convert

RGB225110112-
CMYK00.510.500.12
HSL358.96º65.71%65.69%-
HSV(B)358.96º51.11%88.24%-
XYZ39.5528.3318.71-
YUV144.61109.6185.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.34%
GREEN value IS 110 (43.36% from 255) = 24.61%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=50.34%
G=24.61%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511011200.510.500.12358.9665.7165.69
HexE16E7003332C1674242
Octal3411561600636214547102102
Binary11100001110111011100000110011110010110010110011110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16E70; }

 p { color: rgb(225,110,112); }

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

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

 a { background-color: rgb(225,110,112); }

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

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

 span { border-color: rgb(225,110,112); }

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