Shades of Geraldine #E8706E
Tints of Geraldine #E8706E
RGB
CMYK
RGB Variations
Color information
#E8706E (or 0xE8706E) is known color: Geraldine. HEX triplet: E8, 70 and 6E. RGB value is (232,112,110). Sum of RGB (Red+Green+Blue) = 232+112+110=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E8706E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8706E is #178F91. Grayscale: #939393. Windows color (decimal): -1544082 or 7237864. OLE color: 7237864.
HSL color Cylindrical-coordinate representation of color #E8706E: hue angle of 0.98º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8706E is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 110 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.09 |
| HSL | 0.98º | 0.73% | 0.67% | - |
| HSV(B) | 0.98º | 0.53% | 0.91% | - |
| XYZ | 41.89 | 29.87 | 18.31 | - |
| YUV | 147.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 110 | 0 | 0.52 | 0.53 | 0.09 | 0.98 | 0.73 | 0.67 |
| Hex | E8 | 70 | 6E | 0 | 34 | 35 | 9 | 1 | 49 | 43 |
| Octal | 350 | 160 | 156 | 0 | 64 | 65 | 11 | 1 | 111 | 103 |
| Binary | 11101000 | 1110000 | 1101110 | 0 | 110100 | 110101 | 1001 | 1 | 1001001 | 1000011 |
Color Harmonies of #E8706E
Complementary color
Monochromatic Colors of #E8706E
Black with #E8706E
Text Example
Text Example
White with #E8706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8706E; }
p { color: rgb(232,112,110); }
H1.HeaderClassName
{
color: #E8706E;
}
.AnyTagClassName
{
color: #E8706E;
}
</style>
background-color css
<style>
a { background-color: #E8706E; }
a { background-color: rgb(232,112,110); }
div.DivClassName
{
background-color: #E8706E;
}
.BgClassName
{
background-color: #E8706E;
}
</style>
border-color css
<style>
span { border-color: #E8706E; }
span { border-color: rgb(232,112,110); }
td.TdClassName
{
border-color: #E8706E;
}
.TagClassName
{
border-color: #E8706E;
}
</style>