Shades of Orchid #E56AC9
Tints of Orchid #E56AC9
RGB
CMYK
RGB Variations
Color information
#E56AC9 (or 0xE56AC9) is known color: Orchid. HEX triplet: E5, 6A and C9. RGB value is (229,106,201). Sum of RGB (Red+Green+Blue) = 229+106+201=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E56AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56AC9 is #1A9536. Grayscale: #999999. Windows color (decimal): -1742135 or 13200101. OLE color: 13200101.
HSL color Cylindrical-coordinate representation of color #E56AC9: hue angle of 313.66º 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 #E56AC9 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 201 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.10 |
| HSL | 313.66º | 0.7% | 0.66% | - |
| HSV(B) | 313.66º | 0.54% | 0.9% | - |
| XYZ | 48.01 | 31.18 | 58.75 | - |
| YUV | 153.61 | 154.75 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 201 | 0 | 0.54 | 0.12 | 0.10 | 313.66 | 0.7 | 0.66 |
| Hex | E5 | 6A | C9 | 0 | 36 | C | A | 13A | 46 | 42 |
| Octal | 345 | 152 | 311 | 0 | 66 | 14 | 12 | 472 | 106 | 102 |
| Binary | 11100101 | 1101010 | 11001001 | 0 | 110110 | 1100 | 1010 | 100111010 | 1000110 | 1000010 |
Color Harmonies of #E56AC9
Complementary color
Monochromatic Colors of #E56AC9
Black with #E56AC9
Text Example
Text Example
White with #E56AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56AC9; }
p { color: rgb(229,106,201); }
H1.HeaderClassName
{
color: #E56AC9;
}
.AnyTagClassName
{
color: #E56AC9;
}
</style>
background-color css
<style>
a { background-color: #E56AC9; }
a { background-color: rgb(229,106,201); }
div.DivClassName
{
background-color: #E56AC9;
}
.BgClassName
{
background-color: #E56AC9;
}
</style>
border-color css
<style>
span { border-color: #E56AC9; }
span { border-color: rgb(229,106,201); }
td.TdClassName
{
border-color: #E56AC9;
}
.TagClassName
{
border-color: #E56AC9;
}
</style>