Shades of Geraldine #E87B77
Tints of Geraldine #E87B77
RGB
CMYK
RGB Variations
Color information
#E87B77 (or 0xE87B77) is known color: Geraldine. HEX triplet: E8, 7B and 77. RGB value is (232,123,119). Sum of RGB (Red+Green+Blue) = 232+123+119=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E87B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87B77 is #178488. Grayscale: #9B9B9B. Windows color (decimal): -1541257 or 7830504. OLE color: 7830504.
HSL color Cylindrical-coordinate representation of color #E87B77: hue angle of 2.12º 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 #E87B77 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 123 | 119 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.09 |
| HSL | 2.12º | 0.71% | 0.69% | - |
| HSV(B) | 2.12º | 0.49% | 0.91% | - |
| XYZ | 43.69 | 32.65 | 21.45 | - |
| YUV | 155.14 | 107.61 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 123 | 119 | 0 | 0.47 | 0.49 | 0.09 | 2.12 | 0.71 | 0.69 |
| Hex | E8 | 7B | 77 | 0 | 2F | 31 | 9 | 2 | 47 | 45 |
| Octal | 350 | 173 | 167 | 0 | 57 | 61 | 11 | 2 | 107 | 105 |
| Binary | 11101000 | 1111011 | 1110111 | 0 | 101111 | 110001 | 1001 | 10 | 1000111 | 1000101 |
Color Harmonies of #E87B77
Complementary color
Monochromatic Colors of #E87B77
Black with #E87B77
Text Example
Text Example
White with #E87B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87B77; }
p { color: rgb(232,123,119); }
H1.HeaderClassName
{
color: #E87B77;
}
.AnyTagClassName
{
color: #E87B77;
}
</style>
background-color css
<style>
a { background-color: #E87B77; }
a { background-color: rgb(232,123,119); }
div.DivClassName
{
background-color: #E87B77;
}
.BgClassName
{
background-color: #E87B77;
}
</style>
border-color css
<style>
span { border-color: #E87B77; }
span { border-color: rgb(232,123,119); }
td.TdClassName
{
border-color: #E87B77;
}
.TagClassName
{
border-color: #E87B77;
}
</style>