Shades of Geraldine #E86E6B
Tints of Geraldine #E86E6B
RGB
CMYK
RGB Variations
Color information
#E86E6B (or 0xE86E6B) is known color: Geraldine. HEX triplet: E8, 6E and 6B. RGB value is (232,110,107). Sum of RGB (Red+Green+Blue) = 232+110+107=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86E6B is #179194. Grayscale: #929292. Windows color (decimal): -1544597 or 7040744. OLE color: 7040744.
HSL color Cylindrical-coordinate representation of color #E86E6B: hue angle of 1.44º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86E6B is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 107 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.09 |
| HSL | 1.44º | 0.73% | 0.66% | - |
| HSV(B) | 1.44º | 0.54% | 0.91% | - |
| XYZ | 41.51 | 29.37 | 17.39 | - |
| YUV | 146.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 107 | 0 | 0.53 | 0.54 | 0.09 | 1.44 | 0.73 | 0.66 |
| Hex | E8 | 6E | 6B | 0 | 35 | 36 | 9 | 1 | 49 | 42 |
| Octal | 350 | 156 | 153 | 0 | 65 | 66 | 11 | 1 | 111 | 102 |
| Binary | 11101000 | 1101110 | 1101011 | 0 | 110101 | 110110 | 1001 | 1 | 1001001 | 1000010 |
Color Harmonies of #E86E6B
Complementary color
Monochromatic Colors of #E86E6B
Black with #E86E6B
Text Example
Text Example
White with #E86E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86E6B; }
p { color: rgb(232,110,107); }
H1.HeaderClassName
{
color: #E86E6B;
}
.AnyTagClassName
{
color: #E86E6B;
}
</style>
background-color css
<style>
a { background-color: #E86E6B; }
a { background-color: rgb(232,110,107); }
div.DivClassName
{
background-color: #E86E6B;
}
.BgClassName
{
background-color: #E86E6B;
}
</style>
border-color css
<style>
span { border-color: #E86E6B; }
span { border-color: rgb(232,110,107); }
td.TdClassName
{
border-color: #E86E6B;
}
.TagClassName
{
border-color: #E86E6B;
}
</style>