Shades of Geraldine #E8867A
Tints of Geraldine #E8867A
RGB
CMYK
RGB Variations
Color information
#E8867A (or 0xE8867A) is known color: Geraldine. HEX triplet: E8, 86 and 7A. RGB value is (232,134,122). Sum of RGB (Red+Green+Blue) = 232+134+122=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E8867A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8867A is #177985. Grayscale: #A2A2A2. Windows color (decimal): -1538438 or 8029928. OLE color: 8029928.
HSL color Cylindrical-coordinate representation of color #E8867A: hue angle of 6.55º 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 #E8867A is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 122 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.09 |
| HSL | 6.55º | 0.71% | 0.69% | - |
| HSV(B) | 6.55º | 0.47% | 0.91% | - |
| XYZ | 45.32 | 35.61 | 22.9 | - |
| YUV | 161.93 | 105.47 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 122 | 0 | 0.42 | 0.47 | 0.09 | 6.55 | 0.71 | 0.69 |
| Hex | E8 | 86 | 7A | 0 | 2A | 2F | 9 | 7 | 47 | 45 |
| Octal | 350 | 206 | 172 | 0 | 52 | 57 | 11 | 7 | 107 | 105 |
| Binary | 11101000 | 10000110 | 1111010 | 0 | 101010 | 101111 | 1001 | 111 | 1000111 | 1000101 |
Color Harmonies of #E8867A
Complementary color
Monochromatic Colors of #E8867A
Black with #E8867A
Text Example
Text Example
White with #E8867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8867A; }
p { color: rgb(232,134,122); }
H1.HeaderClassName
{
color: #E8867A;
}
.AnyTagClassName
{
color: #E8867A;
}
</style>
background-color css
<style>
a { background-color: #E8867A; }
a { background-color: rgb(232,134,122); }
div.DivClassName
{
background-color: #E8867A;
}
.BgClassName
{
background-color: #E8867A;
}
</style>
border-color css
<style>
span { border-color: #E8867A; }
span { border-color: rgb(232,134,122); }
td.TdClassName
{
border-color: #E8867A;
}
.TagClassName
{
border-color: #E8867A;
}
</style>