#E37D76

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

Shades of Geraldine #E37D76

Tints of Geraldine #E37D76

Color information

#E37D76 (or 0xE37D76) is unknown color: approx Geraldine. HEX triplet: E3, 7D and 76. RGB value is (227,125,118). Sum of RGB (Red+Green+Blue) = 227+125+118=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37D76 is #1C8289. Grayscale: #9A9A9A. Windows color (decimal): -1868426 or 7765475. OLE color: 7765475.

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

Color convert

RGB227125118-
CMYK00.450.480.11
HSL3.85º66.06%67.65%-
HSV(B)3.85º48.02%89.02%-
XYZ42.2832.3121.15-
YUV154.7107.29179.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.30%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=48.30%
G=26.60%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712511800.450.480.113.8566.0667.65
HexE37D7602D30B44244
Octal34317516605560134102104
Binary11100011111110111101100101101110000101110010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37D76; }

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

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

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

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

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

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

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

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