Shades of Geraldine #E87E79
Tints of Geraldine #E87E79
RGB
CMYK
RGB Variations
Color information
#E87E79 (or 0xE87E79) is known color: Geraldine. HEX triplet: E8, 7E and 79. RGB value is (232,126,121). Sum of RGB (Red+Green+Blue) = 232+126+121=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E87E79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87E79 is #178186. Grayscale: #9D9D9D. Windows color (decimal): -1540487 or 7962344. OLE color: 7962344.
HSL color Cylindrical-coordinate representation of color #E87E79: hue angle of 2.7º 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 #E87E79 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 126 | 121 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.09 |
| HSL | 2.7º | 0.71% | 0.69% | - |
| HSV(B) | 2.7º | 0.48% | 0.91% | - |
| XYZ | 44.19 | 33.46 | 22.22 | - |
| YUV | 157.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 126 | 121 | 0 | 0.46 | 0.48 | 0.09 | 2.7 | 0.71 | 0.69 |
| Hex | E8 | 7E | 79 | 0 | 2E | 30 | 9 | 3 | 47 | 45 |
| Octal | 350 | 176 | 171 | 0 | 56 | 60 | 11 | 3 | 107 | 105 |
| Binary | 11101000 | 1111110 | 1111001 | 0 | 101110 | 110000 | 1001 | 11 | 1000111 | 1000101 |
Color Harmonies of #E87E79
Complementary color
Monochromatic Colors of #E87E79
Black with #E87E79
Text Example
Text Example
White with #E87E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87E79; }
p { color: rgb(232,126,121); }
H1.HeaderClassName
{
color: #E87E79;
}
.AnyTagClassName
{
color: #E87E79;
}
</style>
background-color css
<style>
a { background-color: #E87E79; }
a { background-color: rgb(232,126,121); }
div.DivClassName
{
background-color: #E87E79;
}
.BgClassName
{
background-color: #E87E79;
}
</style>
border-color css
<style>
span { border-color: #E87E79; }
span { border-color: rgb(232,126,121); }
td.TdClassName
{
border-color: #E87E79;
}
.TagClassName
{
border-color: #E87E79;
}
</style>