Shades of Geraldine #E87F70
Tints of Geraldine #E87F70
RGB
CMYK
RGB Variations
Color information
#E87F70 (or 0xE87F70) is known color: Geraldine. HEX triplet: E8, 7F and 70. RGB value is (232,127,112). Sum of RGB (Red+Green+Blue) = 232+127+112=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87F70 is #17808F. Grayscale: #9C9C9C. Windows color (decimal): -1540240 or 7372776. OLE color: 7372776.
HSL color Cylindrical-coordinate representation of color #E87F70: hue angle of 7.5º 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 #E87F70 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 112 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.09 |
| HSL | 7.5º | 0.72% | 0.67% | - |
| HSV(B) | 7.5º | 0.52% | 0.91% | - |
| XYZ | 43.79 | 33.5 | 19.49 | - |
| YUV | 156.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 112 | 0 | 0.45 | 0.52 | 0.09 | 7.5 | 0.72 | 0.67 |
| Hex | E8 | 7F | 70 | 0 | 2D | 34 | 9 | 8 | 48 | 43 |
| Octal | 350 | 177 | 160 | 0 | 55 | 64 | 11 | 10 | 110 | 103 |
| Binary | 11101000 | 1111111 | 1110000 | 0 | 101101 | 110100 | 1001 | 1000 | 1001000 | 1000011 |
Color Harmonies of #E87F70
Complementary color
Monochromatic Colors of #E87F70
Black with #E87F70
Text Example
Text Example
White with #E87F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87F70; }
p { color: rgb(232,127,112); }
H1.HeaderClassName
{
color: #E87F70;
}
.AnyTagClassName
{
color: #E87F70;
}
</style>
background-color css
<style>
a { background-color: #E87F70; }
a { background-color: rgb(232,127,112); }
div.DivClassName
{
background-color: #E87F70;
}
.BgClassName
{
background-color: #E87F70;
}
</style>
border-color css
<style>
span { border-color: #E87F70; }
span { border-color: rgb(232,127,112); }
td.TdClassName
{
border-color: #E87F70;
}
.TagClassName
{
border-color: #E87F70;
}
</style>