Shades of Orchid #E56AD9
Tints of Orchid #E56AD9
RGB
CMYK
RGB Variations
Color information
#E56AD9 (or 0xE56AD9) is known color: Orchid. HEX triplet: E5, 6A and D9. RGB value is (229,106,217). Sum of RGB (Red+Green+Blue) = 229+106+217=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E56AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56AD9 is #1A9526. Grayscale: #9B9B9B. Windows color (decimal): -1742119 or 14248677. OLE color: 14248677.
HSL color Cylindrical-coordinate representation of color #E56AD9: hue angle of 305.85º 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 #E56AD9 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 217 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.10 |
| HSL | 305.85º | 0.7% | 0.66% | - |
| HSV(B) | 305.85º | 0.54% | 0.9% | - |
| XYZ | 49.99 | 31.98 | 69.18 | - |
| YUV | 155.43 | 162.75 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 217 | 0 | 0.54 | 0.05 | 0.10 | 305.85 | 0.7 | 0.66 |
| Hex | E5 | 6A | D9 | 0 | 36 | 5 | A | 132 | 46 | 42 |
| Octal | 345 | 152 | 331 | 0 | 66 | 5 | 12 | 462 | 106 | 102 |
| Binary | 11100101 | 1101010 | 11011001 | 0 | 110110 | 101 | 1010 | 100110010 | 1000110 | 1000010 |
Color Harmonies of #E56AD9
Complementary color
Monochromatic Colors of #E56AD9
Black with #E56AD9
Text Example
Text Example
White with #E56AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56AD9; }
p { color: rgb(229,106,217); }
H1.HeaderClassName
{
color: #E56AD9;
}
.AnyTagClassName
{
color: #E56AD9;
}
</style>
background-color css
<style>
a { background-color: #E56AD9; }
a { background-color: rgb(229,106,217); }
div.DivClassName
{
background-color: #E56AD9;
}
.BgClassName
{
background-color: #E56AD9;
}
</style>
border-color css
<style>
span { border-color: #E56AD9; }
span { border-color: rgb(229,106,217); }
td.TdClassName
{
border-color: #E56AD9;
}
.TagClassName
{
border-color: #E56AD9;
}
</style>