Shades of Orchid #E86ECB
Tints of Orchid #E86ECB
RGB
CMYK
RGB Variations
Color information
#E86ECB (or 0xE86ECB) is known color: Orchid. HEX triplet: E8, 6E and CB. RGB value is (232,110,203). Sum of RGB (Red+Green+Blue) = 232+110+203=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ECB is #179134. Grayscale: #9C9C9C. Windows color (decimal): -1544501 or 13332200. OLE color: 13332200.
HSL color Cylindrical-coordinate representation of color #E86ECB: hue angle of 314.26º 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 #E86ECB is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 203 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.09 |
| HSL | 314.26º | 0.73% | 0.67% | - |
| HSV(B) | 314.26º | 0.53% | 0.91% | - |
| XYZ | 49.63 | 32.62 | 60.18 | - |
| YUV | 157.08 | 153.92 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 203 | 0 | 0.53 | 0.12 | 0.09 | 314.26 | 0.73 | 0.67 |
| Hex | E8 | 6E | CB | 0 | 35 | C | 9 | 13A | 49 | 43 |
| Octal | 350 | 156 | 313 | 0 | 65 | 14 | 11 | 472 | 111 | 103 |
| Binary | 11101000 | 1101110 | 11001011 | 0 | 110101 | 1100 | 1001 | 100111010 | 1001001 | 1000011 |
Color Harmonies of #E86ECB
Complementary color
Monochromatic Colors of #E86ECB
Black with #E86ECB
Text Example
Text Example
White with #E86ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86ECB; }
p { color: rgb(232,110,203); }
H1.HeaderClassName
{
color: #E86ECB;
}
.AnyTagClassName
{
color: #E86ECB;
}
</style>
background-color css
<style>
a { background-color: #E86ECB; }
a { background-color: rgb(232,110,203); }
div.DivClassName
{
background-color: #E86ECB;
}
.BgClassName
{
background-color: #E86ECB;
}
</style>
border-color css
<style>
span { border-color: #E86ECB; }
span { border-color: rgb(232,110,203); }
td.TdClassName
{
border-color: #E86ECB;
}
.TagClassName
{
border-color: #E86ECB;
}
</style>