Shades of Orchid #E06AC1
Tints of Orchid #E06AC1
RGB
CMYK
RGB Variations
Color information
#E06AC1 (or 0xE06AC1) is known color: Orchid. HEX triplet: E0, 6A and C1. RGB value is (224,106,193). Sum of RGB (Red+Green+Blue) = 224+106+193=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AC1 is #1F953E. Grayscale: #969696. Windows color (decimal): -2069823 or 12675808. OLE color: 12675808.
HSL color Cylindrical-coordinate representation of color #E06AC1: hue angle of 315.76º 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 #E06AC1 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 193 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.12 |
| HSL | 315.76º | 0.66% | 0.65% | - |
| HSV(B) | 315.76º | 0.53% | 0.88% | - |
| XYZ | 45.52 | 30.01 | 53.84 | - |
| YUV | 151.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 193 | 0 | 0.53 | 0.14 | 0.12 | 315.76 | 0.66 | 0.65 |
| Hex | E0 | 6A | C1 | 0 | 35 | E | C | 13C | 42 | 41 |
| Octal | 340 | 152 | 301 | 0 | 65 | 16 | 14 | 474 | 102 | 101 |
| Binary | 11100000 | 1101010 | 11000001 | 0 | 110101 | 1110 | 1100 | 100111100 | 1000010 | 1000001 |
Color Harmonies of #E06AC1
Complementary color
Monochromatic Colors of #E06AC1
Black with #E06AC1
Text Example
Text Example
White with #E06AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AC1; }
p { color: rgb(224,106,193); }
H1.HeaderClassName
{
color: #E06AC1;
}
.AnyTagClassName
{
color: #E06AC1;
}
</style>
background-color css
<style>
a { background-color: #E06AC1; }
a { background-color: rgb(224,106,193); }
div.DivClassName
{
background-color: #E06AC1;
}
.BgClassName
{
background-color: #E06AC1;
}
</style>
border-color css
<style>
span { border-color: #E06AC1; }
span { border-color: rgb(224,106,193); }
td.TdClassName
{
border-color: #E06AC1;
}
.TagClassName
{
border-color: #E06AC1;
}
</style>