Shades of Geraldine #E87F78
Tints of Geraldine #E87F78
RGB
CMYK
RGB Variations
Color information
#E87F78 (or 0xE87F78) is known color: Geraldine. HEX triplet: E8, 7F and 78. RGB value is (232,127,120). Sum of RGB (Red+Green+Blue) = 232+127+120=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87F78 is #178087. Grayscale: #9D9D9D. Windows color (decimal): -1540232 or 7897064. OLE color: 7897064.
HSL color Cylindrical-coordinate representation of color #E87F78: hue angle of 3.75º 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 #E87F78 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 120 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.09 |
| HSL | 3.75º | 0.71% | 0.69% | - |
| HSV(B) | 3.75º | 0.48% | 0.91% | - |
| XYZ | 44.26 | 33.69 | 21.94 | - |
| YUV | 157.6 | 106.79 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 120 | 0 | 0.45 | 0.48 | 0.09 | 3.75 | 0.71 | 0.69 |
| Hex | E8 | 7F | 78 | 0 | 2D | 30 | 9 | 4 | 47 | 45 |
| Octal | 350 | 177 | 170 | 0 | 55 | 60 | 11 | 4 | 107 | 105 |
| Binary | 11101000 | 1111111 | 1111000 | 0 | 101101 | 110000 | 1001 | 100 | 1000111 | 1000101 |
Color Harmonies of #E87F78
Complementary color
Monochromatic Colors of #E87F78
Black with #E87F78
Text Example
Text Example
White with #E87F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87F78; }
p { color: rgb(232,127,120); }
H1.HeaderClassName
{
color: #E87F78;
}
.AnyTagClassName
{
color: #E87F78;
}
</style>
background-color css
<style>
a { background-color: #E87F78; }
a { background-color: rgb(232,127,120); }
div.DivClassName
{
background-color: #E87F78;
}
.BgClassName
{
background-color: #E87F78;
}
</style>
border-color css
<style>
span { border-color: #E87F78; }
span { border-color: rgb(232,127,120); }
td.TdClassName
{
border-color: #E87F78;
}
.TagClassName
{
border-color: #E87F78;
}
</style>