Shades of Geraldine #E87D7A
Tints of Geraldine #E87D7A
RGB
CMYK
RGB Variations
Color information
#E87D7A (or 0xE87D7A) is known color: Geraldine. HEX triplet: E8, 7D and 7A. RGB value is (232,125,122). Sum of RGB (Red+Green+Blue) = 232+125+122=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87D7A is #178285. Grayscale: #9C9C9C. Windows color (decimal): -1540742 or 8027624. OLE color: 8027624.
HSL color Cylindrical-coordinate representation of color #E87D7A: hue angle of 1.64º 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 #E87D7A is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 122 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.09 |
| HSL | 1.64º | 0.71% | 0.69% | - |
| HSV(B) | 1.64º | 0.47% | 0.91% | - |
| XYZ | 44.13 | 33.23 | 22.5 | - |
| YUV | 156.65 | 108.45 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 122 | 0 | 0.46 | 0.47 | 0.09 | 1.64 | 0.71 | 0.69 |
| Hex | E8 | 7D | 7A | 0 | 2E | 2F | 9 | 2 | 47 | 45 |
| Octal | 350 | 175 | 172 | 0 | 56 | 57 | 11 | 2 | 107 | 105 |
| Binary | 11101000 | 1111101 | 1111010 | 0 | 101110 | 101111 | 1001 | 10 | 1000111 | 1000101 |
Color Harmonies of #E87D7A
Complementary color
Monochromatic Colors of #E87D7A
Black with #E87D7A
Text Example
Text Example
White with #E87D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87D7A; }
p { color: rgb(232,125,122); }
H1.HeaderClassName
{
color: #E87D7A;
}
.AnyTagClassName
{
color: #E87D7A;
}
</style>
background-color css
<style>
a { background-color: #E87D7A; }
a { background-color: rgb(232,125,122); }
div.DivClassName
{
background-color: #E87D7A;
}
.BgClassName
{
background-color: #E87D7A;
}
</style>
border-color css
<style>
span { border-color: #E87D7A; }
span { border-color: rgb(232,125,122); }
td.TdClassName
{
border-color: #E87D7A;
}
.TagClassName
{
border-color: #E87D7A;
}
</style>