#E36064

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

Shades of Froly #E36064

Tints of Froly #E36064

Color information

#E36064 (or 0xE36064) is unknown color: approx Froly. HEX triplet: E3, 60 and 64. RGB value is (227,96,100). Sum of RGB (Red+Green+Blue) = 227+96+100=423 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.66% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 227 - color contains mainly: red. Hex color #E36064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36064 is #1C9F9B. Grayscale: #878787. Windows color (decimal): -1875868 or 6578403. OLE color: 6578403.

HSL color Cylindrical-coordinate representation of color #E36064: hue angle of 358.17º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E36064 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB22796100-
CMYK00.580.560.11
HSL358.17º70.05%63.33%-
HSV(B)358.17º57.71%89.02%-
XYZ38.1625.6214.99-
YUV135.62107.9193.17-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.66%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=53.66%
G=22.70%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279610000.580.560.11358.1770.0563.33
HexE3606403A38B166463f
Octal343140144072701354610677
Binary1110001111000001100100011101011100010111011001101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36064; }

 p { color: rgb(227,96,100); }

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

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

 a { background-color: rgb(227,96,100); }

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

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

 span { border-color: rgb(227,96,100); }

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