Shades of Orchid #E072DE
Tints of Orchid #E072DE
RGB
CMYK
RGB Variations
Color information
#E072DE (or 0xE072DE) is known color: Orchid. HEX triplet: E0, 72 and DE. RGB value is (224,114,222). Sum of RGB (Red+Green+Blue) = 224+114+222=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E072DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E072DE is #1F8D21. Grayscale: #9E9E9E. Windows color (decimal): -2067746 or 14578400. OLE color: 14578400.
HSL color Cylindrical-coordinate representation of color #E072DE: hue angle of 301.09º 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 #E072DE is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 222 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.12 |
| HSL | 301.09º | 0.64% | 0.66% | - |
| HSV(B) | 301.09º | 0.49% | 0.88% | - |
| XYZ | 49.94 | 33.16 | 72.87 | - |
| YUV | 159.2 | 163.44 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 222 | 0 | 0.49 | 0.01 | 0.12 | 301.09 | 0.64 | 0.66 |
| Hex | E0 | 72 | DE | 0 | 31 | 1 | C | 12D | 40 | 42 |
| Octal | 340 | 162 | 336 | 0 | 61 | 1 | 14 | 455 | 100 | 102 |
| Binary | 11100000 | 1110010 | 11011110 | 0 | 110001 | 1 | 1100 | 100101101 | 1000000 | 1000010 |
Color Harmonies of #E072DE
Complementary color
Monochromatic Colors of #E072DE
Black with #E072DE
Text Example
Text Example
White with #E072DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072DE; }
p { color: rgb(224,114,222); }
H1.HeaderClassName
{
color: #E072DE;
}
.AnyTagClassName
{
color: #E072DE;
}
</style>
background-color css
<style>
a { background-color: #E072DE; }
a { background-color: rgb(224,114,222); }
div.DivClassName
{
background-color: #E072DE;
}
.BgClassName
{
background-color: #E072DE;
}
</style>
border-color css
<style>
span { border-color: #E072DE; }
span { border-color: rgb(224,114,222); }
td.TdClassName
{
border-color: #E072DE;
}
.TagClassName
{
border-color: #E072DE;
}
</style>