Shades of Orchid #E16EC1
Tints of Orchid #E16EC1
RGB
CMYK
RGB Variations
Color information
#E16EC1 (or 0xE16EC1) is known color: Orchid. HEX triplet: E1, 6E and C1. RGB value is (225,110,193). Sum of RGB (Red+Green+Blue) = 225+110+193=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16EC1 is #1E913E. Grayscale: #999999. Windows color (decimal): -2003263 or 12676833. OLE color: 12676833.
HSL color Cylindrical-coordinate representation of color #E16EC1: hue angle of 316.7º 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 #E16EC1 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 193 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.12 |
| HSL | 316.7º | 0.66% | 0.66% | - |
| HSV(B) | 316.7º | 0.51% | 0.88% | - |
| XYZ | 46.25 | 31.01 | 54 | - |
| YUV | 153.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 193 | 0 | 0.51 | 0.14 | 0.12 | 316.7 | 0.66 | 0.66 |
| Hex | E1 | 6E | C1 | 0 | 33 | E | C | 13D | 42 | 42 |
| Octal | 341 | 156 | 301 | 0 | 63 | 16 | 14 | 475 | 102 | 102 |
| Binary | 11100001 | 1101110 | 11000001 | 0 | 110011 | 1110 | 1100 | 100111101 | 1000010 | 1000010 |
Color Harmonies of #E16EC1
Complementary color
Monochromatic Colors of #E16EC1
Black with #E16EC1
Text Example
Text Example
White with #E16EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16EC1; }
p { color: rgb(225,110,193); }
H1.HeaderClassName
{
color: #E16EC1;
}
.AnyTagClassName
{
color: #E16EC1;
}
</style>
background-color css
<style>
a { background-color: #E16EC1; }
a { background-color: rgb(225,110,193); }
div.DivClassName
{
background-color: #E16EC1;
}
.BgClassName
{
background-color: #E16EC1;
}
</style>
border-color css
<style>
span { border-color: #E16EC1; }
span { border-color: rgb(225,110,193); }
td.TdClassName
{
border-color: #E16EC1;
}
.TagClassName
{
border-color: #E16EC1;
}
</style>