Shades of Geraldine #E87C7B
Tints of Geraldine #E87C7B
RGB
CMYK
RGB Variations
Color information
#E87C7B (or 0xE87C7B) is known color: Geraldine. HEX triplet: E8, 7C and 7B. RGB value is (232,124,123). Sum of RGB (Red+Green+Blue) = 232+124+123=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E87C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87C7B is #178384. Grayscale: #9C9C9C. Windows color (decimal): -1540997 or 8092904. OLE color: 8092904.
HSL color Cylindrical-coordinate representation of color #E87C7B: hue angle of 0.55º 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 #E87C7B is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 124 | 123 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.09 |
| HSL | 0.55º | 0.7% | 0.7% | - |
| HSV(B) | 0.55º | 0.47% | 0.91% | - |
| XYZ | 44.06 | 33 | 22.79 | - |
| YUV | 156.18 | 109.28 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 123 | 0 | 0.47 | 0.47 | 0.09 | 0.55 | 0.7 | 0.7 |
| Hex | E8 | 7C | 7B | 0 | 2F | 2F | 9 | 1 | 46 | 46 |
| Octal | 350 | 174 | 173 | 0 | 57 | 57 | 11 | 1 | 106 | 106 |
| Binary | 11101000 | 1111100 | 1111011 | 0 | 101111 | 101111 | 1001 | 1 | 1000110 | 1000110 |
Color Harmonies of #E87C7B
Complementary color
Monochromatic Colors of #E87C7B
Black with #E87C7B
Text Example
Text Example
White with #E87C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87C7B; }
p { color: rgb(232,124,123); }
H1.HeaderClassName
{
color: #E87C7B;
}
.AnyTagClassName
{
color: #E87C7B;
}
</style>
background-color css
<style>
a { background-color: #E87C7B; }
a { background-color: rgb(232,124,123); }
div.DivClassName
{
background-color: #E87C7B;
}
.BgClassName
{
background-color: #E87C7B;
}
</style>
border-color css
<style>
span { border-color: #E87C7B; }
span { border-color: rgb(232,124,123); }
td.TdClassName
{
border-color: #E87C7B;
}
.TagClassName
{
border-color: #E87C7B;
}
</style>