Shades of Geraldine #E9807B
Tints of Geraldine #E9807B
RGB
CMYK
RGB Variations
Color information
#E9807B (or 0xE9807B) is known color: Geraldine. HEX triplet: E9, 80 and 7B. RGB value is (233,128,123). Sum of RGB (Red+Green+Blue) = 233+128+123=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E9807B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9807B is #167F84. Grayscale: #9E9E9E. Windows color (decimal): -1474437 or 8093929. OLE color: 8093929.
HSL color Cylindrical-coordinate representation of color #E9807B: hue angle of 2.73º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E9807B is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 128 | 123 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.09 |
| HSL | 2.73º | 0.71% | 0.7% | - |
| HSV(B) | 2.73º | 0.47% | 0.91% | - |
| XYZ | 44.9 | 34.19 | 22.97 | - |
| YUV | 158.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 128 | 123 | 0 | 0.45 | 0.47 | 0.09 | 2.73 | 0.71 | 0.7 |
| Hex | E9 | 80 | 7B | 0 | 2D | 2F | 9 | 3 | 47 | 46 |
| Octal | 351 | 200 | 173 | 0 | 55 | 57 | 11 | 3 | 107 | 106 |
| Binary | 11101001 | 10000000 | 1111011 | 0 | 101101 | 101111 | 1001 | 11 | 1000111 | 1000110 |
Color Harmonies of #E9807B
Complementary color
Monochromatic Colors of #E9807B
Black with #E9807B
Text Example
Text Example
White with #E9807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9807B; }
p { color: rgb(233,128,123); }
H1.HeaderClassName
{
color: #E9807B;
}
.AnyTagClassName
{
color: #E9807B;
}
</style>
background-color css
<style>
a { background-color: #E9807B; }
a { background-color: rgb(233,128,123); }
div.DivClassName
{
background-color: #E9807B;
}
.BgClassName
{
background-color: #E9807B;
}
</style>
border-color css
<style>
span { border-color: #E9807B; }
span { border-color: rgb(233,128,123); }
td.TdClassName
{
border-color: #E9807B;
}
.TagClassName
{
border-color: #E9807B;
}
</style>