Shades of Orchid #E06EE9
Tints of Orchid #E06EE9
RGB
CMYK
RGB Variations
Color information
#E06EE9 (or 0xE06EE9) is known color: Orchid. HEX triplet: E0, 6E and E9. RGB value is (224,110,233). Sum of RGB (Red+Green+Blue) = 224+110+233=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #E06EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06EE9 is #1F9116. Grayscale: #9D9D9D. Windows color (decimal): -2068759 or 15298272. OLE color: 15298272.
HSL color Cylindrical-coordinate representation of color #E06EE9: hue angle of 295.61º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06EE9 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 110 | 233 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.09 |
| HSL | 295.61º | 0.74% | 0.67% | - |
| HSV(B) | 295.61º | 0.53% | 0.91% | - |
| XYZ | 51.02 | 32.88 | 80.75 | - |
| YUV | 158.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 233 | 0.04 | 0.53 | 0 | 0.09 | 295.61 | 0.74 | 0.67 |
| Hex | E0 | 6E | E9 | 4 | 35 | 0 | 9 | 128 | 4A | 43 |
| Octal | 340 | 156 | 351 | 4 | 65 | 0 | 11 | 450 | 112 | 103 |
| Binary | 11100000 | 1101110 | 11101001 | 100 | 110101 | 0 | 1001 | 100101000 | 1001010 | 1000011 |
Color Harmonies of #E06EE9
Complementary color
Monochromatic Colors of #E06EE9
Black with #E06EE9
Text Example
Text Example
White with #E06EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EE9; }
p { color: rgb(224,110,233); }
H1.HeaderClassName
{
color: #E06EE9;
}
.AnyTagClassName
{
color: #E06EE9;
}
</style>
background-color css
<style>
a { background-color: #E06EE9; }
a { background-color: rgb(224,110,233); }
div.DivClassName
{
background-color: #E06EE9;
}
.BgClassName
{
background-color: #E06EE9;
}
</style>
border-color css
<style>
span { border-color: #E06EE9; }
span { border-color: rgb(224,110,233); }
td.TdClassName
{
border-color: #E06EE9;
}
.TagClassName
{
border-color: #E06EE9;
}
</style>