Shades of Geraldine #E87C6F
Tints of Geraldine #E87C6F
RGB
CMYK
RGB Variations
Color information
#E87C6F (or 0xE87C6F) is known color: Geraldine. HEX triplet: E8, 7C and 6F. RGB value is (232,124,111). Sum of RGB (Red+Green+Blue) = 232+124+111=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E87C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87C6F is #178390. Grayscale: #9A9A9A. Windows color (decimal): -1541009 or 7306472. OLE color: 7306472.
HSL color Cylindrical-coordinate representation of color #E87C6F: hue angle of 6.45º 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 #E87C6F is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 124 | 111 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.09 |
| HSL | 6.45º | 0.72% | 0.67% | - |
| HSV(B) | 6.45º | 0.52% | 0.91% | - |
| XYZ | 43.36 | 32.72 | 19.07 | - |
| YUV | 154.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 111 | 0 | 0.47 | 0.52 | 0.09 | 6.45 | 0.72 | 0.67 |
| Hex | E8 | 7C | 6F | 0 | 2F | 34 | 9 | 6 | 48 | 43 |
| Octal | 350 | 174 | 157 | 0 | 57 | 64 | 11 | 6 | 110 | 103 |
| Binary | 11101000 | 1111100 | 1101111 | 0 | 101111 | 110100 | 1001 | 110 | 1001000 | 1000011 |
Color Harmonies of #E87C6F
Complementary color
Monochromatic Colors of #E87C6F
Black with #E87C6F
Text Example
Text Example
White with #E87C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87C6F; }
p { color: rgb(232,124,111); }
H1.HeaderClassName
{
color: #E87C6F;
}
.AnyTagClassName
{
color: #E87C6F;
}
</style>
background-color css
<style>
a { background-color: #E87C6F; }
a { background-color: rgb(232,124,111); }
div.DivClassName
{
background-color: #E87C6F;
}
.BgClassName
{
background-color: #E87C6F;
}
</style>
border-color css
<style>
span { border-color: #E87C6F; }
span { border-color: rgb(232,124,111); }
td.TdClassName
{
border-color: #E87C6F;
}
.TagClassName
{
border-color: #E87C6F;
}
</style>