#E16D77

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

Shades of Froly #E16D77

Tints of Froly #E16D77

Color information

#E16D77 (or 0xE16D77) is unknown color: approx Froly. HEX triplet: E1, 6D and 77. RGB value is (225,109,119). Sum of RGB (Red+Green+Blue) = 225+109+119=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D77 is #1E9288. Grayscale: #909090. Windows color (decimal): -2003593 or 7826913. OLE color: 7826913.

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

Color convert

RGB225109119-
CMYK00.520.470.12
HSL354.83º65.91%65.49%-
HSV(B)354.83º51.56%88.24%-
XYZ39.8528.2820.81-
YUV144.82113.43185.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.67%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 119 (46.88% from 255) = 26.27%
R=49.67%
G=24.06%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510911900.520.470.12354.8365.9165.49
HexE16D770342FC1634241
Octal3411551670645714543102101
Binary11100001110110111101110110100101111110010110001110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16D77; }

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

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

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

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

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

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

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

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