#e58277

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

Shades of Geraldine #E58277

Tints of Geraldine #E58277

Color information

#E58277 (or 0xE58277) is unknown color: approx Geraldine. HEX triplet: E5, 82 and 77. RGB value is (229,130,119). Sum of RGB (Red+Green+Blue) = 229+130+119=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E58277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58277 is #1A7D88. Grayscale: #9E9E9E. Windows color (decimal): -1736073 or 7832293. OLE color: 7832293.

HSL color Cylindrical-coordinate representation of color #E58277: hue angle of 6º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E58277 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB229130119-
CMYK00.430.480.10
HSL67.9%68.24%-
HSV(B)48.03%89.8%-
XYZ43.6333.9621.71-
YUV158.35105.8178.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.91%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=47.91%
G=27.20%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913011900.430.480.10667.968.24
HexE5827702B30A64444
Octal34520216705360126104104
Binary111001011000001011101110101011110000101011010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e58277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e58277; }

 p { color: rgb(229,130,119); }

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

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

 a { background-color: rgb(229,130,119); }

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

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

 span { border-color: rgb(229,130,119); }

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