Shades of Geraldine #E97372
Tints of Geraldine #E97372
RGB
CMYK
RGB Variations
Color information
#E97372 (or 0xE97372) is known color: Geraldine. HEX triplet: E9, 73 and 72. RGB value is (233,115,114). Sum of RGB (Red+Green+Blue) = 233+115+114=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E97372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97372 is #168C8D. Grayscale: #969696. Windows color (decimal): -1477774 or 7500777. OLE color: 7500777.
HSL color Cylindrical-coordinate representation of color #E97372: hue angle of 0.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E97372 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 114 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.09 |
| HSL | 0.5º | 0.73% | 0.68% | - |
| HSV(B) | 0.5º | 0.51% | 0.91% | - |
| XYZ | 42.77 | 30.8 | 19.61 | - |
| YUV | 150.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 114 | 0 | 0.51 | 0.51 | 0.09 | 0.5 | 0.73 | 0.68 |
| Hex | E9 | 73 | 72 | 0 | 33 | 33 | 9 | 1 | 49 | 44 |
| Octal | 351 | 163 | 162 | 0 | 63 | 63 | 11 | 1 | 111 | 104 |
| Binary | 11101001 | 1110011 | 1110010 | 0 | 110011 | 110011 | 1001 | 1 | 1001001 | 1000100 |
Color Harmonies of #E97372
Complementary color
Monochromatic Colors of #E97372
Black with #E97372
Text Example
Text Example
White with #E97372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97372; }
p { color: rgb(233,115,114); }
H1.HeaderClassName
{
color: #E97372;
}
.AnyTagClassName
{
color: #E97372;
}
</style>
background-color css
<style>
a { background-color: #E97372; }
a { background-color: rgb(233,115,114); }
div.DivClassName
{
background-color: #E97372;
}
.BgClassName
{
background-color: #E97372;
}
</style>
border-color css
<style>
span { border-color: #E97372; }
span { border-color: rgb(233,115,114); }
td.TdClassName
{
border-color: #E97372;
}
.TagClassName
{
border-color: #E97372;
}
</style>