#E36C70

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

Shades of Froly #E36C70

Tints of Froly #E36C70

Color information

#E36C70 (or 0xE36C70) is unknown color: approx Froly. HEX triplet: E3, 6C and 70. RGB value is (227,108,112). Sum of RGB (Red+Green+Blue) = 227+108+112=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E36C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36C70 is #1C938F. Grayscale: #909090. Windows color (decimal): -1872784 or 7367907. OLE color: 7367907.

HSL color Cylindrical-coordinate representation of color #E36C70: hue angle of 357.98º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E36C70 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB227108112-
CMYK00.520.510.11
HSL357.98º68%65.69%-
HSV(B)357.98º52.42%89.02%-
XYZ39.9728.2318.67-
YUV144.04109.92187.17-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.78%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=50.78%
G=24.16%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710811200.520.510.11357.986865.69
HexE36C7003433B1664442
Octal3431541600646313546104102
Binary11100011110110011100000110100110011101110110011010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36C70; }

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

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

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

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

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

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

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

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