Shades of Geraldine #E87A70
Tints of Geraldine #E87A70
RGB
CMYK
RGB Variations
Color information
#E87A70 (or 0xE87A70) is known color: Geraldine. HEX triplet: E8, 7A and 70. RGB value is (232,122,112). Sum of RGB (Red+Green+Blue) = 232+122+112=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E87A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87A70 is #17858F. Grayscale: #999999. Windows color (decimal): -1541520 or 7371496. OLE color: 7371496.
HSL color Cylindrical-coordinate representation of color #E87A70: hue angle of 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 #E87A70 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 112 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.09 |
| HSL | 5º | 0.72% | 0.67% | - |
| HSV(B) | 5º | 0.52% | 0.91% | - |
| XYZ | 43.16 | 32.24 | 19.28 | - |
| YUV | 153.75 | 104.44 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 112 | 0 | 0.47 | 0.52 | 0.09 | 5 | 0.72 | 0.67 |
| Hex | E8 | 7A | 70 | 0 | 2F | 34 | 9 | 5 | 48 | 43 |
| Octal | 350 | 172 | 160 | 0 | 57 | 64 | 11 | 5 | 110 | 103 |
| Binary | 11101000 | 1111010 | 1110000 | 0 | 101111 | 110100 | 1001 | 101 | 1001000 | 1000011 |
Color Harmonies of #E87A70
Complementary color
Monochromatic Colors of #E87A70
Black with #E87A70
Text Example
Text Example
White with #E87A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87A70; }
p { color: rgb(232,122,112); }
H1.HeaderClassName
{
color: #E87A70;
}
.AnyTagClassName
{
color: #E87A70;
}
</style>
background-color css
<style>
a { background-color: #E87A70; }
a { background-color: rgb(232,122,112); }
div.DivClassName
{
background-color: #E87A70;
}
.BgClassName
{
background-color: #E87A70;
}
</style>
border-color css
<style>
span { border-color: #E87A70; }
span { border-color: rgb(232,122,112); }
td.TdClassName
{
border-color: #E87A70;
}
.TagClassName
{
border-color: #E87A70;
}
</style>