Shades of Geraldine #E97672
Tints of Geraldine #E97672
RGB
CMYK
RGB Variations
Color information
#E97672 (or 0xE97672) is known color: Geraldine. HEX triplet: E9, 76 and 72. RGB value is (233,118,114). Sum of RGB (Red+Green+Blue) = 233+118+114=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E97672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97672 is #16898D. Grayscale: #989898. Windows color (decimal): -1477006 or 7501545. OLE color: 7501545.
HSL color Cylindrical-coordinate representation of color #E97672: hue angle of 2.02º 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 #E97672 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 114 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.09 |
| HSL | 2.02º | 0.73% | 0.68% | - |
| HSV(B) | 2.02º | 0.51% | 0.91% | - |
| XYZ | 43.12 | 31.5 | 19.73 | - |
| YUV | 151.93 | 106.6 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 114 | 0 | 0.49 | 0.51 | 0.09 | 2.02 | 0.73 | 0.68 |
| Hex | E9 | 76 | 72 | 0 | 31 | 33 | 9 | 2 | 49 | 44 |
| Octal | 351 | 166 | 162 | 0 | 61 | 63 | 11 | 2 | 111 | 104 |
| Binary | 11101001 | 1110110 | 1110010 | 0 | 110001 | 110011 | 1001 | 10 | 1001001 | 1000100 |
Color Harmonies of #E97672
Complementary color
Monochromatic Colors of #E97672
Black with #E97672
Text Example
Text Example
White with #E97672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97672; }
p { color: rgb(233,118,114); }
H1.HeaderClassName
{
color: #E97672;
}
.AnyTagClassName
{
color: #E97672;
}
</style>
background-color css
<style>
a { background-color: #E97672; }
a { background-color: rgb(233,118,114); }
div.DivClassName
{
background-color: #E97672;
}
.BgClassName
{
background-color: #E97672;
}
</style>
border-color css
<style>
span { border-color: #E97672; }
span { border-color: rgb(233,118,114); }
td.TdClassName
{
border-color: #E97672;
}
.TagClassName
{
border-color: #E97672;
}
</style>