#E16E73

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

Shades of Froly #E16E73

Tints of Froly #E16E73

Color information

#E16E73 (or 0xE16E73) is unknown color: approx Froly. HEX triplet: E1, 6E and 73. RGB value is (225,110,115). Sum of RGB (Red+Green+Blue) = 225+110+115=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E73 is #1E918C. Grayscale: #919191. Windows color (decimal): -2003341 or 7565025. OLE color: 7565025.

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

Color convert

RGB225110115-
CMYK00.510.490.12
HSL357.39º65.71%65.69%-
HSV(B)357.39º51.11%88.24%-
XYZ39.7228.419.61-
YUV144.95111.1185.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 115 (45.31% from 255) = 25.56%
R=50%
G=24.44%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511011500.510.490.12357.3965.7165.69
HexE16E7303331C1654242
Octal3411561630636114545102102
Binary11100001110111011100110110011110001110010110010110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16E73; }

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

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

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

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

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

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

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

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