Shades of Geraldine #E87977
Tints of Geraldine #E87977
RGB
CMYK
RGB Variations
Color information
#E87977 (or 0xE87977) is known color: Geraldine. HEX triplet: E8, 79 and 77. RGB value is (232,121,119). Sum of RGB (Red+Green+Blue) = 232+121+119=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E87977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87977 is #178688. Grayscale: #9A9A9A. Windows color (decimal): -1541769 or 7829992. OLE color: 7829992.
HSL color Cylindrical-coordinate representation of color #E87977: hue angle of 1.06º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E87977 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 121 | 119 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.09 |
| HSL | 1.06º | 0.71% | 0.69% | - |
| HSV(B) | 1.06º | 0.49% | 0.91% | - |
| XYZ | 43.45 | 32.16 | 21.37 | - |
| YUV | 153.96 | 108.27 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 121 | 119 | 0 | 0.48 | 0.49 | 0.09 | 1.06 | 0.71 | 0.69 |
| Hex | E8 | 79 | 77 | 0 | 30 | 31 | 9 | 1 | 47 | 45 |
| Octal | 350 | 171 | 167 | 0 | 60 | 61 | 11 | 1 | 107 | 105 |
| Binary | 11101000 | 1111001 | 1110111 | 0 | 110000 | 110001 | 1001 | 1 | 1000111 | 1000101 |
Color Harmonies of #E87977
Complementary color
Monochromatic Colors of #E87977
Black with #E87977
Text Example
Text Example
White with #E87977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87977; }
p { color: rgb(232,121,119); }
H1.HeaderClassName
{
color: #E87977;
}
.AnyTagClassName
{
color: #E87977;
}
</style>
background-color css
<style>
a { background-color: #E87977; }
a { background-color: rgb(232,121,119); }
div.DivClassName
{
background-color: #E87977;
}
.BgClassName
{
background-color: #E87977;
}
</style>
border-color css
<style>
span { border-color: #E87977; }
span { border-color: rgb(232,121,119); }
td.TdClassName
{
border-color: #E87977;
}
.TagClassName
{
border-color: #E87977;
}
</style>