#E36974

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

Shades of Froly #E36974

Tints of Froly #E36974

Color information

#E36974 (or 0xE36974) is unknown color: approx Froly. HEX triplet: E3, 69 and 74. RGB value is (227,105,116). Sum of RGB (Red+Green+Blue) = 227+105+116=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E36974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36974 is #1C968B. Grayscale: #8E8E8E. Windows color (decimal): -1873548 or 7629283. OLE color: 7629283.

HSL color Cylindrical-coordinate representation of color #E36974: hue angle of 354.59º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E36974 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB227105116-
CMYK00.540.490.11
HSL354.59º68.54%65.1%-
HSV(B)354.59º53.74%89.02%-
XYZ39.8827.6919.77-
YUV142.73112.92188.11-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.67%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 116 (45.70% from 255) = 25.89%
R=50.67%
G=23.44%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710511600.540.490.11354.5968.5465.1
HexE3697403631B1634541
Octal3431511640666113543105101
Binary11100011110100111101000110110110001101110110001110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36974; }

 p { color: rgb(227,105,116); }

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

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

 a { background-color: rgb(227,105,116); }

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

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

 span { border-color: rgb(227,105,116); }

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