Shades of Geraldine #E87F6E
Tints of Geraldine #E87F6E
RGB
CMYK
RGB Variations
Color information
#E87F6E (or 0xE87F6E) is known color: Geraldine. HEX triplet: E8, 7F and 6E. RGB value is (232,127,110). Sum of RGB (Red+Green+Blue) = 232+127+110=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87F6E is #178091. Grayscale: #9C9C9C. Windows color (decimal): -1540242 or 7241704. OLE color: 7241704.
HSL color Cylindrical-coordinate representation of color #E87F6E: hue angle of 8.36º 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 #E87F6E is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 110 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.09 |
| HSL | 8.36º | 0.73% | 0.67% | - |
| HSV(B) | 8.36º | 0.53% | 0.91% | - |
| XYZ | 43.68 | 33.46 | 18.91 | - |
| YUV | 156.46 | 101.79 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 110 | 0 | 0.45 | 0.53 | 0.09 | 8.36 | 0.73 | 0.67 |
| Hex | E8 | 7F | 6E | 0 | 2D | 35 | 9 | 8 | 49 | 43 |
| Octal | 350 | 177 | 156 | 0 | 55 | 65 | 11 | 10 | 111 | 103 |
| Binary | 11101000 | 1111111 | 1101110 | 0 | 101101 | 110101 | 1001 | 1000 | 1001001 | 1000011 |
Color Harmonies of #E87F6E
Complementary color
Monochromatic Colors of #E87F6E
Black with #E87F6E
Text Example
Text Example
White with #E87F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87F6E; }
p { color: rgb(232,127,110); }
H1.HeaderClassName
{
color: #E87F6E;
}
.AnyTagClassName
{
color: #E87F6E;
}
</style>
background-color css
<style>
a { background-color: #E87F6E; }
a { background-color: rgb(232,127,110); }
div.DivClassName
{
background-color: #E87F6E;
}
.BgClassName
{
background-color: #E87F6E;
}
</style>
border-color css
<style>
span { border-color: #E87F6E; }
span { border-color: rgb(232,127,110); }
td.TdClassName
{
border-color: #E87F6E;
}
.TagClassName
{
border-color: #E87F6E;
}
</style>