Shades of Orchid #E06ACE
Tints of Orchid #E06ACE
RGB
CMYK
RGB Variations
Color information
#E06ACE (or 0xE06ACE) is known color: Orchid. HEX triplet: E0, 6A and CE. RGB value is (224,106,206). Sum of RGB (Red+Green+Blue) = 224+106+206=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ACE is #1F9531. Grayscale: #989898. Windows color (decimal): -2069810 or 13527776. OLE color: 13527776.
HSL color Cylindrical-coordinate representation of color #E06ACE: hue angle of 309.15º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06ACE is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 206 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.12 |
| HSL | 309.15º | 0.66% | 0.65% | - |
| HSV(B) | 309.15º | 0.53% | 0.88% | - |
| XYZ | 47.04 | 30.61 | 61.82 | - |
| YUV | 152.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 206 | 0 | 0.53 | 0.08 | 0.12 | 309.15 | 0.66 | 0.65 |
| Hex | E0 | 6A | CE | 0 | 35 | 8 | C | 135 | 42 | 41 |
| Octal | 340 | 152 | 316 | 0 | 65 | 10 | 14 | 465 | 102 | 101 |
| Binary | 11100000 | 1101010 | 11001110 | 0 | 110101 | 1000 | 1100 | 100110101 | 1000010 | 1000001 |
Color Harmonies of #E06ACE
Complementary color
Monochromatic Colors of #E06ACE
Black with #E06ACE
Text Example
Text Example
White with #E06ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06ACE; }
p { color: rgb(224,106,206); }
H1.HeaderClassName
{
color: #E06ACE;
}
.AnyTagClassName
{
color: #E06ACE;
}
</style>
background-color css
<style>
a { background-color: #E06ACE; }
a { background-color: rgb(224,106,206); }
div.DivClassName
{
background-color: #E06ACE;
}
.BgClassName
{
background-color: #E06ACE;
}
</style>
border-color css
<style>
span { border-color: #E06ACE; }
span { border-color: rgb(224,106,206); }
td.TdClassName
{
border-color: #E06ACE;
}
.TagClassName
{
border-color: #E06ACE;
}
</style>