#E16E74

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

Shades of Froly #E16E74

Tints of Froly #E16E74

Color information

#E16E74 (or 0xE16E74) is unknown color: approx Froly. HEX triplet: E1, 6E and 74. RGB value is (225,110,116). Sum of RGB (Red+Green+Blue) = 225+110+116=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E74 is #1E918B. Grayscale: #919191. Windows color (decimal): -2003340 or 7630561. OLE color: 7630561.

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

Color convert

RGB225110116-
CMYK00.510.480.12
HSL356.87º65.71%65.69%-
HSV(B)356.87º51.11%88.24%-
XYZ39.7828.4219.91-
YUV145.07111.6185.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 116 (45.70% from 255) = 25.72%
R=49.89%
G=24.39%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511011600.510.480.12356.8765.7165.69
HexE16E7403330C1654242
Octal3411561640636014545102102
Binary11100001110111011101000110011110000110010110010110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16E74; }

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

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

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

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

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

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

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

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