Shades of Geraldine #E87F7A
Tints of Geraldine #E87F7A
RGB
CMYK
RGB Variations
Color information
#E87F7A (or 0xE87F7A) is known color: Geraldine. HEX triplet: E8, 7F and 7A. RGB value is (232,127,122). Sum of RGB (Red+Green+Blue) = 232+127+122=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87F7A is #178085. Grayscale: #9D9D9D. Windows color (decimal): -1540230 or 8028136. OLE color: 8028136.
HSL color Cylindrical-coordinate representation of color #E87F7A: hue angle of 2.73º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87F7A is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 122 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.09 |
| HSL | 2.73º | 0.71% | 0.69% | - |
| HSV(B) | 2.73º | 0.47% | 0.91% | - |
| XYZ | 44.38 | 33.74 | 22.59 | - |
| YUV | 157.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 122 | 0 | 0.45 | 0.47 | 0.09 | 2.73 | 0.71 | 0.69 |
| Hex | E8 | 7F | 7A | 0 | 2D | 2F | 9 | 3 | 47 | 45 |
| Octal | 350 | 177 | 172 | 0 | 55 | 57 | 11 | 3 | 107 | 105 |
| Binary | 11101000 | 1111111 | 1111010 | 0 | 101101 | 101111 | 1001 | 11 | 1000111 | 1000101 |
Color Harmonies of #E87F7A
Complementary color
Monochromatic Colors of #E87F7A
Black with #E87F7A
Text Example
Text Example
White with #E87F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87F7A; }
p { color: rgb(232,127,122); }
H1.HeaderClassName
{
color: #E87F7A;
}
.AnyTagClassName
{
color: #E87F7A;
}
</style>
background-color css
<style>
a { background-color: #E87F7A; }
a { background-color: rgb(232,127,122); }
div.DivClassName
{
background-color: #E87F7A;
}
.BgClassName
{
background-color: #E87F7A;
}
</style>
border-color css
<style>
span { border-color: #E87F7A; }
span { border-color: rgb(232,127,122); }
td.TdClassName
{
border-color: #E87F7A;
}
.TagClassName
{
border-color: #E87F7A;
}
</style>