Shades of Geraldine #E87A6D
Tints of Geraldine #E87A6D
RGB
CMYK
RGB Variations
Color information
#E87A6D (or 0xE87A6D) is known color: Geraldine. HEX triplet: E8, 7A and 6D. RGB value is (232,122,109). Sum of RGB (Red+Green+Blue) = 232+122+109=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E87A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87A6D is #178592. Grayscale: #999999. Windows color (decimal): -1541523 or 7174888. OLE color: 7174888.
HSL color Cylindrical-coordinate representation of color #E87A6D: hue angle of 6.34º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E87A6D is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 109 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.09 |
| HSL | 6.34º | 0.73% | 0.67% | - |
| HSV(B) | 6.34º | 0.53% | 0.91% | - |
| XYZ | 43 | 32.18 | 18.41 | - |
| YUV | 153.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 109 | 0 | 0.47 | 0.53 | 0.09 | 6.34 | 0.73 | 0.67 |
| Hex | E8 | 7A | 6D | 0 | 2F | 35 | 9 | 6 | 49 | 43 |
| Octal | 350 | 172 | 155 | 0 | 57 | 65 | 11 | 6 | 111 | 103 |
| Binary | 11101000 | 1111010 | 1101101 | 0 | 101111 | 110101 | 1001 | 110 | 1001001 | 1000011 |
Color Harmonies of #E87A6D
Complementary color
Monochromatic Colors of #E87A6D
Black with #E87A6D
Text Example
Text Example
White with #E87A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87A6D; }
p { color: rgb(232,122,109); }
H1.HeaderClassName
{
color: #E87A6D;
}
.AnyTagClassName
{
color: #E87A6D;
}
</style>
background-color css
<style>
a { background-color: #E87A6D; }
a { background-color: rgb(232,122,109); }
div.DivClassName
{
background-color: #E87A6D;
}
.BgClassName
{
background-color: #E87A6D;
}
</style>
border-color css
<style>
span { border-color: #E87A6D; }
span { border-color: rgb(232,122,109); }
td.TdClassName
{
border-color: #E87A6D;
}
.TagClassName
{
border-color: #E87A6D;
}
</style>