Shades of Orchid #E870DB
Tints of Orchid #E870DB
RGB
CMYK
RGB Variations
Color information
#E870DB (or 0xE870DB) is known color: Orchid. HEX triplet: E8, 70 and DB. RGB value is (232,112,219). Sum of RGB (Red+Green+Blue) = 232+112+219=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E870DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E870DB is #178F24. Grayscale: #9F9F9F. Windows color (decimal): -1543973 or 14381288. OLE color: 14381288.
HSL color Cylindrical-coordinate representation of color #E870DB: hue angle of 306.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E870DB is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 219 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.09 |
| HSL | 306.5º | 0.72% | 0.67% | - |
| HSV(B) | 306.5º | 0.52% | 0.91% | - |
| XYZ | 51.86 | 33.86 | 70.82 | - |
| YUV | 160.08 | 161.26 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 219 | 0 | 0.52 | 0.06 | 0.09 | 306.5 | 0.72 | 0.67 |
| Hex | E8 | 70 | DB | 0 | 34 | 6 | 9 | 132 | 48 | 43 |
| Octal | 350 | 160 | 333 | 0 | 64 | 6 | 11 | 462 | 110 | 103 |
| Binary | 11101000 | 1110000 | 11011011 | 0 | 110100 | 110 | 1001 | 100110010 | 1001000 | 1000011 |
Color Harmonies of #E870DB
Complementary color
Monochromatic Colors of #E870DB
Black with #E870DB
Text Example
Text Example
White with #E870DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E870DB; }
p { color: rgb(232,112,219); }
H1.HeaderClassName
{
color: #E870DB;
}
.AnyTagClassName
{
color: #E870DB;
}
</style>
background-color css
<style>
a { background-color: #E870DB; }
a { background-color: rgb(232,112,219); }
div.DivClassName
{
background-color: #E870DB;
}
.BgClassName
{
background-color: #E870DB;
}
</style>
border-color css
<style>
span { border-color: #E870DB; }
span { border-color: rgb(232,112,219); }
td.TdClassName
{
border-color: #E870DB;
}
.TagClassName
{
border-color: #E870DB;
}
</style>