Shades of Geraldine #E97068
Tints of Geraldine #E97068
RGB
CMYK
RGB Variations
Color information
#E97068 (or 0xE97068) is known color: Geraldine. HEX triplet: E9, 70 and 68. RGB value is (233,112,104). Sum of RGB (Red+Green+Blue) = 233+112+104=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E97068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97068 is #168F97. Grayscale: #939393. Windows color (decimal): -1478552 or 6844649. OLE color: 6844649.
HSL color Cylindrical-coordinate representation of color #E97068: hue angle of 3.72º 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 #E97068 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 104 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.09 |
| HSL | 3.72º | 0.75% | 0.66% | - |
| HSV(B) | 3.72º | 0.55% | 0.91% | - |
| XYZ | 41.9 | 29.91 | 16.66 | - |
| YUV | 147.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 104 | 0 | 0.52 | 0.55 | 0.09 | 3.72 | 0.75 | 0.66 |
| Hex | E9 | 70 | 68 | 0 | 34 | 37 | 9 | 4 | 4B | 42 |
| Octal | 351 | 160 | 150 | 0 | 64 | 67 | 11 | 4 | 113 | 102 |
| Binary | 11101001 | 1110000 | 1101000 | 0 | 110100 | 110111 | 1001 | 100 | 1001011 | 1000010 |
Color Harmonies of #E97068
Complementary color
Monochromatic Colors of #E97068
Black with #E97068
Text Example
Text Example
White with #E97068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97068; }
p { color: rgb(233,112,104); }
H1.HeaderClassName
{
color: #E97068;
}
.AnyTagClassName
{
color: #E97068;
}
</style>
background-color css
<style>
a { background-color: #E97068; }
a { background-color: rgb(233,112,104); }
div.DivClassName
{
background-color: #E97068;
}
.BgClassName
{
background-color: #E97068;
}
</style>
border-color css
<style>
span { border-color: #E97068; }
span { border-color: rgb(233,112,104); }
td.TdClassName
{
border-color: #E97068;
}
.TagClassName
{
border-color: #E97068;
}
</style>