Shades of Orchid #E06AC3
Tints of Orchid #E06AC3
RGB
CMYK
RGB Variations
Color information
#E06AC3 (or 0xE06AC3) is known color: Orchid. HEX triplet: E0, 6A and C3. RGB value is (224,106,195). Sum of RGB (Red+Green+Blue) = 224+106+195=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AC3 is #1F953C. Grayscale: #979797. Windows color (decimal): -2069821 or 12806880. OLE color: 12806880.
HSL color Cylindrical-coordinate representation of color #E06AC3: hue angle of 314.75º 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 #E06AC3 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 195 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.12 |
| HSL | 314.75º | 0.66% | 0.65% | - |
| HSV(B) | 314.75º | 0.53% | 0.88% | - |
| XYZ | 45.74 | 30.1 | 55.03 | - |
| YUV | 151.43 | 152.59 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 195 | 0 | 0.53 | 0.13 | 0.12 | 314.75 | 0.66 | 0.65 |
| Hex | E0 | 6A | C3 | 0 | 35 | D | C | 13B | 42 | 41 |
| Octal | 340 | 152 | 303 | 0 | 65 | 15 | 14 | 473 | 102 | 101 |
| Binary | 11100000 | 1101010 | 11000011 | 0 | 110101 | 1101 | 1100 | 100111011 | 1000010 | 1000001 |
Color Harmonies of #E06AC3
Complementary color
Monochromatic Colors of #E06AC3
Black with #E06AC3
Text Example
Text Example
White with #E06AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AC3; }
p { color: rgb(224,106,195); }
H1.HeaderClassName
{
color: #E06AC3;
}
.AnyTagClassName
{
color: #E06AC3;
}
</style>
background-color css
<style>
a { background-color: #E06AC3; }
a { background-color: rgb(224,106,195); }
div.DivClassName
{
background-color: #E06AC3;
}
.BgClassName
{
background-color: #E06AC3;
}
</style>
border-color css
<style>
span { border-color: #E06AC3; }
span { border-color: rgb(224,106,195); }
td.TdClassName
{
border-color: #E06AC3;
}
.TagClassName
{
border-color: #E06AC3;
}
</style>