Shades of Orchid #E184D9
Tints of Orchid #E184D9
RGB
CMYK
RGB Variations
Color information
#E184D9 (or 0xE184D9) is known color: Orchid. HEX triplet: E1, 84 and D9. RGB value is (225,132,217). Sum of RGB (Red+Green+Blue) = 225+132+217=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E184D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184D9 is #1E7B26. Grayscale: #A9A9A9. Windows color (decimal): -1997607 or 14255329. OLE color: 14255329.
HSL color Cylindrical-coordinate representation of color #E184D9: hue angle of 305.16º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E184D9 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 217 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.12 |
| HSL | 305.16º | 0.61% | 0.7% | - |
| HSV(B) | 305.16º | 0.41% | 0.88% | - |
| XYZ | 51.83 | 37.52 | 70.16 | - |
| YUV | 169.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 217 | 0 | 0.41 | 0.04 | 0.12 | 305.16 | 0.61 | 0.7 |
| Hex | E1 | 84 | D9 | 0 | 29 | 4 | C | 131 | 3D | 46 |
| Octal | 341 | 204 | 331 | 0 | 51 | 4 | 14 | 461 | 75 | 106 |
| Binary | 11100001 | 10000100 | 11011001 | 0 | 101001 | 100 | 1100 | 100110001 | 111101 | 1000110 |
Color Harmonies of #E184D9
Complementary color
Monochromatic Colors of #E184D9
Black with #E184D9
Text Example
Text Example
White with #E184D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E184D9; }
p { color: rgb(225,132,217); }
H1.HeaderClassName
{
color: #E184D9;
}
.AnyTagClassName
{
color: #E184D9;
}
</style>
background-color css
<style>
a { background-color: #E184D9; }
a { background-color: rgb(225,132,217); }
div.DivClassName
{
background-color: #E184D9;
}
.BgClassName
{
background-color: #E184D9;
}
</style>
border-color css
<style>
span { border-color: #E184D9; }
span { border-color: rgb(225,132,217); }
td.TdClassName
{
border-color: #E184D9;
}
.TagClassName
{
border-color: #E184D9;
}
</style>