#E37078

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

Shades of Froly #E37078

Tints of Froly #E37078

Color information

#E37078 (or 0xE37078) is unknown color: approx Froly. HEX triplet: E3, 70 and 78. RGB value is (227,112,120). Sum of RGB (Red+Green+Blue) = 227+112+120=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E37078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37078 is #1C8F87. Grayscale: #939393. Windows color (decimal): -1871752 or 7893219. OLE color: 7893219.

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

Color convert

RGB227112120-
CMYK00.510.470.11
HSL355.83º67.25%66.47%-
HSV(B)355.83º50.66%89.02%-
XYZ40.8629.2821.27-
YUV147.3112.6184.85-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.46%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=49.46%
G=24.40%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711212000.510.470.11355.8367.2566.47
HexE370780332FB1644342
Octal3431601700635713544103102
Binary11100011111000011110000110011101111101110110010010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37078; }

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

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

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

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

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

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

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

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