Shades of Orchid #E072DB
Tints of Orchid #E072DB
RGB
CMYK
RGB Variations
Color information
#E072DB (or 0xE072DB) is known color: Orchid. HEX triplet: E0, 72 and DB. RGB value is (224,114,219). Sum of RGB (Red+Green+Blue) = 224+114+219=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E072DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E072DB is #1F8D24. Grayscale: #9E9E9E. Windows color (decimal): -2067749 or 14381792. OLE color: 14381792.
HSL color Cylindrical-coordinate representation of color #E072DB: hue angle of 302.73º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E072DB is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 219 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.12 |
| HSL | 302.73º | 0.64% | 0.66% | - |
| HSV(B) | 302.73º | 0.49% | 0.88% | - |
| XYZ | 49.54 | 33 | 70.78 | - |
| YUV | 158.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 219 | 0 | 0.49 | 0.02 | 0.12 | 302.73 | 0.64 | 0.66 |
| Hex | E0 | 72 | DB | 0 | 31 | 2 | C | 12F | 40 | 42 |
| Octal | 340 | 162 | 333 | 0 | 61 | 2 | 14 | 457 | 100 | 102 |
| Binary | 11100000 | 1110010 | 11011011 | 0 | 110001 | 10 | 1100 | 100101111 | 1000000 | 1000010 |
Color Harmonies of #E072DB
Complementary color
Monochromatic Colors of #E072DB
Black with #E072DB
Text Example
Text Example
White with #E072DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072DB; }
p { color: rgb(224,114,219); }
H1.HeaderClassName
{
color: #E072DB;
}
.AnyTagClassName
{
color: #E072DB;
}
</style>
background-color css
<style>
a { background-color: #E072DB; }
a { background-color: rgb(224,114,219); }
div.DivClassName
{
background-color: #E072DB;
}
.BgClassName
{
background-color: #E072DB;
}
</style>
border-color css
<style>
span { border-color: #E072DB; }
span { border-color: rgb(224,114,219); }
td.TdClassName
{
border-color: #E072DB;
}
.TagClassName
{
border-color: #E072DB;
}
</style>