Shades of Orchid #E56ACE
Tints of Orchid #E56ACE
RGB
CMYK
RGB Variations
Color information
#E56ACE (or 0xE56ACE) is known color: Orchid. HEX triplet: E5, 6A and CE. RGB value is (229,106,206). Sum of RGB (Red+Green+Blue) = 229+106+206=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ACE is #1A9531. Grayscale: #999999. Windows color (decimal): -1742130 or 13527781. OLE color: 13527781.
HSL color Cylindrical-coordinate representation of color #E56ACE: hue angle of 311.22º 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 #E56ACE is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 206 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.10 |
| HSL | 311.22º | 0.7% | 0.66% | - |
| HSV(B) | 311.22º | 0.54% | 0.9% | - |
| XYZ | 48.61 | 31.42 | 61.9 | - |
| YUV | 154.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 206 | 0 | 0.54 | 0.10 | 0.10 | 311.22 | 0.7 | 0.66 |
| Hex | E5 | 6A | CE | 0 | 36 | A | A | 137 | 46 | 42 |
| Octal | 345 | 152 | 316 | 0 | 66 | 12 | 12 | 467 | 106 | 102 |
| Binary | 11100101 | 1101010 | 11001110 | 0 | 110110 | 1010 | 1010 | 100110111 | 1000110 | 1000010 |
Color Harmonies of #E56ACE
Complementary color
Monochromatic Colors of #E56ACE
Black with #E56ACE
Text Example
Text Example
White with #E56ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56ACE; }
p { color: rgb(229,106,206); }
H1.HeaderClassName
{
color: #E56ACE;
}
.AnyTagClassName
{
color: #E56ACE;
}
</style>
background-color css
<style>
a { background-color: #E56ACE; }
a { background-color: rgb(229,106,206); }
div.DivClassName
{
background-color: #E56ACE;
}
.BgClassName
{
background-color: #E56ACE;
}
</style>
border-color css
<style>
span { border-color: #E56ACE; }
span { border-color: rgb(229,106,206); }
td.TdClassName
{
border-color: #E56ACE;
}
.TagClassName
{
border-color: #E56ACE;
}
</style>