#E36070

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

Shades of Froly #E36070

Tints of Froly #E36070

Color information

#E36070 (or 0xE36070) is unknown color: approx Froly. HEX triplet: E3, 60 and 70. RGB value is (227,96,112). Sum of RGB (Red+Green+Blue) = 227+96+112=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E36070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36070 is #1C9F8F. Grayscale: #898989. Windows color (decimal): -1875856 or 7364835. OLE color: 7364835.

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

Color convert

RGB22796112-
CMYK00.580.510.11
HSL352.67º70.05%63.33%-
HSV(B)352.67º57.71%89.02%-
XYZ38.7925.8718.28-
YUV136.99113.9192.2-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.18%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 112 (44.14% from 255) = 25.75%
R=52.18%
G=22.07%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279611200.580.510.11352.6770.0563.33
HexE3607003A33B161463f
Octal343140160072631354110677
Binary1110001111000001110000011101011001110111011000011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36070; }

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

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

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

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

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

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

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

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