#E37470

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

Shades of Geraldine #E37470

Tints of Geraldine #E37470

Color information

#E37470 (or 0xE37470) is unknown color: approx Geraldine. HEX triplet: E3, 74 and 70. RGB value is (227,116,112). Sum of RGB (Red+Green+Blue) = 227+116+112=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E37470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37470 is #1C8B8F. Grayscale: #949494. Windows color (decimal): -1870736 or 7369955. OLE color: 7369955.

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

Color convert

RGB227116112-
CMYK00.490.510.11
HSL2.09º67.25%66.47%-
HSV(B)2.09º50.66%89.02%-
XYZ40.8529.9918.97-
YUV148.73107.27183.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.89%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=49.89%
G=25.49%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711611200.490.510.112.0967.2566.47
HexE3747003133B24342
Octal34316416006163132103102
Binary1110001111101001110000011000111001110111010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37470; }

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

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

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

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

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

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

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

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