Shades of Orchid #E56ECE
Tints of Orchid #E56ECE
RGB
CMYK
RGB Variations
Color information
#E56ECE (or 0xE56ECE) is known color: Orchid. HEX triplet: E5, 6E and CE. RGB value is (229,110,206). Sum of RGB (Red+Green+Blue) = 229+110+206=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ECE is #1A9131. Grayscale: #9C9C9C. Windows color (decimal): -1741106 or 13528805. OLE color: 13528805.
HSL color Cylindrical-coordinate representation of color #E56ECE: hue angle of 311.6º 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 #E56ECE is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 110 | 206 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.10 |
| HSL | 311.6º | 0.7% | 0.66% | - |
| HSV(B) | 311.6º | 0.52% | 0.9% | - |
| XYZ | 49.03 | 32.27 | 62.04 | - |
| YUV | 156.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 110 | 206 | 0 | 0.52 | 0.10 | 0.10 | 311.6 | 0.7 | 0.66 |
| Hex | E5 | 6E | CE | 0 | 34 | A | A | 138 | 46 | 42 |
| Octal | 345 | 156 | 316 | 0 | 64 | 12 | 12 | 470 | 106 | 102 |
| Binary | 11100101 | 1101110 | 11001110 | 0 | 110100 | 1010 | 1010 | 100111000 | 1000110 | 1000010 |
Color Harmonies of #E56ECE
Complementary color
Monochromatic Colors of #E56ECE
Black with #E56ECE
Text Example
Text Example
White with #E56ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56ECE; }
p { color: rgb(229,110,206); }
H1.HeaderClassName
{
color: #E56ECE;
}
.AnyTagClassName
{
color: #E56ECE;
}
</style>
background-color css
<style>
a { background-color: #E56ECE; }
a { background-color: rgb(229,110,206); }
div.DivClassName
{
background-color: #E56ECE;
}
.BgClassName
{
background-color: #E56ECE;
}
</style>
border-color css
<style>
span { border-color: #E56ECE; }
span { border-color: rgb(229,110,206); }
td.TdClassName
{
border-color: #E56ECE;
}
.TagClassName
{
border-color: #E56ECE;
}
</style>