Shades of Geraldine #E96E6D
Tints of Geraldine #E96E6D
RGB
CMYK
RGB Variations
Color information
#E96E6D (or 0xE96E6D) is known color: Geraldine. HEX triplet: E9, 6E and 6D. RGB value is (233,110,109). Sum of RGB (Red+Green+Blue) = 233+110+109=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96E6D is #169192. Grayscale: #929292. Windows color (decimal): -1479059 or 7171817. OLE color: 7171817.
HSL color Cylindrical-coordinate representation of color #E96E6D: hue angle of 0.48º 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 #E96E6D is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 109 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.09 |
| HSL | 0.48º | 0.74% | 0.67% | - |
| HSV(B) | 0.48º | 0.53% | 0.91% | - |
| XYZ | 41.94 | 29.58 | 17.97 | - |
| YUV | 146.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 109 | 0 | 0.53 | 0.53 | 0.09 | 0.48 | 0.74 | 0.67 |
| Hex | E9 | 6E | 6D | 0 | 35 | 35 | 9 | 0 | 4A | 43 |
| Octal | 351 | 156 | 155 | 0 | 65 | 65 | 11 | 0 | 112 | 103 |
| Binary | 11101001 | 1101110 | 1101101 | 0 | 110101 | 110101 | 1001 | 0 | 1001010 | 1000011 |
Color Harmonies of #E96E6D
Complementary color
Monochromatic Colors of #E96E6D
Black with #E96E6D
Text Example
Text Example
White with #E96E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96E6D; }
p { color: rgb(233,110,109); }
H1.HeaderClassName
{
color: #E96E6D;
}
.AnyTagClassName
{
color: #E96E6D;
}
</style>
background-color css
<style>
a { background-color: #E96E6D; }
a { background-color: rgb(233,110,109); }
div.DivClassName
{
background-color: #E96E6D;
}
.BgClassName
{
background-color: #E96E6D;
}
</style>
border-color css
<style>
span { border-color: #E96E6D; }
span { border-color: rgb(233,110,109); }
td.TdClassName
{
border-color: #E96E6D;
}
.TagClassName
{
border-color: #E96E6D;
}
</style>