Shades of Orchid #E56ADB
Tints of Orchid #E56ADB
RGB
CMYK
RGB Variations
Color information
#E56ADB (or 0xE56ADB) is known color: Orchid. HEX triplet: E5, 6A and DB. RGB value is (229,106,219). Sum of RGB (Red+Green+Blue) = 229+106+219=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ADB is #1A9524. Grayscale: #9B9B9B. Windows color (decimal): -1742117 or 14379749. OLE color: 14379749.
HSL color Cylindrical-coordinate representation of color #E56ADB: hue angle of 304.88º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56ADB is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 219 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.10 |
| HSL | 304.88º | 0.7% | 0.66% | - |
| HSV(B) | 304.88º | 0.54% | 0.9% | - |
| XYZ | 50.25 | 32.08 | 70.56 | - |
| YUV | 155.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 219 | 0 | 0.54 | 0.04 | 0.10 | 304.88 | 0.7 | 0.66 |
| Hex | E5 | 6A | DB | 0 | 36 | 4 | A | 131 | 46 | 42 |
| Octal | 345 | 152 | 333 | 0 | 66 | 4 | 12 | 461 | 106 | 102 |
| Binary | 11100101 | 1101010 | 11011011 | 0 | 110110 | 100 | 1010 | 100110001 | 1000110 | 1000010 |
Color Harmonies of #E56ADB
Complementary color
Monochromatic Colors of #E56ADB
Black with #E56ADB
Text Example
Text Example
White with #E56ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56ADB; }
p { color: rgb(229,106,219); }
H1.HeaderClassName
{
color: #E56ADB;
}
.AnyTagClassName
{
color: #E56ADB;
}
</style>
background-color css
<style>
a { background-color: #E56ADB; }
a { background-color: rgb(229,106,219); }
div.DivClassName
{
background-color: #E56ADB;
}
.BgClassName
{
background-color: #E56ADB;
}
</style>
border-color css
<style>
span { border-color: #E56ADB; }
span { border-color: rgb(229,106,219); }
td.TdClassName
{
border-color: #E56ADB;
}
.TagClassName
{
border-color: #E56ADB;
}
</style>