Shades of Geraldine #E87A78
Tints of Geraldine #E87A78
RGB
CMYK
RGB Variations
Color information
#E87A78 (or 0xE87A78) is known color: Geraldine. HEX triplet: E8, 7A and 78. RGB value is (232,122,120). Sum of RGB (Red+Green+Blue) = 232+122+120=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E87A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87A78 is #178587. Grayscale: #9A9A9A. Windows color (decimal): -1541512 or 7895784. OLE color: 7895784.
HSL color Cylindrical-coordinate representation of color #E87A78: hue angle of 1.07º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E87A78 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 120 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.09 |
| HSL | 1.07º | 0.71% | 0.69% | - |
| HSV(B) | 1.07º | 0.48% | 0.91% | - |
| XYZ | 43.63 | 32.43 | 21.73 | - |
| YUV | 154.66 | 108.44 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 120 | 0 | 0.47 | 0.48 | 0.09 | 1.07 | 0.71 | 0.69 |
| Hex | E8 | 7A | 78 | 0 | 2F | 30 | 9 | 1 | 47 | 45 |
| Octal | 350 | 172 | 170 | 0 | 57 | 60 | 11 | 1 | 107 | 105 |
| Binary | 11101000 | 1111010 | 1111000 | 0 | 101111 | 110000 | 1001 | 1 | 1000111 | 1000101 |
Color Harmonies of #E87A78
Complementary color
Monochromatic Colors of #E87A78
Black with #E87A78
Text Example
Text Example
White with #E87A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87A78; }
p { color: rgb(232,122,120); }
H1.HeaderClassName
{
color: #E87A78;
}
.AnyTagClassName
{
color: #E87A78;
}
</style>
background-color css
<style>
a { background-color: #E87A78; }
a { background-color: rgb(232,122,120); }
div.DivClassName
{
background-color: #E87A78;
}
.BgClassName
{
background-color: #E87A78;
}
</style>
border-color css
<style>
span { border-color: #E87A78; }
span { border-color: rgb(232,122,120); }
td.TdClassName
{
border-color: #E87A78;
}
.TagClassName
{
border-color: #E87A78;
}
</style>