#E36072

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

Shades of Froly #E36072

Tints of Froly #E36072

Color information

#E36072 (or 0xE36072) is unknown color: approx Froly. HEX triplet: E3, 60 and 72. RGB value is (227,96,114). Sum of RGB (Red+Green+Blue) = 227+96+114=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E36072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36072 is #1C9F8D. Grayscale: #898989. Windows color (decimal): -1875854 or 7495907. OLE color: 7495907.

HSL color Cylindrical-coordinate representation of color #E36072: hue angle of 351.76º 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 #E36072 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB22796114-
CMYK00.580.500.11
HSL351.76º70.05%63.33%-
HSV(B)351.76º57.71%89.02%-
XYZ38.925.9118.87-
YUV137.22114.9192.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.95%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=51.95%
G=21.97%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279611400.580.500.11351.7670.0563.33
HexE3607203A32B160463f
Octal343140162072621354010677
Binary1110001111000001110010011101011001010111011000001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36072; }

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

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

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

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

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

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

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

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