Shades of Geraldine #E87774
Tints of Geraldine #E87774
RGB
CMYK
RGB Variations
Color information
#E87774 (or 0xE87774) is known color: Geraldine. HEX triplet: E8, 77 and 74. RGB value is (232,119,116). Sum of RGB (Red+Green+Blue) = 232+119+116=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E87774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87774 is #17888B. Grayscale: #989898. Windows color (decimal): -1542284 or 7632872. OLE color: 7632872.
HSL color Cylindrical-coordinate representation of color #E87774: hue angle of 1.55º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E87774 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 119 | 116 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.09 |
| HSL | 1.55º | 0.72% | 0.68% | - |
| HSV(B) | 1.55º | 0.5% | 0.91% | - |
| XYZ | 43.03 | 31.61 | 20.36 | - |
| YUV | 152.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 119 | 116 | 0 | 0.49 | 0.50 | 0.09 | 1.55 | 0.72 | 0.68 |
| Hex | E8 | 77 | 74 | 0 | 31 | 32 | 9 | 2 | 48 | 44 |
| Octal | 350 | 167 | 164 | 0 | 61 | 62 | 11 | 2 | 110 | 104 |
| Binary | 11101000 | 1110111 | 1110100 | 0 | 110001 | 110010 | 1001 | 10 | 1001000 | 1000100 |
Color Harmonies of #E87774
Complementary color
Monochromatic Colors of #E87774
Black with #E87774
Text Example
Text Example
White with #E87774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87774; }
p { color: rgb(232,119,116); }
H1.HeaderClassName
{
color: #E87774;
}
.AnyTagClassName
{
color: #E87774;
}
</style>
background-color css
<style>
a { background-color: #E87774; }
a { background-color: rgb(232,119,116); }
div.DivClassName
{
background-color: #E87774;
}
.BgClassName
{
background-color: #E87774;
}
</style>
border-color css
<style>
span { border-color: #E87774; }
span { border-color: rgb(232,119,116); }
td.TdClassName
{
border-color: #E87774;
}
.TagClassName
{
border-color: #E87774;
}
</style>