#E47976

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

Shades of Geraldine #E47976

Tints of Geraldine #E47976

Color information

#E47976 (or 0xE47976) is unknown color: approx Geraldine. HEX triplet: E4, 79 and 76. RGB value is (228,121,118). Sum of RGB (Red+Green+Blue) = 228+121+118=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E47976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47976 is #1B8689. Grayscale: #989898. Windows color (decimal): -1803914 or 7764452. OLE color: 7764452.

HSL color Cylindrical-coordinate representation of color #E47976: hue angle of 1.64º degrees, saturation: 0.67, 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 #E47976 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB228121118-
CMYK00.470.480.11
HSL1.64º67.07%67.84%-
HSV(B)1.64º48.25%89.41%-
XYZ42.131.4821-
YUV152.65108.45181.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.82%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=48.82%
G=25.91%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812111800.470.480.111.6467.0767.84
HexE4797602F30B24344
Octal34417116605760132103104
Binary1110010011110011110110010111111000010111010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47976; }

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

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

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

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

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

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

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

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