Shades of Orchid #E06EDB
Tints of Orchid #E06EDB
RGB
CMYK
RGB Variations
Color information
#E06EDB (or 0xE06EDB) is known color: Orchid. HEX triplet: E0, 6E and DB. RGB value is (224,110,219). Sum of RGB (Red+Green+Blue) = 224+110+219=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EDB is #1F9124. Grayscale: #9C9C9C. Windows color (decimal): -2068773 or 14380768. OLE color: 14380768.
HSL color Cylindrical-coordinate representation of color #E06EDB: hue angle of 302.63º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06EDB is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 219 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.12 |
| HSL | 302.63º | 0.65% | 0.65% | - |
| HSV(B) | 302.63º | 0.51% | 0.88% | - |
| XYZ | 49.1 | 32.11 | 70.63 | - |
| YUV | 156.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 219 | 0 | 0.51 | 0.02 | 0.12 | 302.63 | 0.65 | 0.65 |
| Hex | E0 | 6E | DB | 0 | 33 | 2 | C | 12F | 41 | 41 |
| Octal | 340 | 156 | 333 | 0 | 63 | 2 | 14 | 457 | 101 | 101 |
| Binary | 11100000 | 1101110 | 11011011 | 0 | 110011 | 10 | 1100 | 100101111 | 1000001 | 1000001 |
Color Harmonies of #E06EDB
Complementary color
Monochromatic Colors of #E06EDB
Black with #E06EDB
Text Example
Text Example
White with #E06EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EDB; }
p { color: rgb(224,110,219); }
H1.HeaderClassName
{
color: #E06EDB;
}
.AnyTagClassName
{
color: #E06EDB;
}
</style>
background-color css
<style>
a { background-color: #E06EDB; }
a { background-color: rgb(224,110,219); }
div.DivClassName
{
background-color: #E06EDB;
}
.BgClassName
{
background-color: #E06EDB;
}
</style>
border-color css
<style>
span { border-color: #E06EDB; }
span { border-color: rgb(224,110,219); }
td.TdClassName
{
border-color: #E06EDB;
}
.TagClassName
{
border-color: #E06EDB;
}
</style>