#E16162

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

Shades of Froly #E16162

Tints of Froly #E16162

Color information

#E16162 (or 0xE16162) is unknown color: approx Froly. HEX triplet: E1, 61 and 62. RGB value is (225,97,98). Sum of RGB (Red+Green+Blue) = 225+97+98=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E16162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16162 is #1E9E9D. Grayscale: #878787. Windows color (decimal): -2006686 or 6447585. OLE color: 6447585.

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

Color convert

RGB2259798-
CMYK00.570.560.12
HSL359.53º68.09%63.14%-
HSV(B)359.53º56.89%88.24%-
XYZ37.5325.4414.49-
YUV135.39106.91191.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.57%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 98 (38.67% from 255) = 23.33%
R=53.57%
G=23.10%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225979800.570.560.12359.5368.0963.14
HexE1616203938C168443f
Octal341141142071701455010477
Binary1110000111000011100010011100111100011001011010001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16162; }

 p { color: rgb(225,97,98); }

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

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

 a { background-color: rgb(225,97,98); }

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

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

 span { border-color: rgb(225,97,98); }

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