#E16A70

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

Shades of Froly #E16A70

Tints of Froly #E16A70

Color information

#E16A70 (or 0xE16A70) is unknown color: approx Froly. HEX triplet: E1, 6A and 70. RGB value is (225,106,112). Sum of RGB (Red+Green+Blue) = 225+106+112=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A70 is #1E958F. Grayscale: #8E8E8E. Windows color (decimal): -2004368 or 7367393. OLE color: 7367393.

HSL color Cylindrical-coordinate representation of color #E16A70: hue angle of 356.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 #E16A70 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225106112-
CMYK00.530.500.12
HSL356.97º66.48%64.9%-
HSV(B)356.97º52.89%88.24%-
XYZ39.1327.4918.57-
YUV142.26110.92187.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.79%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=50.79%
G=23.93%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510611200.530.500.12356.9766.4864.9
HexE16A7003532C1654241
Octal3411521600656214545102101
Binary11100001110101011100000110101110010110010110010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16A70; }

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

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

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

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

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

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

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

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