Shades of Geraldine #E86E6A
Tints of Geraldine #E86E6A
RGB
CMYK
RGB Variations
Color information
#E86E6A (or 0xE86E6A) is known color: Geraldine. HEX triplet: E8, 6E and 6A. RGB value is (232,110,106). Sum of RGB (Red+Green+Blue) = 232+110+106=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86E6A is #179195. Grayscale: #929292. Windows color (decimal): -1544598 or 6975208. OLE color: 6975208.
HSL color Cylindrical-coordinate representation of color #E86E6A: hue angle of 1.9º 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 #E86E6A is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 106 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.09 |
| HSL | 1.9º | 0.73% | 0.66% | - |
| HSV(B) | 1.9º | 0.54% | 0.91% | - |
| XYZ | 41.46 | 29.35 | 17.12 | - |
| YUV | 146.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 106 | 0 | 0.53 | 0.54 | 0.09 | 1.9 | 0.73 | 0.66 |
| Hex | E8 | 6E | 6A | 0 | 35 | 36 | 9 | 2 | 49 | 42 |
| Octal | 350 | 156 | 152 | 0 | 65 | 66 | 11 | 2 | 111 | 102 |
| Binary | 11101000 | 1101110 | 1101010 | 0 | 110101 | 110110 | 1001 | 10 | 1001001 | 1000010 |
Color Harmonies of #E86E6A
Complementary color
Monochromatic Colors of #E86E6A
Black with #E86E6A
Text Example
Text Example
White with #E86E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86E6A; }
p { color: rgb(232,110,106); }
H1.HeaderClassName
{
color: #E86E6A;
}
.AnyTagClassName
{
color: #E86E6A;
}
</style>
background-color css
<style>
a { background-color: #E86E6A; }
a { background-color: rgb(232,110,106); }
div.DivClassName
{
background-color: #E86E6A;
}
.BgClassName
{
background-color: #E86E6A;
}
</style>
border-color css
<style>
span { border-color: #E86E6A; }
span { border-color: rgb(232,110,106); }
td.TdClassName
{
border-color: #E86E6A;
}
.TagClassName
{
border-color: #E86E6A;
}
</style>