Shades of Geraldine #E87E7C
Tints of Geraldine #E87E7C
RGB
CMYK
RGB Variations
Color information
#E87E7C (or 0xE87E7C) is known color: Geraldine. HEX triplet: E8, 7E and 7C. RGB value is (232,126,124). Sum of RGB (Red+Green+Blue) = 232+126+124=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E87E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87E7C is #178183. Grayscale: #9D9D9D. Windows color (decimal): -1540484 or 8158952. OLE color: 8158952.
HSL color Cylindrical-coordinate representation of color #E87E7C: hue angle of 1.11º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87E7C is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 126 | 124 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.09 |
| HSL | 1.11º | 0.7% | 0.7% | - |
| HSV(B) | 1.11º | 0.47% | 0.91% | - |
| XYZ | 44.38 | 33.53 | 23.2 | - |
| YUV | 157.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 126 | 124 | 0 | 0.46 | 0.47 | 0.09 | 1.11 | 0.7 | 0.7 |
| Hex | E8 | 7E | 7C | 0 | 2E | 2F | 9 | 1 | 46 | 46 |
| Octal | 350 | 176 | 174 | 0 | 56 | 57 | 11 | 1 | 106 | 106 |
| Binary | 11101000 | 1111110 | 1111100 | 0 | 101110 | 101111 | 1001 | 1 | 1000110 | 1000110 |
Color Harmonies of #E87E7C
Complementary color
Monochromatic Colors of #E87E7C
Black with #E87E7C
Text Example
Text Example
White with #E87E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87E7C; }
p { color: rgb(232,126,124); }
H1.HeaderClassName
{
color: #E87E7C;
}
.AnyTagClassName
{
color: #E87E7C;
}
</style>
background-color css
<style>
a { background-color: #E87E7C; }
a { background-color: rgb(232,126,124); }
div.DivClassName
{
background-color: #E87E7C;
}
.BgClassName
{
background-color: #E87E7C;
}
</style>
border-color css
<style>
span { border-color: #E87E7C; }
span { border-color: rgb(232,126,124); }
td.TdClassName
{
border-color: #E87E7C;
}
.TagClassName
{
border-color: #E87E7C;
}
</style>