Shades of Geraldine #E97E70
Tints of Geraldine #E97E70
RGB
CMYK
RGB Variations
Color information
#E97E70 (or 0xE97E70) is known color: Geraldine. HEX triplet: E9, 7E and 70. RGB value is (233,126,112). Sum of RGB (Red+Green+Blue) = 233+126+112=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E97E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97E70 is #16818F. Grayscale: #9C9C9C. Windows color (decimal): -1474960 or 7372521. OLE color: 7372521.
HSL color Cylindrical-coordinate representation of color #E97E70: hue angle of 6.94º 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 #E97E70 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 126 | 112 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.09 |
| HSL | 6.94º | 0.73% | 0.68% | - |
| HSV(B) | 6.94º | 0.52% | 0.91% | - |
| XYZ | 43.99 | 33.42 | 19.46 | - |
| YUV | 156.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 126 | 112 | 0 | 0.46 | 0.52 | 0.09 | 6.94 | 0.73 | 0.68 |
| Hex | E9 | 7E | 70 | 0 | 2E | 34 | 9 | 7 | 49 | 44 |
| Octal | 351 | 176 | 160 | 0 | 56 | 64 | 11 | 7 | 111 | 104 |
| Binary | 11101001 | 1111110 | 1110000 | 0 | 101110 | 110100 | 1001 | 111 | 1001001 | 1000100 |
Color Harmonies of #E97E70
Complementary color
Monochromatic Colors of #E97E70
Black with #E97E70
Text Example
Text Example
White with #E97E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97E70; }
p { color: rgb(233,126,112); }
H1.HeaderClassName
{
color: #E97E70;
}
.AnyTagClassName
{
color: #E97E70;
}
</style>
background-color css
<style>
a { background-color: #E97E70; }
a { background-color: rgb(233,126,112); }
div.DivClassName
{
background-color: #E97E70;
}
.BgClassName
{
background-color: #E97E70;
}
</style>
border-color css
<style>
span { border-color: #E97E70; }
span { border-color: rgb(233,126,112); }
td.TdClassName
{
border-color: #E97E70;
}
.TagClassName
{
border-color: #E97E70;
}
</style>