Shades of Geraldine #E57776
Tints of Geraldine #E57776
RGB
CMYK
RGB Variations
Color information
#E57776 (or 0xE57776) is known color: Geraldine. HEX triplet: E5, 77 and 76. RGB value is (229,119,118). Sum of RGB (Red+Green+Blue) = 229+119+118=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E57776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57776 is #1A8889. Grayscale: #979797. Windows color (decimal): -1738890 or 7763941. OLE color: 7763941.
HSL color Cylindrical-coordinate representation of color #E57776: hue angle of 0.54º 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 #E57776 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 118 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.10 |
| HSL | 0.54º | 0.68% | 0.68% | - |
| HSV(B) | 0.54º | 0.48% | 0.9% | - |
| XYZ | 42.18 | 31.16 | 20.93 | - |
| YUV | 151.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 118 | 0 | 0.48 | 0.48 | 0.10 | 0.54 | 0.68 | 0.68 |
| Hex | E5 | 77 | 76 | 0 | 30 | 30 | A | 1 | 44 | 44 |
| Octal | 345 | 167 | 166 | 0 | 60 | 60 | 12 | 1 | 104 | 104 |
| Binary | 11100101 | 1110111 | 1110110 | 0 | 110000 | 110000 | 1010 | 1 | 1000100 | 1000100 |
Color Harmonies of #E57776
Complementary color
Monochromatic Colors of #E57776
Black with #E57776
Text Example
Text Example
White with #E57776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57776; }
p { color: rgb(229,119,118); }
H1.HeaderClassName
{
color: #E57776;
}
.AnyTagClassName
{
color: #E57776;
}
</style>
background-color css
<style>
a { background-color: #E57776; }
a { background-color: rgb(229,119,118); }
div.DivClassName
{
background-color: #E57776;
}
.BgClassName
{
background-color: #E57776;
}
</style>
border-color css
<style>
span { border-color: #E57776; }
span { border-color: rgb(229,119,118); }
td.TdClassName
{
border-color: #E57776;
}
.TagClassName
{
border-color: #E57776;
}
</style>