Shades of Orchid #E16ACB
Tints of Orchid #E16ACB
RGB
CMYK
RGB Variations
Color information
#E16ACB (or 0xE16ACB) is known color: Orchid. HEX triplet: E1, 6A and CB. RGB value is (225,106,203). Sum of RGB (Red+Green+Blue) = 225+106+203=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ACB is #1E9534. Grayscale: #989898. Windows color (decimal): -2004277 or 13331169. OLE color: 13331169.
HSL color Cylindrical-coordinate representation of color #E16ACB: hue angle of 311.09º 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 #E16ACB is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 203 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.12 |
| HSL | 311.09º | 0.66% | 0.65% | - |
| HSV(B) | 311.09º | 0.53% | 0.88% | - |
| XYZ | 46.98 | 30.63 | 59.94 | - |
| YUV | 152.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 203 | 0 | 0.53 | 0.10 | 0.12 | 311.09 | 0.66 | 0.65 |
| Hex | E1 | 6A | CB | 0 | 35 | A | C | 137 | 42 | 41 |
| Octal | 341 | 152 | 313 | 0 | 65 | 12 | 14 | 467 | 102 | 101 |
| Binary | 11100001 | 1101010 | 11001011 | 0 | 110101 | 1010 | 1100 | 100110111 | 1000010 | 1000001 |
Color Harmonies of #E16ACB
Complementary color
Monochromatic Colors of #E16ACB
Black with #E16ACB
Text Example
Text Example
White with #E16ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16ACB; }
p { color: rgb(225,106,203); }
H1.HeaderClassName
{
color: #E16ACB;
}
.AnyTagClassName
{
color: #E16ACB;
}
</style>
background-color css
<style>
a { background-color: #E16ACB; }
a { background-color: rgb(225,106,203); }
div.DivClassName
{
background-color: #E16ACB;
}
.BgClassName
{
background-color: #E16ACB;
}
</style>
border-color css
<style>
span { border-color: #E16ACB; }
span { border-color: rgb(225,106,203); }
td.TdClassName
{
border-color: #E16ACB;
}
.TagClassName
{
border-color: #E16ACB;
}
</style>