Shades of Geraldine #E57872
Tints of Geraldine #E57872
RGB
CMYK
RGB Variations
Color information
#E57872 (or 0xE57872) is known color: 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
| RGB | 229 | 120 | 114 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.10 |
| HSL | 3.13º | 0.69% | 0.67% | - |
| HSV(B) | 3.13º | 0.5% | 0.9% | - |
| XYZ | 42.07 | 31.31 | 19.75 | - |
| YUV | 151.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 114 | 0 | 0.48 | 0.50 | 0.10 | 3.13 | 0.69 | 0.67 |
| Hex | E5 | 78 | 72 | 0 | 30 | 32 | A | 3 | 45 | 43 |
| Octal | 345 | 170 | 162 | 0 | 60 | 62 | 12 | 3 | 105 | 103 |
| Binary | 11100101 | 1111000 | 1110010 | 0 | 110000 | 110010 | 1010 | 11 | 1000101 | 1000011 |
Color Harmonies of #E57872
Complementary color
Monochromatic Colors of #E57872
Black with #E57872
Text Example
Text Example
White with #E57872
Text Example
Text Example
HTML Codes & Css Web 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>