#E16470

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

Shades of Froly #E16470

Tints of Froly #E16470

Color information

#E16470 (or 0xE16470) is unknown color: approx Froly. HEX triplet: E1, 64 and 70. RGB value is (225,100,112). Sum of RGB (Red+Green+Blue) = 225+100+112=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E16470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16470 is #1E9B8F. Grayscale: #8A8A8A. Windows color (decimal): -2005904 or 7365857. OLE color: 7365857.

HSL color Cylindrical-coordinate representation of color #E16470: hue angle of 354.24º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16470 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225100112-
CMYK00.560.500.12
HSL354.24º67.57%63.73%-
HSV(B)354.24º55.56%88.24%-
XYZ38.5326.2918.37-
YUV138.74112.91189.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.49%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=51.49%
G=22.88%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510011200.560.500.12354.2467.5763.73
HexE1647003832C1624440
Octal3411441600706214542104100
Binary11100001110010011100000111000110010110010110001010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16470; }

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

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

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

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

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

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

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

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