Shades of Orchid #E16EDA
Tints of Orchid #E16EDA
RGB
CMYK
RGB Variations
Color information
#E16EDA (or 0xE16EDA) is known color: Orchid. HEX triplet: E1, 6E and DA. RGB value is (225,110,218). Sum of RGB (Red+Green+Blue) = 225+110+218=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16EDA is #1E9125. Grayscale: #9C9C9C. Windows color (decimal): -2003238 or 14315233. OLE color: 14315233.
HSL color Cylindrical-coordinate representation of color #E16EDA: hue angle of 303.65º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16EDA is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 218 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.12 |
| HSL | 303.65º | 0.66% | 0.66% | - |
| HSV(B) | 303.65º | 0.51% | 0.88% | - |
| XYZ | 49.28 | 32.22 | 69.95 | - |
| YUV | 156.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 218 | 0 | 0.51 | 0.03 | 0.12 | 303.65 | 0.66 | 0.66 |
| Hex | E1 | 6E | DA | 0 | 33 | 3 | C | 130 | 42 | 42 |
| Octal | 341 | 156 | 332 | 0 | 63 | 3 | 14 | 460 | 102 | 102 |
| Binary | 11100001 | 1101110 | 11011010 | 0 | 110011 | 11 | 1100 | 100110000 | 1000010 | 1000010 |
Color Harmonies of #E16EDA
Complementary color
Monochromatic Colors of #E16EDA
Black with #E16EDA
Text Example
Text Example
White with #E16EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16EDA; }
p { color: rgb(225,110,218); }
H1.HeaderClassName
{
color: #E16EDA;
}
.AnyTagClassName
{
color: #E16EDA;
}
</style>
background-color css
<style>
a { background-color: #E16EDA; }
a { background-color: rgb(225,110,218); }
div.DivClassName
{
background-color: #E16EDA;
}
.BgClassName
{
background-color: #E16EDA;
}
</style>
border-color css
<style>
span { border-color: #E16EDA; }
span { border-color: rgb(225,110,218); }
td.TdClassName
{
border-color: #E16EDA;
}
.TagClassName
{
border-color: #E16EDA;
}
</style>