Shades of Orchid #E86EE2
Tints of Orchid #E86EE2
RGB
CMYK
RGB Variations
Color information
#E86EE2 (or 0xE86EE2) is known color: Orchid. HEX triplet: E8, 6E and E2. RGB value is (232,110,226). Sum of RGB (Red+Green+Blue) = 232+110+226=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E86EE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86EE2 is #17911D. Grayscale: #9F9F9F. Windows color (decimal): -1544478 or 14839528. OLE color: 14839528.
HSL color Cylindrical-coordinate representation of color #E86EE2: hue angle of 302.95º 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 #E86EE2 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 226 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.09 |
| HSL | 302.95º | 0.73% | 0.67% | - |
| HSV(B) | 302.95º | 0.53% | 0.91% | - |
| XYZ | 52.58 | 33.8 | 75.7 | - |
| YUV | 159.7 | 165.42 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 226 | 0 | 0.53 | 0.03 | 0.09 | 302.95 | 0.73 | 0.67 |
| Hex | E8 | 6E | E2 | 0 | 35 | 3 | 9 | 12F | 49 | 43 |
| Octal | 350 | 156 | 342 | 0 | 65 | 3 | 11 | 457 | 111 | 103 |
| Binary | 11101000 | 1101110 | 11100010 | 0 | 110101 | 11 | 1001 | 100101111 | 1001001 | 1000011 |
Color Harmonies of #E86EE2
Complementary color
Monochromatic Colors of #E86EE2
Black with #E86EE2
Text Example
Text Example
White with #E86EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86EE2; }
p { color: rgb(232,110,226); }
H1.HeaderClassName
{
color: #E86EE2;
}
.AnyTagClassName
{
color: #E86EE2;
}
</style>
background-color css
<style>
a { background-color: #E86EE2; }
a { background-color: rgb(232,110,226); }
div.DivClassName
{
background-color: #E86EE2;
}
.BgClassName
{
background-color: #E86EE2;
}
</style>
border-color css
<style>
span { border-color: #E86EE2; }
span { border-color: rgb(232,110,226); }
td.TdClassName
{
border-color: #E86EE2;
}
.TagClassName
{
border-color: #E86EE2;
}
</style>