Shades of Orchid #E16ADB
Tints of Orchid #E16ADB
RGB
CMYK
RGB Variations
Color information
#E16ADB (or 0xE16ADB) is known color: Orchid. HEX triplet: E1, 6A and DB. RGB value is (225,106,219). Sum of RGB (Red+Green+Blue) = 225+106+219=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ADB is #1E9524. Grayscale: #9A9A9A. Windows color (decimal): -2004261 or 14379745. OLE color: 14379745.
HSL color Cylindrical-coordinate representation of color #E16ADB: hue angle of 303.03º 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 #E16ADB is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 219 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.12 |
| HSL | 303.03º | 0.66% | 0.65% | - |
| HSV(B) | 303.03º | 0.53% | 0.88% | - |
| XYZ | 48.99 | 31.43 | 70.5 | - |
| YUV | 154.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 219 | 0 | 0.53 | 0.03 | 0.12 | 303.03 | 0.66 | 0.65 |
| Hex | E1 | 6A | DB | 0 | 35 | 3 | C | 12F | 42 | 41 |
| Octal | 341 | 152 | 333 | 0 | 65 | 3 | 14 | 457 | 102 | 101 |
| Binary | 11100001 | 1101010 | 11011011 | 0 | 110101 | 11 | 1100 | 100101111 | 1000010 | 1000001 |
Color Harmonies of #E16ADB
Complementary color
Monochromatic Colors of #E16ADB
Black with #E16ADB
Text Example
Text Example
White with #E16ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16ADB; }
p { color: rgb(225,106,219); }
H1.HeaderClassName
{
color: #E16ADB;
}
.AnyTagClassName
{
color: #E16ADB;
}
</style>
background-color css
<style>
a { background-color: #E16ADB; }
a { background-color: rgb(225,106,219); }
div.DivClassName
{
background-color: #E16ADB;
}
.BgClassName
{
background-color: #E16ADB;
}
</style>
border-color css
<style>
span { border-color: #E16ADB; }
span { border-color: rgb(225,106,219); }
td.TdClassName
{
border-color: #E16ADB;
}
.TagClassName
{
border-color: #E16ADB;
}
</style>