Shades of Geraldine #E97C76
Tints of Geraldine #E97C76
RGB
CMYK
RGB Variations
Color information
#E97C76 (or 0xE97C76) is known color: Geraldine. HEX triplet: E9, 7C and 76. RGB value is (233,124,118). Sum of RGB (Red+Green+Blue) = 233+124+118=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E97C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97C76 is #168389. Grayscale: #9C9C9C. Windows color (decimal): -1475466 or 7765225. OLE color: 7765225.
HSL color Cylindrical-coordinate representation of color #E97C76: hue angle of 3.13º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E97C76 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 124 | 118 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.09 |
| HSL | 3.13º | 0.72% | 0.69% | - |
| HSV(B) | 3.13º | 0.49% | 0.91% | - |
| XYZ | 44.08 | 33.05 | 21.19 | - |
| YUV | 155.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 124 | 118 | 0 | 0.47 | 0.49 | 0.09 | 3.13 | 0.72 | 0.69 |
| Hex | E9 | 7C | 76 | 0 | 2F | 31 | 9 | 3 | 48 | 45 |
| Octal | 351 | 174 | 166 | 0 | 57 | 61 | 11 | 3 | 110 | 105 |
| Binary | 11101001 | 1111100 | 1110110 | 0 | 101111 | 110001 | 1001 | 11 | 1001000 | 1000101 |
Color Harmonies of #E97C76
Complementary color
Monochromatic Colors of #E97C76
Black with #E97C76
Text Example
Text Example
White with #E97C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97C76; }
p { color: rgb(233,124,118); }
H1.HeaderClassName
{
color: #E97C76;
}
.AnyTagClassName
{
color: #E97C76;
}
</style>
background-color css
<style>
a { background-color: #E97C76; }
a { background-color: rgb(233,124,118); }
div.DivClassName
{
background-color: #E97C76;
}
.BgClassName
{
background-color: #E97C76;
}
</style>
border-color css
<style>
span { border-color: #E97C76; }
span { border-color: rgb(233,124,118); }
td.TdClassName
{
border-color: #E97C76;
}
.TagClassName
{
border-color: #E97C76;
}
</style>