Shades of Orchid #E16AD8
Tints of Orchid #E16AD8
RGB
CMYK
RGB Variations
Color information
#E16AD8 (or 0xE16AD8) is known color: Orchid. HEX triplet: E1, 6A and D8. RGB value is (225,106,216). Sum of RGB (Red+Green+Blue) = 225+106+216=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16AD8 is #1E9527. Grayscale: #999999. Windows color (decimal): -2004264 or 14183137. OLE color: 14183137.
HSL color Cylindrical-coordinate representation of color #E16AD8: hue angle of 304.54º 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 #E16AD8 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 216 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.12 |
| HSL | 304.54º | 0.66% | 0.65% | - |
| HSV(B) | 304.54º | 0.53% | 0.88% | - |
| XYZ | 48.6 | 31.27 | 68.44 | - |
| YUV | 154.12 | 162.92 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 216 | 0 | 0.53 | 0.04 | 0.12 | 304.54 | 0.66 | 0.65 |
| Hex | E1 | 6A | D8 | 0 | 35 | 4 | C | 131 | 42 | 41 |
| Octal | 341 | 152 | 330 | 0 | 65 | 4 | 14 | 461 | 102 | 101 |
| Binary | 11100001 | 1101010 | 11011000 | 0 | 110101 | 100 | 1100 | 100110001 | 1000010 | 1000001 |
Color Harmonies of #E16AD8
Complementary color
Monochromatic Colors of #E16AD8
Black with #E16AD8
Text Example
Text Example
White with #E16AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16AD8; }
p { color: rgb(225,106,216); }
H1.HeaderClassName
{
color: #E16AD8;
}
.AnyTagClassName
{
color: #E16AD8;
}
</style>
background-color css
<style>
a { background-color: #E16AD8; }
a { background-color: rgb(225,106,216); }
div.DivClassName
{
background-color: #E16AD8;
}
.BgClassName
{
background-color: #E16AD8;
}
</style>
border-color css
<style>
span { border-color: #E16AD8; }
span { border-color: rgb(225,106,216); }
td.TdClassName
{
border-color: #E16AD8;
}
.TagClassName
{
border-color: #E16AD8;
}
</style>