Shades of Geraldine #E87E7B
Tints of Geraldine #E87E7B
RGB
CMYK
RGB Variations
Color information
#E87E7B (or 0xE87E7B) is known color: Geraldine. HEX triplet: E8, 7E and 7B. RGB value is (232,126,123). Sum of RGB (Red+Green+Blue) = 232+126+123=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E87E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87E7B is #178184. Grayscale: #9D9D9D. Windows color (decimal): -1540485 or 8093416. OLE color: 8093416.
HSL color Cylindrical-coordinate representation of color #E87E7B: hue angle of 1.65º 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 #E87E7B is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 126 | 123 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.09 |
| HSL | 1.65º | 0.7% | 0.7% | - |
| HSV(B) | 1.65º | 0.47% | 0.91% | - |
| XYZ | 44.31 | 33.51 | 22.87 | - |
| YUV | 157.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 126 | 123 | 0 | 0.46 | 0.47 | 0.09 | 1.65 | 0.7 | 0.7 |
| Hex | E8 | 7E | 7B | 0 | 2E | 2F | 9 | 2 | 46 | 46 |
| Octal | 350 | 176 | 173 | 0 | 56 | 57 | 11 | 2 | 106 | 106 |
| Binary | 11101000 | 1111110 | 1111011 | 0 | 101110 | 101111 | 1001 | 10 | 1000110 | 1000110 |
Color Harmonies of #E87E7B
Complementary color
Monochromatic Colors of #E87E7B
Black with #E87E7B
Text Example
Text Example
White with #E87E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87E7B; }
p { color: rgb(232,126,123); }
H1.HeaderClassName
{
color: #E87E7B;
}
.AnyTagClassName
{
color: #E87E7B;
}
</style>
background-color css
<style>
a { background-color: #E87E7B; }
a { background-color: rgb(232,126,123); }
div.DivClassName
{
background-color: #E87E7B;
}
.BgClassName
{
background-color: #E87E7B;
}
</style>
border-color css
<style>
span { border-color: #E87E7B; }
span { border-color: rgb(232,126,123); }
td.TdClassName
{
border-color: #E87E7B;
}
.TagClassName
{
border-color: #E87E7B;
}
</style>