Shades of Orchid #E06EC8
Tints of Orchid #E06EC8
RGB
CMYK
RGB Variations
Color information
#E06EC8 (or 0xE06EC8) is known color: Orchid. HEX triplet: E0, 6E and C8. RGB value is (224,110,200). Sum of RGB (Red+Green+Blue) = 224+110+200=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EC8 is #1F9137. Grayscale: #9A9A9A. Windows color (decimal): -2068792 or 13135584. OLE color: 13135584.
HSL color Cylindrical-coordinate representation of color #E06EC8: hue angle of 312.63º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06EC8 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 200 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.12 |
| HSL | 312.63º | 0.65% | 0.65% | - |
| HSV(B) | 312.63º | 0.51% | 0.88% | - |
| XYZ | 46.74 | 31.17 | 58.2 | - |
| YUV | 154.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 200 | 0 | 0.51 | 0.11 | 0.12 | 312.63 | 0.65 | 0.65 |
| Hex | E0 | 6E | C8 | 0 | 33 | B | C | 139 | 41 | 41 |
| Octal | 340 | 156 | 310 | 0 | 63 | 13 | 14 | 471 | 101 | 101 |
| Binary | 11100000 | 1101110 | 11001000 | 0 | 110011 | 1011 | 1100 | 100111001 | 1000001 | 1000001 |
Color Harmonies of #E06EC8
Complementary color
Monochromatic Colors of #E06EC8
Black with #E06EC8
Text Example
Text Example
White with #E06EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EC8; }
p { color: rgb(224,110,200); }
H1.HeaderClassName
{
color: #E06EC8;
}
.AnyTagClassName
{
color: #E06EC8;
}
</style>
background-color css
<style>
a { background-color: #E06EC8; }
a { background-color: rgb(224,110,200); }
div.DivClassName
{
background-color: #E06EC8;
}
.BgClassName
{
background-color: #E06EC8;
}
</style>
border-color css
<style>
span { border-color: #E06EC8; }
span { border-color: rgb(224,110,200); }
td.TdClassName
{
border-color: #E06EC8;
}
.TagClassName
{
border-color: #E06EC8;
}
</style>