#E16164

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

Shades of Froly #E16164

Tints of Froly #E16164

Color information

#E16164 (or 0xE16164) is unknown color: approx Froly. HEX triplet: E1, 61 and 64. RGB value is (225,97,100). Sum of RGB (Red+Green+Blue) = 225+97+100=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E16164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16164 is #1E9E9B. Grayscale: #878787. Windows color (decimal): -2006684 or 6578657. OLE color: 6578657.

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

Color convert

RGB22597100-
CMYK00.570.560.12
HSL358.59º68.09%63.14%-
HSV(B)358.59º56.89%88.24%-
XYZ37.6325.4814.99-
YUV135.61107.91191.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.32%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=53.32%
G=22.99%
B=23.70%

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
Decimal2259710000.570.560.12358.5968.0963.14
HexE1616403938C167443f
Octal341141144071701454710477
Binary1110000111000011100100011100111100011001011001111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16164; }

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

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

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

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

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

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

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

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