Shades of Geraldine #E97871
Tints of Geraldine #E97871
RGB
CMYK
RGB Variations
Color information
#E97871 (or 0xE97871) is known color: Geraldine. HEX triplet: E9, 78 and 71. RGB value is (233,120,113). Sum of RGB (Red+Green+Blue) = 233+120+113=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E97871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97871 is #16878E. Grayscale: #999999. Windows color (decimal): -1476495 or 7436521. OLE color: 7436521.
HSL color Cylindrical-coordinate representation of color #E97871: hue angle of 3.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E97871 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 113 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.09 |
| HSL | 3.5º | 0.73% | 0.68% | - |
| HSV(B) | 3.5º | 0.52% | 0.91% | - |
| XYZ | 43.3 | 31.95 | 19.51 | - |
| YUV | 152.99 | 105.44 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 113 | 0 | 0.48 | 0.52 | 0.09 | 3.5 | 0.73 | 0.68 |
| Hex | E9 | 78 | 71 | 0 | 30 | 34 | 9 | 4 | 49 | 44 |
| Octal | 351 | 170 | 161 | 0 | 60 | 64 | 11 | 4 | 111 | 104 |
| Binary | 11101001 | 1111000 | 1110001 | 0 | 110000 | 110100 | 1001 | 100 | 1001001 | 1000100 |
Color Harmonies of #E97871
Complementary color
Monochromatic Colors of #E97871
Black with #E97871
Text Example
Text Example
White with #E97871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97871; }
p { color: rgb(233,120,113); }
H1.HeaderClassName
{
color: #E97871;
}
.AnyTagClassName
{
color: #E97871;
}
</style>
background-color css
<style>
a { background-color: #E97871; }
a { background-color: rgb(233,120,113); }
div.DivClassName
{
background-color: #E97871;
}
.BgClassName
{
background-color: #E97871;
}
</style>
border-color css
<style>
span { border-color: #E97871; }
span { border-color: rgb(233,120,113); }
td.TdClassName
{
border-color: #E97871;
}
.TagClassName
{
border-color: #E97871;
}
</style>