Shades of Geraldine #E97B6C
Tints of Geraldine #E97B6C
RGB
CMYK
RGB Variations
Color information
#E97B6C (or 0xE97B6C) is known color: Geraldine. HEX triplet: E9, 7B and 6C. RGB value is (233,123,108). Sum of RGB (Red+Green+Blue) = 233+123+108=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E97B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97B6C is #168493. Grayscale: #9A9A9A. Windows color (decimal): -1475732 or 7109609. OLE color: 7109609.
HSL color Cylindrical-coordinate representation of color #E97B6C: hue angle of 7.2º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E97B6C is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 123 | 108 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.09 |
| HSL | 7.2º | 0.74% | 0.67% | - |
| HSV(B) | 7.2º | 0.54% | 0.91% | - |
| XYZ | 43.39 | 32.57 | 18.19 | - |
| YUV | 154.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 123 | 108 | 0 | 0.47 | 0.54 | 0.09 | 7.2 | 0.74 | 0.67 |
| Hex | E9 | 7B | 6C | 0 | 2F | 36 | 9 | 7 | 4A | 43 |
| Octal | 351 | 173 | 154 | 0 | 57 | 66 | 11 | 7 | 112 | 103 |
| Binary | 11101001 | 1111011 | 1101100 | 0 | 101111 | 110110 | 1001 | 111 | 1001010 | 1000011 |
Color Harmonies of #E97B6C
Complementary color
Monochromatic Colors of #E97B6C
Black with #E97B6C
Text Example
Text Example
White with #E97B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97B6C; }
p { color: rgb(233,123,108); }
H1.HeaderClassName
{
color: #E97B6C;
}
.AnyTagClassName
{
color: #E97B6C;
}
</style>
background-color css
<style>
a { background-color: #E97B6C; }
a { background-color: rgb(233,123,108); }
div.DivClassName
{
background-color: #E97B6C;
}
.BgClassName
{
background-color: #E97B6C;
}
</style>
border-color css
<style>
span { border-color: #E97B6C; }
span { border-color: rgb(233,123,108); }
td.TdClassName
{
border-color: #E97B6C;
}
.TagClassName
{
border-color: #E97B6C;
}
</style>