Shades of Orchid #E871DB
Tints of Orchid #E871DB
RGB
CMYK
RGB Variations
Color information
#E871DB (or 0xE871DB) is known color: Orchid. HEX triplet: E8, 71 and DB. RGB value is (232,113,219). Sum of RGB (Red+Green+Blue) = 232+113+219=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E871DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871DB is #178E24. Grayscale: #A0A0A0. Windows color (decimal): -1543717 or 14381544. OLE color: 14381544.
HSL color Cylindrical-coordinate representation of color #E871DB: hue angle of 306.55º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E871DB is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 113 | 219 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.09 |
| HSL | 306.55º | 0.72% | 0.68% | - |
| HSV(B) | 306.55º | 0.51% | 0.91% | - |
| XYZ | 51.97 | 34.08 | 70.86 | - |
| YUV | 160.67 | 160.92 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 219 | 0 | 0.51 | 0.06 | 0.09 | 306.55 | 0.72 | 0.68 |
| Hex | E8 | 71 | DB | 0 | 33 | 6 | 9 | 133 | 48 | 44 |
| Octal | 350 | 161 | 333 | 0 | 63 | 6 | 11 | 463 | 110 | 104 |
| Binary | 11101000 | 1110001 | 11011011 | 0 | 110011 | 110 | 1001 | 100110011 | 1001000 | 1000100 |
Color Harmonies of #E871DB
Complementary color
Monochromatic Colors of #E871DB
Black with #E871DB
Text Example
Text Example
White with #E871DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E871DB; }
p { color: rgb(232,113,219); }
H1.HeaderClassName
{
color: #E871DB;
}
.AnyTagClassName
{
color: #E871DB;
}
</style>
background-color css
<style>
a { background-color: #E871DB; }
a { background-color: rgb(232,113,219); }
div.DivClassName
{
background-color: #E871DB;
}
.BgClassName
{
background-color: #E871DB;
}
</style>
border-color css
<style>
span { border-color: #E871DB; }
span { border-color: rgb(232,113,219); }
td.TdClassName
{
border-color: #E871DB;
}
.TagClassName
{
border-color: #E871DB;
}
</style>