#E37074

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

Shades of Froly #E37074

Tints of Froly #E37074

Color information

#E37074 (or 0xE37074) is unknown color: approx Froly. HEX triplet: E3, 70 and 74. RGB value is (227,112,116). Sum of RGB (Red+Green+Blue) = 227+112+116=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E37074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37074 is #1C8F8B. Grayscale: #929292. Windows color (decimal): -1871756 or 7631075. OLE color: 7631075.

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

Color convert

RGB227112116-
CMYK00.510.490.11
HSL357.91º67.25%66.47%-
HSV(B)357.91º50.66%89.02%-
XYZ40.6329.1820.01-
YUV146.84110.6185.17-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.89%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=49.89%
G=24.62%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711211600.510.490.11357.9167.2566.47
HexE3707403331B1664342
Octal3431601640636113546103102
Binary11100011111000011101000110011110001101110110011010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37074; }

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

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

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

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

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

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

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

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