Shades of Geraldine #E87C6E
Tints of Geraldine #E87C6E
RGB
CMYK
RGB Variations
Color information
#E87C6E (or 0xE87C6E) is known color: Geraldine. HEX triplet: E8, 7C and 6E. RGB value is (232,124,110). Sum of RGB (Red+Green+Blue) = 232+124+110=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E87C6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87C6E is #178391. Grayscale: #9A9A9A. Windows color (decimal): -1541010 or 7240936. OLE color: 7240936.
HSL color Cylindrical-coordinate representation of color #E87C6E: hue angle of 6.89º 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 #E87C6E is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 124 | 110 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.09 |
| HSL | 6.89º | 0.73% | 0.67% | - |
| HSV(B) | 6.89º | 0.53% | 0.91% | - |
| XYZ | 43.3 | 32.7 | 18.78 | - |
| YUV | 154.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 110 | 0 | 0.47 | 0.53 | 0.09 | 6.89 | 0.73 | 0.67 |
| Hex | E8 | 7C | 6E | 0 | 2F | 35 | 9 | 7 | 49 | 43 |
| Octal | 350 | 174 | 156 | 0 | 57 | 65 | 11 | 7 | 111 | 103 |
| Binary | 11101000 | 1111100 | 1101110 | 0 | 101111 | 110101 | 1001 | 111 | 1001001 | 1000011 |
Color Harmonies of #E87C6E
Complementary color
Monochromatic Colors of #E87C6E
Black with #E87C6E
Text Example
Text Example
White with #E87C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87C6E; }
p { color: rgb(232,124,110); }
H1.HeaderClassName
{
color: #E87C6E;
}
.AnyTagClassName
{
color: #E87C6E;
}
</style>
background-color css
<style>
a { background-color: #E87C6E; }
a { background-color: rgb(232,124,110); }
div.DivClassName
{
background-color: #E87C6E;
}
.BgClassName
{
background-color: #E87C6E;
}
</style>
border-color css
<style>
span { border-color: #E87C6E; }
span { border-color: rgb(232,124,110); }
td.TdClassName
{
border-color: #E87C6E;
}
.TagClassName
{
border-color: #E87C6E;
}
</style>