#E16A72

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

Shades of Froly #E16A72

Tints of Froly #E16A72

Color information

#E16A72 (or 0xE16A72) is unknown color: approx Froly. HEX triplet: E1, 6A and 72. RGB value is (225,106,114). Sum of RGB (Red+Green+Blue) = 225+106+114=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A72 is #1E958D. Grayscale: #8E8E8E. Windows color (decimal): -2004366 or 7498465. OLE color: 7498465.

HSL color Cylindrical-coordinate representation of color #E16A72: hue angle of 355.97º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16A72 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB225106114-
CMYK00.530.490.12
HSL355.97º66.48%64.9%-
HSV(B)355.97º52.89%88.24%-
XYZ39.2427.5319.17-
YUV142.49111.92186.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.56%
GREEN value IS 106 (41.80% from 255) = 23.82%
BLUE value IS 114 (44.92% from 255) = 25.62%
R=50.56%
G=23.82%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510611400.530.490.12355.9766.4864.9
HexE16A7203531C1644241
Octal3411521620656114544102101
Binary11100001110101011100100110101110001110010110010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16A72; }

 p { color: rgb(225,106,114); }

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

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

 a { background-color: rgb(225,106,114); }

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

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

 span { border-color: rgb(225,106,114); }

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