#E37D80

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

Shades of Froly #E37D80

Tints of Froly #E37D80

Color information

#E37D80 (or 0xE37D80) is unknown color: approx Froly. HEX triplet: E3, 7D and 80. RGB value is (227,125,128). Sum of RGB (Red+Green+Blue) = 227+125+128=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37D80 is #1C827F. Grayscale: #9B9B9B. Windows color (decimal): -1868416 or 8420835. OLE color: 8420835.

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

Color convert

RGB227125128-
CMYK00.450.440.11
HSL358.24º64.56%69.02%-
HSV(B)358.24º44.93%89.02%-
XYZ42.9132.5624.44-
YUV155.84112.29178.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.29%
GREEN value IS 125 (49.22% from 255) = 26.04%
BLUE value IS 128 (50.39% from 255) = 26.67%
R=47.29%
G=26.04%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712512800.450.440.11358.2464.5669.02
HexE37D8002D2CB1664145
Octal3431752000555413546101105
Binary111000111111101100000000101101101100101110110011010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37D80; }

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

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

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

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

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

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

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

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