#E36C72

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

Shades of Froly #E36C72

Tints of Froly #E36C72

Color information

#E36C72 (or 0xE36C72) is unknown color: approx Froly. HEX triplet: E3, 6C and 72. RGB value is (227,108,114). Sum of RGB (Red+Green+Blue) = 227+108+114=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E36C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36C72 is #1C938D. Grayscale: #909090. Windows color (decimal): -1872782 or 7498979. OLE color: 7498979.

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

Color convert

RGB227108114-
CMYK00.520.500.11
HSL356.97º68%65.69%-
HSV(B)356.97º52.42%89.02%-
XYZ40.0828.2719.26-
YUV144.26110.92187.01-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.56%
GREEN value IS 108 (42.58% from 255) = 24.05%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=50.56%
G=24.05%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710811400.520.500.11356.976865.69
HexE36C7203432B1654442
Octal3431541620646213545104102
Binary11100011110110011100100110100110010101110110010110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36C72; }

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

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

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

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

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

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

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

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