Shades of Orchid #E16EE5
Tints of Orchid #E16EE5
RGB
CMYK
RGB Variations
Color information
#E16EE5 (or 0xE16EE5) is known color: Orchid. HEX triplet: E1, 6E and E5. RGB value is (225,110,229). Sum of RGB (Red+Green+Blue) = 225+110+229=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #E16EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16EE5 is #1E911A. Grayscale: #9D9D9D. Windows color (decimal): -2003227 or 15036129. OLE color: 15036129.
HSL color Cylindrical-coordinate representation of color #E16EE5: hue angle of 297.98º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16EE5 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 110 | 229 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.10 |
| HSL | 297.98º | 0.7% | 0.66% | - |
| HSV(B) | 297.98º | 0.52% | 0.9% | - |
| XYZ | 50.77 | 32.82 | 77.79 | - |
| YUV | 157.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 229 | 0.02 | 0.52 | 0 | 0.10 | 297.98 | 0.7 | 0.66 |
| Hex | E1 | 6E | E5 | 2 | 34 | 0 | A | 12A | 46 | 42 |
| Octal | 341 | 156 | 345 | 2 | 64 | 0 | 12 | 452 | 106 | 102 |
| Binary | 11100001 | 1101110 | 11100101 | 10 | 110100 | 0 | 1010 | 100101010 | 1000110 | 1000010 |
Color Harmonies of #E16EE5
Complementary color
Monochromatic Colors of #E16EE5
Black with #E16EE5
Text Example
Text Example
White with #E16EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16EE5; }
p { color: rgb(225,110,229); }
H1.HeaderClassName
{
color: #E16EE5;
}
.AnyTagClassName
{
color: #E16EE5;
}
</style>
background-color css
<style>
a { background-color: #E16EE5; }
a { background-color: rgb(225,110,229); }
div.DivClassName
{
background-color: #E16EE5;
}
.BgClassName
{
background-color: #E16EE5;
}
</style>
border-color css
<style>
span { border-color: #E16EE5; }
span { border-color: rgb(225,110,229); }
td.TdClassName
{
border-color: #E16EE5;
}
.TagClassName
{
border-color: #E16EE5;
}
</style>