Shades of Orchid #E06AC9
Tints of Orchid #E06AC9
RGB
CMYK
RGB Variations
Color information
#E06AC9 (or 0xE06AC9) is known color: Orchid. HEX triplet: E0, 6A and C9. RGB value is (224,106,201). Sum of RGB (Red+Green+Blue) = 224+106+201=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AC9 is #1F9536. Grayscale: #979797. Windows color (decimal): -2069815 or 13200096. OLE color: 13200096.
HSL color Cylindrical-coordinate representation of color #E06AC9: hue angle of 311.69º 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 #E06AC9 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 201 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.12 |
| HSL | 311.69º | 0.66% | 0.65% | - |
| HSV(B) | 311.69º | 0.53% | 0.88% | - |
| XYZ | 46.44 | 30.37 | 58.67 | - |
| YUV | 152.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 201 | 0 | 0.53 | 0.10 | 0.12 | 311.69 | 0.66 | 0.65 |
| Hex | E0 | 6A | C9 | 0 | 35 | A | C | 138 | 42 | 41 |
| Octal | 340 | 152 | 311 | 0 | 65 | 12 | 14 | 470 | 102 | 101 |
| Binary | 11100000 | 1101010 | 11001001 | 0 | 110101 | 1010 | 1100 | 100111000 | 1000010 | 1000001 |
Color Harmonies of #E06AC9
Complementary color
Monochromatic Colors of #E06AC9
Black with #E06AC9
Text Example
Text Example
White with #E06AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AC9; }
p { color: rgb(224,106,201); }
H1.HeaderClassName
{
color: #E06AC9;
}
.AnyTagClassName
{
color: #E06AC9;
}
</style>
background-color css
<style>
a { background-color: #E06AC9; }
a { background-color: rgb(224,106,201); }
div.DivClassName
{
background-color: #E06AC9;
}
.BgClassName
{
background-color: #E06AC9;
}
</style>
border-color css
<style>
span { border-color: #E06AC9; }
span { border-color: rgb(224,106,201); }
td.TdClassName
{
border-color: #E06AC9;
}
.TagClassName
{
border-color: #E06AC9;
}
</style>