Shades of Geraldine #E97D6D
Tints of Geraldine #E97D6D
RGB
CMYK
RGB Variations
Color information
#E97D6D (or 0xE97D6D) is known color: Geraldine. HEX triplet: E9, 7D and 6D. RGB value is (233,125,109). Sum of RGB (Red+Green+Blue) = 233+125+109=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97D6D is #168292. Grayscale: #9B9B9B. Windows color (decimal): -1475219 or 7175657. OLE color: 7175657.
HSL color Cylindrical-coordinate representation of color #E97D6D: hue angle of 7.74º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E97D6D is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 109 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.09 |
| HSL | 7.74º | 0.74% | 0.67% | - |
| HSV(B) | 7.74º | 0.53% | 0.91% | - |
| XYZ | 43.7 | 33.1 | 18.55 | - |
| YUV | 155.47 | 101.78 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 109 | 0 | 0.46 | 0.53 | 0.09 | 7.74 | 0.74 | 0.67 |
| Hex | E9 | 7D | 6D | 0 | 2E | 35 | 9 | 8 | 4A | 43 |
| Octal | 351 | 175 | 155 | 0 | 56 | 65 | 11 | 10 | 112 | 103 |
| Binary | 11101001 | 1111101 | 1101101 | 0 | 101110 | 110101 | 1001 | 1000 | 1001010 | 1000011 |
Color Harmonies of #E97D6D
Complementary color
Monochromatic Colors of #E97D6D
Black with #E97D6D
Text Example
Text Example
White with #E97D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97D6D; }
p { color: rgb(233,125,109); }
H1.HeaderClassName
{
color: #E97D6D;
}
.AnyTagClassName
{
color: #E97D6D;
}
</style>
background-color css
<style>
a { background-color: #E97D6D; }
a { background-color: rgb(233,125,109); }
div.DivClassName
{
background-color: #E97D6D;
}
.BgClassName
{
background-color: #E97D6D;
}
</style>
border-color css
<style>
span { border-color: #E97D6D; }
span { border-color: rgb(233,125,109); }
td.TdClassName
{
border-color: #E97D6D;
}
.TagClassName
{
border-color: #E97D6D;
}
</style>