Shades of Orchid #E16AC2
Tints of Orchid #E16AC2
RGB
CMYK
RGB Variations
Color information
#E16AC2 (or 0xE16AC2) is known color: Orchid. HEX triplet: E1, 6A and C2. RGB value is (225,106,194). Sum of RGB (Red+Green+Blue) = 225+106+194=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16AC2 is #1E953D. Grayscale: #979797. Windows color (decimal): -2004286 or 12741345. OLE color: 12741345.
HSL color Cylindrical-coordinate representation of color #E16AC2: hue angle of 315.63º 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 #E16AC2 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 194 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.12 |
| HSL | 315.63º | 0.66% | 0.65% | - |
| HSV(B) | 315.63º | 0.53% | 0.88% | - |
| XYZ | 45.94 | 30.21 | 54.45 | - |
| YUV | 151.61 | 151.92 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 194 | 0 | 0.53 | 0.14 | 0.12 | 315.63 | 0.66 | 0.65 |
| Hex | E1 | 6A | C2 | 0 | 35 | E | C | 13C | 42 | 41 |
| Octal | 341 | 152 | 302 | 0 | 65 | 16 | 14 | 474 | 102 | 101 |
| Binary | 11100001 | 1101010 | 11000010 | 0 | 110101 | 1110 | 1100 | 100111100 | 1000010 | 1000001 |
Color Harmonies of #E16AC2
Complementary color
Monochromatic Colors of #E16AC2
Black with #E16AC2
Text Example
Text Example
White with #E16AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16AC2; }
p { color: rgb(225,106,194); }
H1.HeaderClassName
{
color: #E16AC2;
}
.AnyTagClassName
{
color: #E16AC2;
}
</style>
background-color css
<style>
a { background-color: #E16AC2; }
a { background-color: rgb(225,106,194); }
div.DivClassName
{
background-color: #E16AC2;
}
.BgClassName
{
background-color: #E16AC2;
}
</style>
border-color css
<style>
span { border-color: #E16AC2; }
span { border-color: rgb(225,106,194); }
td.TdClassName
{
border-color: #E16AC2;
}
.TagClassName
{
border-color: #E16AC2;
}
</style>