Shades of Geraldine #E98071
Tints of Geraldine #E98071
RGB
CMYK
RGB Variations
Color information
#E98071 (or 0xE98071) is known color: Geraldine. HEX triplet: E9, 80 and 71. RGB value is (233,128,113). Sum of RGB (Red+Green+Blue) = 233+128+113=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E98071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98071 is #167F8E. Grayscale: #9D9D9D. Windows color (decimal): -1474447 or 7438569. OLE color: 7438569.
HSL color Cylindrical-coordinate representation of color #E98071: hue angle of 7.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 #E98071 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 128 | 113 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.09 |
| HSL | 7.5º | 0.73% | 0.68% | - |
| HSV(B) | 7.5º | 0.52% | 0.91% | - |
| XYZ | 44.3 | 33.95 | 19.84 | - |
| YUV | 157.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 128 | 113 | 0 | 0.45 | 0.52 | 0.09 | 7.5 | 0.73 | 0.68 |
| Hex | E9 | 80 | 71 | 0 | 2D | 34 | 9 | 8 | 49 | 44 |
| Octal | 351 | 200 | 161 | 0 | 55 | 64 | 11 | 10 | 111 | 104 |
| Binary | 11101001 | 10000000 | 1110001 | 0 | 101101 | 110100 | 1001 | 1000 | 1001001 | 1000100 |
Color Harmonies of #E98071
Complementary color
Monochromatic Colors of #E98071
Black with #E98071
Text Example
Text Example
White with #E98071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98071; }
p { color: rgb(233,128,113); }
H1.HeaderClassName
{
color: #E98071;
}
.AnyTagClassName
{
color: #E98071;
}
</style>
background-color css
<style>
a { background-color: #E98071; }
a { background-color: rgb(233,128,113); }
div.DivClassName
{
background-color: #E98071;
}
.BgClassName
{
background-color: #E98071;
}
</style>
border-color css
<style>
span { border-color: #E98071; }
span { border-color: rgb(233,128,113); }
td.TdClassName
{
border-color: #E98071;
}
.TagClassName
{
border-color: #E98071;
}
</style>