Shades of Orchid #E56ECC
Tints of Orchid #E56ECC
RGB
CMYK
RGB Variations
Color information
#E56ECC (or 0xE56ECC) is known color: Orchid. HEX triplet: E5, 6E and CC. RGB value is (229,110,204). Sum of RGB (Red+Green+Blue) = 229+110+204=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ECC is #1A9133. Grayscale: #9C9C9C. Windows color (decimal): -1741108 or 13397733. OLE color: 13397733.
HSL color Cylindrical-coordinate representation of color #E56ECC: hue angle of 312.61º 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 #E56ECC is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 110 | 204 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.10 |
| HSL | 312.61º | 0.7% | 0.66% | - |
| HSV(B) | 312.61º | 0.52% | 0.9% | - |
| XYZ | 48.79 | 32.17 | 60.76 | - |
| YUV | 156.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 110 | 204 | 0 | 0.52 | 0.11 | 0.10 | 312.61 | 0.7 | 0.66 |
| Hex | E5 | 6E | CC | 0 | 34 | B | A | 139 | 46 | 42 |
| Octal | 345 | 156 | 314 | 0 | 64 | 13 | 12 | 471 | 106 | 102 |
| Binary | 11100101 | 1101110 | 11001100 | 0 | 110100 | 1011 | 1010 | 100111001 | 1000110 | 1000010 |
Color Harmonies of #E56ECC
Complementary color
Monochromatic Colors of #E56ECC
Black with #E56ECC
Text Example
Text Example
White with #E56ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56ECC; }
p { color: rgb(229,110,204); }
H1.HeaderClassName
{
color: #E56ECC;
}
.AnyTagClassName
{
color: #E56ECC;
}
</style>
background-color css
<style>
a { background-color: #E56ECC; }
a { background-color: rgb(229,110,204); }
div.DivClassName
{
background-color: #E56ECC;
}
.BgClassName
{
background-color: #E56ECC;
}
</style>
border-color css
<style>
span { border-color: #E56ECC; }
span { border-color: rgb(229,110,204); }
td.TdClassName
{
border-color: #E56ECC;
}
.TagClassName
{
border-color: #E56ECC;
}
</style>