Shades of Orchid #E86ED9
Tints of Orchid #E86ED9
RGB
CMYK
RGB Variations
Color information
#E86ED9 (or 0xE86ED9) is known color: Orchid. HEX triplet: E8, 6E and D9. RGB value is (232,110,217). Sum of RGB (Red+Green+Blue) = 232+110+217=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ED9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ED9 is #179126. Grayscale: #9E9E9E. Windows color (decimal): -1544487 or 14249704. OLE color: 14249704.
HSL color Cylindrical-coordinate representation of color #E86ED9: hue angle of 307.38º 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 #E86ED9 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 217 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.09 |
| HSL | 307.38º | 0.73% | 0.67% | - |
| HSV(B) | 307.38º | 0.53% | 0.91% | - |
| XYZ | 51.38 | 33.32 | 69.37 | - |
| YUV | 158.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 217 | 0 | 0.53 | 0.06 | 0.09 | 307.38 | 0.73 | 0.67 |
| Hex | E8 | 6E | D9 | 0 | 35 | 6 | 9 | 133 | 49 | 43 |
| Octal | 350 | 156 | 331 | 0 | 65 | 6 | 11 | 463 | 111 | 103 |
| Binary | 11101000 | 1101110 | 11011001 | 0 | 110101 | 110 | 1001 | 100110011 | 1001001 | 1000011 |
Color Harmonies of #E86ED9
Complementary color
Monochromatic Colors of #E86ED9
Black with #E86ED9
Text Example
Text Example
White with #E86ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86ED9; }
p { color: rgb(232,110,217); }
H1.HeaderClassName
{
color: #E86ED9;
}
.AnyTagClassName
{
color: #E86ED9;
}
</style>
background-color css
<style>
a { background-color: #E86ED9; }
a { background-color: rgb(232,110,217); }
div.DivClassName
{
background-color: #E86ED9;
}
.BgClassName
{
background-color: #E86ED9;
}
</style>
border-color css
<style>
span { border-color: #E86ED9; }
span { border-color: rgb(232,110,217); }
td.TdClassName
{
border-color: #E86ED9;
}
.TagClassName
{
border-color: #E86ED9;
}
</style>