Shades of Geraldine #E96E68
Tints of Geraldine #E96E68
RGB
CMYK
RGB Variations
Color information
#E96E68 (or 0xE96E68) is known color: Geraldine. HEX triplet: E9, 6E and 68. RGB value is (233,110,104). Sum of RGB (Red+Green+Blue) = 233+110+104=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96E68 is #169197. Grayscale: #929292. Windows color (decimal): -1479064 or 6844137. OLE color: 6844137.
HSL color Cylindrical-coordinate representation of color #E96E68: hue angle of 2.79º degrees, saturation: 0.75, 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 #E96E68 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 104 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.09 |
| HSL | 2.79º | 0.75% | 0.66% | - |
| HSV(B) | 2.79º | 0.55% | 0.91% | - |
| XYZ | 41.68 | 29.47 | 16.59 | - |
| YUV | 146.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 104 | 0 | 0.53 | 0.55 | 0.09 | 2.79 | 0.75 | 0.66 |
| Hex | E9 | 6E | 68 | 0 | 35 | 37 | 9 | 3 | 4B | 42 |
| Octal | 351 | 156 | 150 | 0 | 65 | 67 | 11 | 3 | 113 | 102 |
| Binary | 11101001 | 1101110 | 1101000 | 0 | 110101 | 110111 | 1001 | 11 | 1001011 | 1000010 |
Color Harmonies of #E96E68
Complementary color
Monochromatic Colors of #E96E68
Black with #E96E68
Text Example
Text Example
White with #E96E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96E68; }
p { color: rgb(233,110,104); }
H1.HeaderClassName
{
color: #E96E68;
}
.AnyTagClassName
{
color: #E96E68;
}
</style>
background-color css
<style>
a { background-color: #E96E68; }
a { background-color: rgb(233,110,104); }
div.DivClassName
{
background-color: #E96E68;
}
.BgClassName
{
background-color: #E96E68;
}
</style>
border-color css
<style>
span { border-color: #E96E68; }
span { border-color: rgb(233,110,104); }
td.TdClassName
{
border-color: #E96E68;
}
.TagClassName
{
border-color: #E96E68;
}
</style>