Shades of Geraldine #E87E70
Tints of Geraldine #E87E70
RGB
CMYK
RGB Variations
Color information
#E87E70 (or 0xE87E70) is known color: Geraldine. HEX triplet: E8, 7E and 70. RGB value is (232,126,112). Sum of RGB (Red+Green+Blue) = 232+126+112=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E87E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87E70 is #17818F. Grayscale: #9C9C9C. Windows color (decimal): -1540496 or 7372520. OLE color: 7372520.
HSL color Cylindrical-coordinate representation of color #E87E70: hue angle of 7º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E87E70 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 126 | 112 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.09 |
| HSL | 7º | 0.72% | 0.67% | - |
| HSV(B) | 7º | 0.52% | 0.91% | - |
| XYZ | 43.66 | 33.25 | 19.45 | - |
| YUV | 156.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 126 | 112 | 0 | 0.46 | 0.52 | 0.09 | 7 | 0.72 | 0.67 |
| Hex | E8 | 7E | 70 | 0 | 2E | 34 | 9 | 7 | 48 | 43 |
| Octal | 350 | 176 | 160 | 0 | 56 | 64 | 11 | 7 | 110 | 103 |
| Binary | 11101000 | 1111110 | 1110000 | 0 | 101110 | 110100 | 1001 | 111 | 1001000 | 1000011 |
Color Harmonies of #E87E70
Complementary color
Monochromatic Colors of #E87E70
Black with #E87E70
Text Example
Text Example
White with #E87E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87E70; }
p { color: rgb(232,126,112); }
H1.HeaderClassName
{
color: #E87E70;
}
.AnyTagClassName
{
color: #E87E70;
}
</style>
background-color css
<style>
a { background-color: #E87E70; }
a { background-color: rgb(232,126,112); }
div.DivClassName
{
background-color: #E87E70;
}
.BgClassName
{
background-color: #E87E70;
}
</style>
border-color css
<style>
span { border-color: #E87E70; }
span { border-color: rgb(232,126,112); }
td.TdClassName
{
border-color: #E87E70;
}
.TagClassName
{
border-color: #E87E70;
}
</style>