Shades of Geraldine #E87A6C
Tints of Geraldine #E87A6C
RGB
CMYK
RGB Variations
Color information
#E87A6C (or 0xE87A6C) is known color: Geraldine. HEX triplet: E8, 7A and 6C. RGB value is (232,122,108). Sum of RGB (Red+Green+Blue) = 232+122+108=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E87A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87A6C is #178593. Grayscale: #999999. Windows color (decimal): -1541524 or 7109352. OLE color: 7109352.
HSL color Cylindrical-coordinate representation of color #E87A6C: hue angle of 6.77º 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 #E87A6C is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 108 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.09 |
| HSL | 6.77º | 0.73% | 0.67% | - |
| HSV(B) | 6.77º | 0.53% | 0.91% | - |
| XYZ | 42.95 | 32.16 | 18.13 | - |
| YUV | 153.29 | 102.44 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 108 | 0 | 0.47 | 0.53 | 0.09 | 6.77 | 0.73 | 0.67 |
| Hex | E8 | 7A | 6C | 0 | 2F | 35 | 9 | 7 | 49 | 43 |
| Octal | 350 | 172 | 154 | 0 | 57 | 65 | 11 | 7 | 111 | 103 |
| Binary | 11101000 | 1111010 | 1101100 | 0 | 101111 | 110101 | 1001 | 111 | 1001001 | 1000011 |
Color Harmonies of #E87A6C
Complementary color
Monochromatic Colors of #E87A6C
Black with #E87A6C
Text Example
Text Example
White with #E87A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87A6C; }
p { color: rgb(232,122,108); }
H1.HeaderClassName
{
color: #E87A6C;
}
.AnyTagClassName
{
color: #E87A6C;
}
</style>
background-color css
<style>
a { background-color: #E87A6C; }
a { background-color: rgb(232,122,108); }
div.DivClassName
{
background-color: #E87A6C;
}
.BgClassName
{
background-color: #E87A6C;
}
</style>
border-color css
<style>
span { border-color: #E87A6C; }
span { border-color: rgb(232,122,108); }
td.TdClassName
{
border-color: #E87A6C;
}
.TagClassName
{
border-color: #E87A6C;
}
</style>