Shades of Geraldine #E87B6C
Tints of Geraldine #E87B6C
RGB
CMYK
RGB Variations
Color information
#E87B6C (or 0xE87B6C) is known color: Geraldine. HEX triplet: E8, 7B and 6C. RGB value is (232,123,108). Sum of RGB (Red+Green+Blue) = 232+123+108=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E87B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87B6C is #178493. Grayscale: #9A9A9A. Windows color (decimal): -1541268 or 7109608. OLE color: 7109608.
HSL color Cylindrical-coordinate representation of color #E87B6C: hue angle of 7.26º 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 #E87B6C is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 123 | 108 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.09 |
| HSL | 7.26º | 0.73% | 0.67% | - |
| HSV(B) | 7.26º | 0.53% | 0.91% | - |
| XYZ | 43.07 | 32.4 | 18.17 | - |
| YUV | 153.88 | 102.11 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 123 | 108 | 0 | 0.47 | 0.53 | 0.09 | 7.26 | 0.73 | 0.67 |
| Hex | E8 | 7B | 6C | 0 | 2F | 35 | 9 | 7 | 49 | 43 |
| Octal | 350 | 173 | 154 | 0 | 57 | 65 | 11 | 7 | 111 | 103 |
| Binary | 11101000 | 1111011 | 1101100 | 0 | 101111 | 110101 | 1001 | 111 | 1001001 | 1000011 |
Color Harmonies of #E87B6C
Complementary color
Monochromatic Colors of #E87B6C
Black with #E87B6C
Text Example
Text Example
White with #E87B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87B6C; }
p { color: rgb(232,123,108); }
H1.HeaderClassName
{
color: #E87B6C;
}
.AnyTagClassName
{
color: #E87B6C;
}
</style>
background-color css
<style>
a { background-color: #E87B6C; }
a { background-color: rgb(232,123,108); }
div.DivClassName
{
background-color: #E87B6C;
}
.BgClassName
{
background-color: #E87B6C;
}
</style>
border-color css
<style>
span { border-color: #E87B6C; }
span { border-color: rgb(232,123,108); }
td.TdClassName
{
border-color: #E87B6C;
}
.TagClassName
{
border-color: #E87B6C;
}
</style>