#E47E73

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

Shades of Geraldine #E47E73

Tints of Geraldine #E47E73

Color information

#E47E73 (or 0xE47E73) is unknown color: approx Geraldine. HEX triplet: E4, 7E and 73. RGB value is (228,126,115). Sum of RGB (Red+Green+Blue) = 228+126+115=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E47E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47E73 is #1B818C. Grayscale: #9B9B9B. Windows color (decimal): -1802637 or 7569124. OLE color: 7569124.

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

Color convert

RGB228126115-
CMYK00.450.500.11
HSL5.84º67.66%67.25%-
HSV(B)5.84º49.56%89.41%-
XYZ42.5532.6520.28-
YUV155.24105.29179.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.61%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 115 (45.31% from 255) = 24.52%
R=48.61%
G=26.87%
B=24.52%

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
Decimal22812611500.450.500.115.8467.6667.25
HexE47E7302D32B64443
Octal34417616305562136104103
Binary11100100111111011100110101101110010101111010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47E73; }

 p { color: rgb(228,126,115); }

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

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

 a { background-color: rgb(228,126,115); }

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

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

 span { border-color: rgb(228,126,115); }

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