Shades of Geraldine #E97F7B
Tints of Geraldine #E97F7B
RGB
CMYK
RGB Variations
Color information
#E97F7B (or 0xE97F7B) is known color: Geraldine. HEX triplet: E9, 7F and 7B. RGB value is (233,127,123). Sum of RGB (Red+Green+Blue) = 233+127+123=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E97F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97F7B is #168084. Grayscale: #9E9E9E. Windows color (decimal): -1474693 or 8093673. OLE color: 8093673.
HSL color Cylindrical-coordinate representation of color #E97F7B: hue angle of 2.18º 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 #E97F7B is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 127 | 123 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.09 |
| HSL | 2.18º | 0.71% | 0.7% | - |
| HSV(B) | 2.18º | 0.47% | 0.91% | - |
| XYZ | 44.77 | 33.93 | 22.93 | - |
| YUV | 158.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 127 | 123 | 0 | 0.45 | 0.47 | 0.09 | 2.18 | 0.71 | 0.7 |
| Hex | E9 | 7F | 7B | 0 | 2D | 2F | 9 | 2 | 47 | 46 |
| Octal | 351 | 177 | 173 | 0 | 55 | 57 | 11 | 2 | 107 | 106 |
| Binary | 11101001 | 1111111 | 1111011 | 0 | 101101 | 101111 | 1001 | 10 | 1000111 | 1000110 |
Color Harmonies of #E97F7B
Complementary color
Monochromatic Colors of #E97F7B
Black with #E97F7B
Text Example
Text Example
White with #E97F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97F7B; }
p { color: rgb(233,127,123); }
H1.HeaderClassName
{
color: #E97F7B;
}
.AnyTagClassName
{
color: #E97F7B;
}
</style>
background-color css
<style>
a { background-color: #E97F7B; }
a { background-color: rgb(233,127,123); }
div.DivClassName
{
background-color: #E97F7B;
}
.BgClassName
{
background-color: #E97F7B;
}
</style>
border-color css
<style>
span { border-color: #E97F7B; }
span { border-color: rgb(233,127,123); }
td.TdClassName
{
border-color: #E97F7B;
}
.TagClassName
{
border-color: #E97F7B;
}
</style>