Shades of Orchid #E86ED6
Tints of Orchid #E86ED6
RGB
CMYK
RGB Variations
Color information
#E86ED6 (or 0xE86ED6) is known color: Orchid. HEX triplet: E8, 6E and D6. RGB value is (232,110,214). Sum of RGB (Red+Green+Blue) = 232+110+214=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ED6 is #179129. Grayscale: #9E9E9E. Windows color (decimal): -1544490 or 14053096. OLE color: 14053096.
HSL color Cylindrical-coordinate representation of color #E86ED6: hue angle of 308.85º 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 #E86ED6 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 214 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.09 |
| HSL | 308.85º | 0.73% | 0.67% | - |
| HSV(B) | 308.85º | 0.53% | 0.91% | - |
| XYZ | 50.99 | 33.16 | 67.33 | - |
| YUV | 158.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 214 | 0 | 0.53 | 0.08 | 0.09 | 308.85 | 0.73 | 0.67 |
| Hex | E8 | 6E | D6 | 0 | 35 | 8 | 9 | 135 | 49 | 43 |
| Octal | 350 | 156 | 326 | 0 | 65 | 10 | 11 | 465 | 111 | 103 |
| Binary | 11101000 | 1101110 | 11010110 | 0 | 110101 | 1000 | 1001 | 100110101 | 1001001 | 1000011 |
Color Harmonies of #E86ED6
Complementary color
Monochromatic Colors of #E86ED6
Black with #E86ED6
Text Example
Text Example
White with #E86ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86ED6; }
p { color: rgb(232,110,214); }
H1.HeaderClassName
{
color: #E86ED6;
}
.AnyTagClassName
{
color: #E86ED6;
}
</style>
background-color css
<style>
a { background-color: #E86ED6; }
a { background-color: rgb(232,110,214); }
div.DivClassName
{
background-color: #E86ED6;
}
.BgClassName
{
background-color: #E86ED6;
}
</style>
border-color css
<style>
span { border-color: #E86ED6; }
span { border-color: rgb(232,110,214); }
td.TdClassName
{
border-color: #E86ED6;
}
.TagClassName
{
border-color: #E86ED6;
}
</style>