#E47970

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

Shades of Geraldine #E47970

Tints of Geraldine #E47970

Color information

#E47970 (or 0xE47970) is unknown color: approx Geraldine. HEX triplet: E4, 79 and 70. RGB value is (228,121,112). Sum of RGB (Red+Green+Blue) = 228+121+112=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E47970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47970 is #1B868F. Grayscale: #989898. Windows color (decimal): -1803920 or 7371236. OLE color: 7371236.

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

Color convert

RGB228121112-
CMYK00.470.510.11
HSL4.66º68.24%66.67%-
HSV(B)4.66º50.88%89.41%-
XYZ41.7631.3419.18-
YUV151.97105.45182.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.46%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=49.46%
G=26.25%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812111200.470.510.114.6668.2466.67
HexE4797002F33B54443
Octal34417116005763135104103
Binary11100100111100111100000101111110011101110110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47970; }

 p { color: rgb(228,121,112); }

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

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

 a { background-color: rgb(228,121,112); }

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

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

 span { border-color: rgb(228,121,112); }

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