#E16D73

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

Shades of Froly #E16D73

Tints of Froly #E16D73

Color information

#E16D73 (or 0xE16D73) is unknown color: approx Froly. HEX triplet: E1, 6D and 73. RGB value is (225,109,115). Sum of RGB (Red+Green+Blue) = 225+109+115=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D73 is #1E928C. Grayscale: #909090. Windows color (decimal): -2003597 or 7564769. OLE color: 7564769.

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

Color convert

RGB225109115-
CMYK00.520.490.12
HSL356.9º65.91%65.49%-
HSV(B)356.9º51.56%88.24%-
XYZ39.6128.1819.57-
YUV144.37111.43185.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.11%
GREEN value IS 109 (42.97% from 255) = 24.28%
BLUE value IS 115 (45.31% from 255) = 25.61%
R=50.11%
G=24.28%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510911500.520.490.12356.965.9165.49
HexE16D7303431C1654241
Octal3411551630646114545102101
Binary11100001110110111100110110100110001110010110010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16D73; }

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

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

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

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

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

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

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

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