#E57872

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

Shades of Geraldine #E57872

Tints of Geraldine #E57872

Color information

#E57872 (or 0xE57872) is unknown color: approx Geraldine. HEX triplet: E5, 78 and 72. RGB value is (229,120,114). Sum of RGB (Red+Green+Blue) = 229+120+114=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E57872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57872 is #1A878D. Grayscale: #989898. Windows color (decimal): -1738638 or 7502053. OLE color: 7502053.

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

Color convert

RGB229120114-
CMYK00.480.500.10
HSL3.13º68.86%67.25%-
HSV(B)3.13º50.22%89.8%-
XYZ42.0731.3119.75-
YUV151.91106.61182.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 114 (44.92% from 255) = 24.62%
R=49.46%
G=25.92%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912011400.480.500.103.1368.8667.25
HexE5787203032A34543
Octal34517016206062123105103
Binary1110010111110001110010011000011001010101110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57872; }

 p { color: rgb(229,120,114); }

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

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

 a { background-color: rgb(229,120,114); }

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

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

 span { border-color: rgb(229,120,114); }

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