Shades of Geraldine #E86A69
Tints of Geraldine #E86A69
RGB
CMYK
RGB Variations
Color information
#E86A69 (or 0xE86A69) is known color: Geraldine. HEX triplet: E8, 6A and 69. RGB value is (232,106,105). Sum of RGB (Red+Green+Blue) = 232+106+105=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86A69 is #179596. Grayscale: #8F8F8F. Windows color (decimal): -1545623 or 6908648. OLE color: 6908648.
HSL color Cylindrical-coordinate representation of color #E86A69: hue angle of 0.47º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E86A69 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 106 | 105 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.09 |
| HSL | 0.47º | 0.73% | 0.66% | - |
| HSV(B) | 0.47º | 0.55% | 0.91% | - |
| XYZ | 40.98 | 28.48 | 16.7 | - |
| YUV | 143.56 | 106.24 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 105 | 0 | 0.54 | 0.55 | 0.09 | 0.47 | 0.73 | 0.66 |
| Hex | E8 | 6A | 69 | 0 | 36 | 37 | 9 | 0 | 49 | 42 |
| Octal | 350 | 152 | 151 | 0 | 66 | 67 | 11 | 0 | 111 | 102 |
| Binary | 11101000 | 1101010 | 1101001 | 0 | 110110 | 110111 | 1001 | 0 | 1001001 | 1000010 |
Color Harmonies of #E86A69
Complementary color
Monochromatic Colors of #E86A69
Black with #E86A69
Text Example
Text Example
White with #E86A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86A69; }
p { color: rgb(232,106,105); }
H1.HeaderClassName
{
color: #E86A69;
}
.AnyTagClassName
{
color: #E86A69;
}
</style>
background-color css
<style>
a { background-color: #E86A69; }
a { background-color: rgb(232,106,105); }
div.DivClassName
{
background-color: #E86A69;
}
.BgClassName
{
background-color: #E86A69;
}
</style>
border-color css
<style>
span { border-color: #E86A69; }
span { border-color: rgb(232,106,105); }
td.TdClassName
{
border-color: #E86A69;
}
.TagClassName
{
border-color: #E86A69;
}
</style>