Shades of Orchid #E972DB
Tints of Orchid #E972DB
RGB
CMYK
RGB Variations
Color information
#E972DB (or 0xE972DB) is known color: Orchid. HEX triplet: E9, 72 and DB. RGB value is (233,114,219). Sum of RGB (Red+Green+Blue) = 233+114+219=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E972DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972DB is #168D24. Grayscale: #A1A1A1. Windows color (decimal): -1477925 or 14381801. OLE color: 14381801.
HSL color Cylindrical-coordinate representation of color #E972DB: hue angle of 307.06º degrees, saturation: 0.73, 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 #E972DB is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 114 | 219 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.09 |
| HSL | 307.06º | 0.73% | 0.68% | - |
| HSV(B) | 307.06º | 0.51% | 0.91% | - |
| XYZ | 52.41 | 34.47 | 70.91 | - |
| YUV | 161.55 | 160.42 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 219 | 0 | 0.51 | 0.06 | 0.09 | 307.06 | 0.73 | 0.68 |
| Hex | E9 | 72 | DB | 0 | 33 | 6 | 9 | 133 | 49 | 44 |
| Octal | 351 | 162 | 333 | 0 | 63 | 6 | 11 | 463 | 111 | 104 |
| Binary | 11101001 | 1110010 | 11011011 | 0 | 110011 | 110 | 1001 | 100110011 | 1001001 | 1000100 |
Color Harmonies of #E972DB
Complementary color
Monochromatic Colors of #E972DB
Black with #E972DB
Text Example
Text Example
White with #E972DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972DB; }
p { color: rgb(233,114,219); }
H1.HeaderClassName
{
color: #E972DB;
}
.AnyTagClassName
{
color: #E972DB;
}
</style>
background-color css
<style>
a { background-color: #E972DB; }
a { background-color: rgb(233,114,219); }
div.DivClassName
{
background-color: #E972DB;
}
.BgClassName
{
background-color: #E972DB;
}
</style>
border-color css
<style>
span { border-color: #E972DB; }
span { border-color: rgb(233,114,219); }
td.TdClassName
{
border-color: #E972DB;
}
.TagClassName
{
border-color: #E972DB;
}
</style>