Shades of Geraldine #E87876
Tints of Geraldine #E87876
RGB
CMYK
RGB Variations
Color information
#E87876 (or 0xE87876) is known color: Geraldine. HEX triplet: E8, 78 and 76. RGB value is (232,120,118). Sum of RGB (Red+Green+Blue) = 232+120+118=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E87876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87876 is #178789. Grayscale: #999999. Windows color (decimal): -1542026 or 7764200. OLE color: 7764200.
HSL color Cylindrical-coordinate representation of color #E87876: hue angle of 1.05º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E87876 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 120 | 118 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.09 |
| HSL | 1.05º | 0.71% | 0.69% | - |
| HSV(B) | 1.05º | 0.49% | 0.91% | - |
| XYZ | 43.27 | 31.9 | 21.02 | - |
| YUV | 153.26 | 108.11 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 120 | 118 | 0 | 0.48 | 0.49 | 0.09 | 1.05 | 0.71 | 0.69 |
| Hex | E8 | 78 | 76 | 0 | 30 | 31 | 9 | 1 | 47 | 45 |
| Octal | 350 | 170 | 166 | 0 | 60 | 61 | 11 | 1 | 107 | 105 |
| Binary | 11101000 | 1111000 | 1110110 | 0 | 110000 | 110001 | 1001 | 1 | 1000111 | 1000101 |
Color Harmonies of #E87876
Complementary color
Monochromatic Colors of #E87876
Black with #E87876
Text Example
Text Example
White with #E87876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87876; }
p { color: rgb(232,120,118); }
H1.HeaderClassName
{
color: #E87876;
}
.AnyTagClassName
{
color: #E87876;
}
</style>
background-color css
<style>
a { background-color: #E87876; }
a { background-color: rgb(232,120,118); }
div.DivClassName
{
background-color: #E87876;
}
.BgClassName
{
background-color: #E87876;
}
</style>
border-color css
<style>
span { border-color: #E87876; }
span { border-color: rgb(232,120,118); }
td.TdClassName
{
border-color: #E87876;
}
.TagClassName
{
border-color: #E87876;
}
</style>