Shades of Geraldine #E97E6A
Tints of Geraldine #E97E6A
RGB
CMYK
RGB Variations
Color information
#E97E6A (or 0xE97E6A) is known color: Geraldine. HEX triplet: E9, 7E and 6A. RGB value is (233,126,106). Sum of RGB (Red+Green+Blue) = 233+126+106=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E97E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97E6A is #168195. Grayscale: #9B9B9B. Windows color (decimal): -1474966 or 6979305. OLE color: 6979305.
HSL color Cylindrical-coordinate representation of color #E97E6A: hue angle of 9.45º degrees, saturation: 0.74, 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 #E97E6A is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 126 | 106 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.09 |
| HSL | 9.45º | 0.74% | 0.66% | - |
| HSV(B) | 9.45º | 0.55% | 0.91% | - |
| XYZ | 43.67 | 33.29 | 17.76 | - |
| YUV | 155.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 126 | 106 | 0 | 0.46 | 0.55 | 0.09 | 9.45 | 0.74 | 0.66 |
| Hex | E9 | 7E | 6A | 0 | 2E | 37 | 9 | 9 | 4A | 42 |
| Octal | 351 | 176 | 152 | 0 | 56 | 67 | 11 | 11 | 112 | 102 |
| Binary | 11101001 | 1111110 | 1101010 | 0 | 101110 | 110111 | 1001 | 1001 | 1001010 | 1000010 |
Color Harmonies of #E97E6A
Complementary color
Monochromatic Colors of #E97E6A
Black with #E97E6A
Text Example
Text Example
White with #E97E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97E6A; }
p { color: rgb(233,126,106); }
H1.HeaderClassName
{
color: #E97E6A;
}
.AnyTagClassName
{
color: #E97E6A;
}
</style>
background-color css
<style>
a { background-color: #E97E6A; }
a { background-color: rgb(233,126,106); }
div.DivClassName
{
background-color: #E97E6A;
}
.BgClassName
{
background-color: #E97E6A;
}
</style>
border-color css
<style>
span { border-color: #E97E6A; }
span { border-color: rgb(233,126,106); }
td.TdClassName
{
border-color: #E97E6A;
}
.TagClassName
{
border-color: #E97E6A;
}
</style>