#E16472

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

Shades of Froly #E16472

Tints of Froly #E16472

Color information

#E16472 (or 0xE16472) is unknown color: approx Froly. HEX triplet: E1, 64 and 72. RGB value is (225,100,114). Sum of RGB (Red+Green+Blue) = 225+100+114=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E16472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16472 is #1E9B8D. Grayscale: #8B8B8B. Windows color (decimal): -2005902 or 7496929. OLE color: 7496929.

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

Color convert

RGB225100114-
CMYK00.560.490.12
HSL353.28º67.57%63.73%-
HSV(B)353.28º55.56%88.24%-
XYZ38.6526.3418.97-
YUV138.97113.91189.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.25%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 114 (44.92% from 255) = 25.97%
R=51.25%
G=22.78%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510011400.560.490.12353.2867.5763.73
HexE1647203831C1614440
Octal3411441620706114541104100
Binary11100001110010011100100111000110001110010110000110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16472; }

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

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

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

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

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

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

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

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