#E37D71

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

Shades of Geraldine #E37D71

Tints of Geraldine #E37D71

Color information

#E37D71 (or 0xE37D71) is unknown color: approx Geraldine. HEX triplet: E3, 7D and 71. RGB value is (227,125,113). Sum of RGB (Red+Green+Blue) = 227+125+113=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37D71 is #1C828E. Grayscale: #9A9A9A. Windows color (decimal): -1868431 or 7437795. OLE color: 7437795.

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

Color convert

RGB227125113-
CMYK00.450.500.11
HSL6.32º67.06%66.67%-
HSV(B)6.32º50.22%89.02%-
XYZ41.9932.1919.62-
YUV154.13104.79179.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.82%
GREEN value IS 125 (49.22% from 255) = 26.88%
BLUE value IS 113 (44.53% from 255) = 24.30%
R=48.82%
G=26.88%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712511300.450.500.116.3267.0666.67
HexE37D7102D32B64343
Octal34317516105562136103103
Binary11100011111110111100010101101110010101111010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37D71; }

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

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

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

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

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

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

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

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