Shades of Orchid #E06ADE
Tints of Orchid #E06ADE
RGB
CMYK
RGB Variations
Color information
#E06ADE (or 0xE06ADE) is known color: Orchid. HEX triplet: E0, 6A and DE. RGB value is (224,106,222). Sum of RGB (Red+Green+Blue) = 224+106+222=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ADE is #1F9521. Grayscale: #9A9A9A. Windows color (decimal): -2069794 or 14576352. OLE color: 14576352.
HSL color Cylindrical-coordinate representation of color #E06ADE: hue angle of 301.02º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06ADE is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 222 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.12 |
| HSL | 301.02º | 0.66% | 0.65% | - |
| HSV(B) | 301.02º | 0.53% | 0.88% | - |
| XYZ | 49.08 | 31.43 | 72.59 | - |
| YUV | 154.51 | 166.09 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 222 | 0 | 0.53 | 0.01 | 0.12 | 301.02 | 0.66 | 0.65 |
| Hex | E0 | 6A | DE | 0 | 35 | 1 | C | 12D | 42 | 41 |
| Octal | 340 | 152 | 336 | 0 | 65 | 1 | 14 | 455 | 102 | 101 |
| Binary | 11100000 | 1101010 | 11011110 | 0 | 110101 | 1 | 1100 | 100101101 | 1000010 | 1000001 |
Color Harmonies of #E06ADE
Complementary color
Monochromatic Colors of #E06ADE
Black with #E06ADE
Text Example
Text Example
White with #E06ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06ADE; }
p { color: rgb(224,106,222); }
H1.HeaderClassName
{
color: #E06ADE;
}
.AnyTagClassName
{
color: #E06ADE;
}
</style>
background-color css
<style>
a { background-color: #E06ADE; }
a { background-color: rgb(224,106,222); }
div.DivClassName
{
background-color: #E06ADE;
}
.BgClassName
{
background-color: #E06ADE;
}
</style>
border-color css
<style>
span { border-color: #E06ADE; }
span { border-color: rgb(224,106,222); }
td.TdClassName
{
border-color: #E06ADE;
}
.TagClassName
{
border-color: #E06ADE;
}
</style>