Shades of Orchid #E16ADE
Tints of Orchid #E16ADE
RGB
CMYK
RGB Variations
Color information
#E16ADE (or 0xE16ADE) is known color: Orchid. HEX triplet: E1, 6A and DE. RGB value is (225,106,222). Sum of RGB (Red+Green+Blue) = 225+106+222=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ADE is #1E9521. Grayscale: #9A9A9A. Windows color (decimal): -2004258 or 14576353. OLE color: 14576353.
HSL color Cylindrical-coordinate representation of color #E16ADE: hue angle of 301.51º 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 #E16ADE is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 222 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.12 |
| HSL | 301.51º | 0.66% | 0.65% | - |
| HSV(B) | 301.51º | 0.53% | 0.88% | - |
| XYZ | 49.39 | 31.59 | 72.6 | - |
| YUV | 154.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 222 | 0 | 0.53 | 0.01 | 0.12 | 301.51 | 0.66 | 0.65 |
| Hex | E1 | 6A | DE | 0 | 35 | 1 | C | 12E | 42 | 41 |
| Octal | 341 | 152 | 336 | 0 | 65 | 1 | 14 | 456 | 102 | 101 |
| Binary | 11100001 | 1101010 | 11011110 | 0 | 110101 | 1 | 1100 | 100101110 | 1000010 | 1000001 |
Color Harmonies of #E16ADE
Complementary color
Monochromatic Colors of #E16ADE
Black with #E16ADE
Text Example
Text Example
White with #E16ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16ADE; }
p { color: rgb(225,106,222); }
H1.HeaderClassName
{
color: #E16ADE;
}
.AnyTagClassName
{
color: #E16ADE;
}
</style>
background-color css
<style>
a { background-color: #E16ADE; }
a { background-color: rgb(225,106,222); }
div.DivClassName
{
background-color: #E16ADE;
}
.BgClassName
{
background-color: #E16ADE;
}
</style>
border-color css
<style>
span { border-color: #E16ADE; }
span { border-color: rgb(225,106,222); }
td.TdClassName
{
border-color: #E16ADE;
}
.TagClassName
{
border-color: #E16ADE;
}
</style>