Shades of Geraldine #E8847B
Tints of Geraldine #E8847B
RGB
CMYK
RGB Variations
Color information
#E8847B (or 0xE8847B) is known color: Geraldine. HEX triplet: E8, 84 and 7B. RGB value is (232,132,123). Sum of RGB (Red+Green+Blue) = 232+132+123=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 232 - color contains mainly: red. Hex color #E8847B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8847B is #177B84. Grayscale: #A1A1A1. Windows color (decimal): -1538949 or 8094952. OLE color: 8094952.
HSL color Cylindrical-coordinate representation of color #E8847B: hue angle of 4.95º 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 #E8847B is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 123 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.09 |
| HSL | 4.95º | 0.7% | 0.7% | - |
| HSV(B) | 4.95º | 0.47% | 0.91% | - |
| XYZ | 45.11 | 35.09 | 23.13 | - |
| YUV | 160.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 123 | 0 | 0.43 | 0.47 | 0.09 | 4.95 | 0.7 | 0.7 |
| Hex | E8 | 84 | 7B | 0 | 2B | 2F | 9 | 5 | 46 | 46 |
| Octal | 350 | 204 | 173 | 0 | 53 | 57 | 11 | 5 | 106 | 106 |
| Binary | 11101000 | 10000100 | 1111011 | 0 | 101011 | 101111 | 1001 | 101 | 1000110 | 1000110 |
Color Harmonies of #E8847B
Complementary color
Monochromatic Colors of #E8847B
Black with #E8847B
Text Example
Text Example
White with #E8847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8847B; }
p { color: rgb(232,132,123); }
H1.HeaderClassName
{
color: #E8847B;
}
.AnyTagClassName
{
color: #E8847B;
}
</style>
background-color css
<style>
a { background-color: #E8847B; }
a { background-color: rgb(232,132,123); }
div.DivClassName
{
background-color: #E8847B;
}
.BgClassName
{
background-color: #E8847B;
}
</style>
border-color css
<style>
span { border-color: #E8847B; }
span { border-color: rgb(232,132,123); }
td.TdClassName
{
border-color: #E8847B;
}
.TagClassName
{
border-color: #E8847B;
}
</style>