Shades of Geraldine #E8847C
Tints of Geraldine #E8847C
RGB
CMYK
RGB Variations
Color information
#E8847C (or 0xE8847C) is known color: Geraldine. HEX triplet: E8, 84 and 7C. RGB value is (232,132,124). Sum of RGB (Red+Green+Blue) = 232+132+124=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E8847C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8847C is #177B83. Grayscale: #A1A1A1. Windows color (decimal): -1538948 or 8160488. OLE color: 8160488.
HSL color Cylindrical-coordinate representation of color #E8847C: hue angle of 4.44º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8847C is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 124 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.09 |
| HSL | 4.44º | 0.7% | 0.7% | - |
| HSV(B) | 4.44º | 0.47% | 0.91% | - |
| XYZ | 45.17 | 35.11 | 23.47 | - |
| YUV | 160.99 | 107.13 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 124 | 0 | 0.43 | 0.47 | 0.09 | 4.44 | 0.7 | 0.7 |
| Hex | E8 | 84 | 7C | 0 | 2B | 2F | 9 | 4 | 46 | 46 |
| Octal | 350 | 204 | 174 | 0 | 53 | 57 | 11 | 4 | 106 | 106 |
| Binary | 11101000 | 10000100 | 1111100 | 0 | 101011 | 101111 | 1001 | 100 | 1000110 | 1000110 |
Color Harmonies of #E8847C
Complementary color
Monochromatic Colors of #E8847C
Black with #E8847C
Text Example
Text Example
White with #E8847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8847C; }
p { color: rgb(232,132,124); }
H1.HeaderClassName
{
color: #E8847C;
}
.AnyTagClassName
{
color: #E8847C;
}
</style>
background-color css
<style>
a { background-color: #E8847C; }
a { background-color: rgb(232,132,124); }
div.DivClassName
{
background-color: #E8847C;
}
.BgClassName
{
background-color: #E8847C;
}
</style>
border-color css
<style>
span { border-color: #E8847C; }
span { border-color: rgb(232,132,124); }
td.TdClassName
{
border-color: #E8847C;
}
.TagClassName
{
border-color: #E8847C;
}
</style>