Shades of Geraldine #E87E73
Tints of Geraldine #E87E73
RGB
CMYK
RGB Variations
Color information
#E87E73 (or 0xE87E73) is known color: Geraldine. HEX triplet: E8, 7E and 73. RGB value is (232,126,115). Sum of RGB (Red+Green+Blue) = 232+126+115=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E87E73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87E73 is #17818C. Grayscale: #9C9C9C. Windows color (decimal): -1540493 or 7569128. OLE color: 7569128.
HSL color Cylindrical-coordinate representation of color #E87E73: hue angle of 5.64º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E87E73 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 126 | 115 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.09 |
| HSL | 5.64º | 0.72% | 0.68% | - |
| HSV(B) | 5.64º | 0.5% | 0.91% | - |
| XYZ | 43.83 | 33.32 | 20.34 | - |
| YUV | 156.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 126 | 115 | 0 | 0.46 | 0.50 | 0.09 | 5.64 | 0.72 | 0.68 |
| Hex | E8 | 7E | 73 | 0 | 2E | 32 | 9 | 6 | 48 | 44 |
| Octal | 350 | 176 | 163 | 0 | 56 | 62 | 11 | 6 | 110 | 104 |
| Binary | 11101000 | 1111110 | 1110011 | 0 | 101110 | 110010 | 1001 | 110 | 1001000 | 1000100 |
Color Harmonies of #E87E73
Complementary color
Monochromatic Colors of #E87E73
Black with #E87E73
Text Example
Text Example
White with #E87E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87E73; }
p { color: rgb(232,126,115); }
H1.HeaderClassName
{
color: #E87E73;
}
.AnyTagClassName
{
color: #E87E73;
}
</style>
background-color css
<style>
a { background-color: #E87E73; }
a { background-color: rgb(232,126,115); }
div.DivClassName
{
background-color: #E87E73;
}
.BgClassName
{
background-color: #E87E73;
}
</style>
border-color css
<style>
span { border-color: #E87E73; }
span { border-color: rgb(232,126,115); }
td.TdClassName
{
border-color: #E87E73;
}
.TagClassName
{
border-color: #E87E73;
}
</style>