Shades of Geraldine #E97F71
Tints of Geraldine #E97F71
RGB
CMYK
RGB Variations
Color information
#E97F71 (or 0xE97F71) is known color: Geraldine. HEX triplet: E9, 7F and 71. RGB value is (233,127,113). Sum of RGB (Red+Green+Blue) = 233+127+113=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E97F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97F71 is #16808E. Grayscale: #9D9D9D. Windows color (decimal): -1474703 or 7438313. OLE color: 7438313.
HSL color Cylindrical-coordinate representation of color #E97F71: hue angle of 7º 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 #E97F71 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 127 | 113 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.09 |
| HSL | 7º | 0.73% | 0.68% | - |
| HSV(B) | 7º | 0.52% | 0.91% | - |
| XYZ | 44.17 | 33.69 | 19.8 | - |
| YUV | 157.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 127 | 113 | 0 | 0.45 | 0.52 | 0.09 | 7 | 0.73 | 0.68 |
| Hex | E9 | 7F | 71 | 0 | 2D | 34 | 9 | 7 | 49 | 44 |
| Octal | 351 | 177 | 161 | 0 | 55 | 64 | 11 | 7 | 111 | 104 |
| Binary | 11101001 | 1111111 | 1110001 | 0 | 101101 | 110100 | 1001 | 111 | 1001001 | 1000100 |
Color Harmonies of #E97F71
Complementary color
Monochromatic Colors of #E97F71
Black with #E97F71
Text Example
Text Example
White with #E97F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97F71; }
p { color: rgb(233,127,113); }
H1.HeaderClassName
{
color: #E97F71;
}
.AnyTagClassName
{
color: #E97F71;
}
</style>
background-color css
<style>
a { background-color: #E97F71; }
a { background-color: rgb(233,127,113); }
div.DivClassName
{
background-color: #E97F71;
}
.BgClassName
{
background-color: #E97F71;
}
</style>
border-color css
<style>
span { border-color: #E97F71; }
span { border-color: rgb(233,127,113); }
td.TdClassName
{
border-color: #E97F71;
}
.TagClassName
{
border-color: #E97F71;
}
</style>