Shades of Orchid #E86ED2
Tints of Orchid #E86ED2
RGB
CMYK
RGB Variations
Color information
#E86ED2 (or 0xE86ED2) is known color: Orchid. HEX triplet: E8, 6E and D2. RGB value is (232,110,210). Sum of RGB (Red+Green+Blue) = 232+110+210=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ED2 is #17912D. Grayscale: #9D9D9D. Windows color (decimal): -1544494 or 13790952. OLE color: 13790952.
HSL color Cylindrical-coordinate representation of color #E86ED2: hue angle of 310.82º 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 #E86ED2 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 210 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.09 |
| HSL | 310.82º | 0.73% | 0.67% | - |
| HSV(B) | 310.82º | 0.53% | 0.91% | - |
| XYZ | 50.49 | 32.96 | 64.67 | - |
| YUV | 157.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 210 | 0 | 0.53 | 0.09 | 0.09 | 310.82 | 0.73 | 0.67 |
| Hex | E8 | 6E | D2 | 0 | 35 | 9 | 9 | 137 | 49 | 43 |
| Octal | 350 | 156 | 322 | 0 | 65 | 11 | 11 | 467 | 111 | 103 |
| Binary | 11101000 | 1101110 | 11010010 | 0 | 110101 | 1001 | 1001 | 100110111 | 1001001 | 1000011 |
Color Harmonies of #E86ED2
Complementary color
Monochromatic Colors of #E86ED2
Black with #E86ED2
Text Example
Text Example
White with #E86ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86ED2; }
p { color: rgb(232,110,210); }
H1.HeaderClassName
{
color: #E86ED2;
}
.AnyTagClassName
{
color: #E86ED2;
}
</style>
background-color css
<style>
a { background-color: #E86ED2; }
a { background-color: rgb(232,110,210); }
div.DivClassName
{
background-color: #E86ED2;
}
.BgClassName
{
background-color: #E86ED2;
}
</style>
border-color css
<style>
span { border-color: #E86ED2; }
span { border-color: rgb(232,110,210); }
td.TdClassName
{
border-color: #E86ED2;
}
.TagClassName
{
border-color: #E86ED2;
}
</style>