Shades of Orchid #E872DB
Tints of Orchid #E872DB
RGB
CMYK
RGB Variations
Color information
#E872DB (or 0xE872DB) is known color: Orchid. HEX triplet: E8, 72 and DB. RGB value is (232,114,219). Sum of RGB (Red+Green+Blue) = 232+114+219=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E872DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872DB is #178D24. Grayscale: #A0A0A0. Windows color (decimal): -1543461 or 14381800. OLE color: 14381800.
HSL color Cylindrical-coordinate representation of color #E872DB: hue angle of 306.61º 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 #E872DB is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 114 | 219 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.09 |
| HSL | 306.61º | 0.72% | 0.68% | - |
| HSV(B) | 306.61º | 0.51% | 0.91% | - |
| XYZ | 52.08 | 34.3 | 70.89 | - |
| YUV | 161.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 114 | 219 | 0 | 0.51 | 0.06 | 0.09 | 306.61 | 0.72 | 0.68 |
| Hex | E8 | 72 | DB | 0 | 33 | 6 | 9 | 133 | 48 | 44 |
| Octal | 350 | 162 | 333 | 0 | 63 | 6 | 11 | 463 | 110 | 104 |
| Binary | 11101000 | 1110010 | 11011011 | 0 | 110011 | 110 | 1001 | 100110011 | 1001000 | 1000100 |
Color Harmonies of #E872DB
Complementary color
Monochromatic Colors of #E872DB
Black with #E872DB
Text Example
Text Example
White with #E872DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E872DB; }
p { color: rgb(232,114,219); }
H1.HeaderClassName
{
color: #E872DB;
}
.AnyTagClassName
{
color: #E872DB;
}
</style>
background-color css
<style>
a { background-color: #E872DB; }
a { background-color: rgb(232,114,219); }
div.DivClassName
{
background-color: #E872DB;
}
.BgClassName
{
background-color: #E872DB;
}
</style>
border-color css
<style>
span { border-color: #E872DB; }
span { border-color: rgb(232,114,219); }
td.TdClassName
{
border-color: #E872DB;
}
.TagClassName
{
border-color: #E872DB;
}
</style>