Shades of Orchid #E070DB
Tints of Orchid #E070DB
RGB
CMYK
RGB Variations
Color information
#E070DB (or 0xE070DB) is known color: Orchid. HEX triplet: E0, 70 and DB. RGB value is (224,112,219). Sum of RGB (Red+Green+Blue) = 224+112+219=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E070DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070DB is #1F8F24. Grayscale: #9D9D9D. Windows color (decimal): -2068261 or 14381280. OLE color: 14381280.
HSL color Cylindrical-coordinate representation of color #E070DB: hue angle of 302.68º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E070DB is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 219 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.12 |
| HSL | 302.68º | 0.64% | 0.66% | - |
| HSV(B) | 302.68º | 0.5% | 0.88% | - |
| XYZ | 49.32 | 32.55 | 70.7 | - |
| YUV | 157.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 219 | 0 | 0.50 | 0.02 | 0.12 | 302.68 | 0.64 | 0.66 |
| Hex | E0 | 70 | DB | 0 | 32 | 2 | C | 12F | 40 | 42 |
| Octal | 340 | 160 | 333 | 0 | 62 | 2 | 14 | 457 | 100 | 102 |
| Binary | 11100000 | 1110000 | 11011011 | 0 | 110010 | 10 | 1100 | 100101111 | 1000000 | 1000010 |
Color Harmonies of #E070DB
Complementary color
Monochromatic Colors of #E070DB
Black with #E070DB
Text Example
Text Example
White with #E070DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E070DB; }
p { color: rgb(224,112,219); }
H1.HeaderClassName
{
color: #E070DB;
}
.AnyTagClassName
{
color: #E070DB;
}
</style>
background-color css
<style>
a { background-color: #E070DB; }
a { background-color: rgb(224,112,219); }
div.DivClassName
{
background-color: #E070DB;
}
.BgClassName
{
background-color: #E070DB;
}
</style>
border-color css
<style>
span { border-color: #E070DB; }
span { border-color: rgb(224,112,219); }
td.TdClassName
{
border-color: #E070DB;
}
.TagClassName
{
border-color: #E070DB;
}
</style>