Shades of Geraldine #E97C7A
Tints of Geraldine #E97C7A
RGB
CMYK
RGB Variations
Color information
#E97C7A (or 0xE97C7A) is known color: Geraldine. HEX triplet: E9, 7C and 7A. RGB value is (233,124,122). Sum of RGB (Red+Green+Blue) = 233+124+122=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E97C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97C7A is #168385. Grayscale: #9C9C9C. Windows color (decimal): -1475462 or 8027369. OLE color: 8027369.
HSL color Cylindrical-coordinate representation of color #E97C7A: hue angle of 1.08º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E97C7A is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 124 | 122 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.09 |
| HSL | 1.08º | 0.72% | 0.7% | - |
| HSV(B) | 1.08º | 0.48% | 0.91% | - |
| XYZ | 44.32 | 33.14 | 22.47 | - |
| YUV | 156.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 124 | 122 | 0 | 0.47 | 0.48 | 0.09 | 1.08 | 0.72 | 0.7 |
| Hex | E9 | 7C | 7A | 0 | 2F | 30 | 9 | 1 | 48 | 46 |
| Octal | 351 | 174 | 172 | 0 | 57 | 60 | 11 | 1 | 110 | 106 |
| Binary | 11101001 | 1111100 | 1111010 | 0 | 101111 | 110000 | 1001 | 1 | 1001000 | 1000110 |
Color Harmonies of #E97C7A
Complementary color
Monochromatic Colors of #E97C7A
Black with #E97C7A
Text Example
Text Example
White with #E97C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97C7A; }
p { color: rgb(233,124,122); }
H1.HeaderClassName
{
color: #E97C7A;
}
.AnyTagClassName
{
color: #E97C7A;
}
</style>
background-color css
<style>
a { background-color: #E97C7A; }
a { background-color: rgb(233,124,122); }
div.DivClassName
{
background-color: #E97C7A;
}
.BgClassName
{
background-color: #E97C7A;
}
</style>
border-color css
<style>
span { border-color: #E97C7A; }
span { border-color: rgb(233,124,122); }
td.TdClassName
{
border-color: #E97C7A;
}
.TagClassName
{
border-color: #E97C7A;
}
</style>