Shades of Geraldine #E87E71
Tints of Geraldine #E87E71
RGB
CMYK
RGB Variations
Color information
#E87E71 (or 0xE87E71) is known color: Geraldine. HEX triplet: E8, 7E and 71. RGB value is (232,126,113). Sum of RGB (Red+Green+Blue) = 232+126+113=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E87E71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87E71 is #17818E. Grayscale: #9C9C9C. Windows color (decimal): -1540495 or 7438056. OLE color: 7438056.
HSL color Cylindrical-coordinate representation of color #E87E71: hue angle of 6.55º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E87E71 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 126 | 113 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.09 |
| HSL | 6.55º | 0.72% | 0.68% | - |
| HSV(B) | 6.55º | 0.51% | 0.91% | - |
| XYZ | 43.72 | 33.27 | 19.74 | - |
| YUV | 156.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 126 | 113 | 0 | 0.46 | 0.51 | 0.09 | 6.55 | 0.72 | 0.68 |
| Hex | E8 | 7E | 71 | 0 | 2E | 33 | 9 | 7 | 48 | 44 |
| Octal | 350 | 176 | 161 | 0 | 56 | 63 | 11 | 7 | 110 | 104 |
| Binary | 11101000 | 1111110 | 1110001 | 0 | 101110 | 110011 | 1001 | 111 | 1001000 | 1000100 |
Color Harmonies of #E87E71
Complementary color
Monochromatic Colors of #E87E71
Black with #E87E71
Text Example
Text Example
White with #E87E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87E71; }
p { color: rgb(232,126,113); }
H1.HeaderClassName
{
color: #E87E71;
}
.AnyTagClassName
{
color: #E87E71;
}
</style>
background-color css
<style>
a { background-color: #E87E71; }
a { background-color: rgb(232,126,113); }
div.DivClassName
{
background-color: #E87E71;
}
.BgClassName
{
background-color: #E87E71;
}
</style>
border-color css
<style>
span { border-color: #E87E71; }
span { border-color: rgb(232,126,113); }
td.TdClassName
{
border-color: #E87E71;
}
.TagClassName
{
border-color: #E87E71;
}
</style>