Shades of Geraldine #E97F70
Tints of Geraldine #E97F70
RGB
CMYK
RGB Variations
Color information
#E97F70 (or 0xE97F70) is known color: Geraldine. HEX triplet: E9, 7F and 70. RGB value is (233,127,112). Sum of RGB (Red+Green+Blue) = 233+127+112=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E97F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97F70 is #16808F. Grayscale: #9D9D9D. Windows color (decimal): -1474704 or 7372777. OLE color: 7372777.
HSL color Cylindrical-coordinate representation of color #E97F70: hue angle of 7.44º 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 #E97F70 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 127 | 112 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.09 |
| HSL | 7.44º | 0.73% | 0.68% | - |
| HSV(B) | 7.44º | 0.52% | 0.91% | - |
| XYZ | 44.12 | 33.67 | 19.5 | - |
| YUV | 156.98 | 102.62 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 127 | 112 | 0 | 0.45 | 0.52 | 0.09 | 7.44 | 0.73 | 0.68 |
| Hex | E9 | 7F | 70 | 0 | 2D | 34 | 9 | 7 | 49 | 44 |
| Octal | 351 | 177 | 160 | 0 | 55 | 64 | 11 | 7 | 111 | 104 |
| Binary | 11101001 | 1111111 | 1110000 | 0 | 101101 | 110100 | 1001 | 111 | 1001001 | 1000100 |
Color Harmonies of #E97F70
Complementary color
Monochromatic Colors of #E97F70
Black with #E97F70
Text Example
Text Example
White with #E97F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97F70; }
p { color: rgb(233,127,112); }
H1.HeaderClassName
{
color: #E97F70;
}
.AnyTagClassName
{
color: #E97F70;
}
</style>
background-color css
<style>
a { background-color: #E97F70; }
a { background-color: rgb(233,127,112); }
div.DivClassName
{
background-color: #E97F70;
}
.BgClassName
{
background-color: #E97F70;
}
</style>
border-color css
<style>
span { border-color: #E97F70; }
span { border-color: rgb(233,127,112); }
td.TdClassName
{
border-color: #E97F70;
}
.TagClassName
{
border-color: #E97F70;
}
</style>