#E37180

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

Shades of Froly #E37180

Tints of Froly #E37180

Color information

#E37180 (or 0xE37180) is unknown color: approx Froly. HEX triplet: E3, 71 and 80. RGB value is (227,113,128). Sum of RGB (Red+Green+Blue) = 227+113+128=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E37180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37180 is #1C8E7F. Grayscale: #949494. Windows color (decimal): -1871488 or 8417763. OLE color: 8417763.

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

Color convert

RGB227113128-
CMYK00.500.440.11
HSL352.11º67.06%66.67%-
HSV(B)352.11º50.22%89.02%-
XYZ41.4829.723.97-
YUV148.8116.27183.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.50%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=48.50%
G=24.15%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711312800.500.440.11352.1167.0666.67
HexE371800322CB1604343
Octal3431612000625413540103103
Binary111000111110001100000000110010101100101110110000010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37180; }

 p { color: rgb(227,113,128); }

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

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

 a { background-color: rgb(227,113,128); }

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

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

 span { border-color: rgb(227,113,128); }

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