Shades of Geraldine #E96E6A
Tints of Geraldine #E96E6A
RGB
CMYK
RGB Variations
Color information
#E96E6A (or 0xE96E6A) is known color: Geraldine. HEX triplet: E9, 6E and 6A. RGB value is (233,110,106). Sum of RGB (Red+Green+Blue) = 233+110+106=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96E6A is #169195. Grayscale: #929292. Windows color (decimal): -1479062 or 6975209. OLE color: 6975209.
HSL color Cylindrical-coordinate representation of color #E96E6A: hue angle of 1.89º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96E6A is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 106 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.09 |
| HSL | 1.89º | 0.74% | 0.66% | - |
| HSV(B) | 1.89º | 0.55% | 0.91% | - |
| XYZ | 41.78 | 29.52 | 17.13 | - |
| YUV | 146.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 106 | 0 | 0.53 | 0.55 | 0.09 | 1.89 | 0.74 | 0.66 |
| Hex | E9 | 6E | 6A | 0 | 35 | 37 | 9 | 2 | 4A | 42 |
| Octal | 351 | 156 | 152 | 0 | 65 | 67 | 11 | 2 | 112 | 102 |
| Binary | 11101001 | 1101110 | 1101010 | 0 | 110101 | 110111 | 1001 | 10 | 1001010 | 1000010 |
Color Harmonies of #E96E6A
Complementary color
Monochromatic Colors of #E96E6A
Black with #E96E6A
Text Example
Text Example
White with #E96E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96E6A; }
p { color: rgb(233,110,106); }
H1.HeaderClassName
{
color: #E96E6A;
}
.AnyTagClassName
{
color: #E96E6A;
}
</style>
background-color css
<style>
a { background-color: #E96E6A; }
a { background-color: rgb(233,110,106); }
div.DivClassName
{
background-color: #E96E6A;
}
.BgClassName
{
background-color: #E96E6A;
}
</style>
border-color css
<style>
span { border-color: #E96E6A; }
span { border-color: rgb(233,110,106); }
td.TdClassName
{
border-color: #E96E6A;
}
.TagClassName
{
border-color: #E96E6A;
}
</style>