Shades of Orchid #E184D5
Tints of Orchid #E184D5
RGB
CMYK
RGB Variations
Color information
#E184D5 (or 0xE184D5) is known color: Orchid. HEX triplet: E1, 84 and D5. RGB value is (225,132,213). Sum of RGB (Red+Green+Blue) = 225+132+213=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E184D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184D5 is #1E7B2A. Grayscale: #A8A8A8. Windows color (decimal): -1997611 or 13993185. OLE color: 13993185.
HSL color Cylindrical-coordinate representation of color #E184D5: hue angle of 307.74º 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 #E184D5 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 213 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.12 |
| HSL | 307.74º | 0.61% | 0.7% | - |
| HSV(B) | 307.74º | 0.41% | 0.88% | - |
| XYZ | 51.31 | 37.31 | 67.45 | - |
| YUV | 169.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 213 | 0 | 0.41 | 0.05 | 0.12 | 307.74 | 0.61 | 0.7 |
| Hex | E1 | 84 | D5 | 0 | 29 | 5 | C | 134 | 3D | 46 |
| Octal | 341 | 204 | 325 | 0 | 51 | 5 | 14 | 464 | 75 | 106 |
| Binary | 11100001 | 10000100 | 11010101 | 0 | 101001 | 101 | 1100 | 100110100 | 111101 | 1000110 |
Color Harmonies of #E184D5
Complementary color
Monochromatic Colors of #E184D5
Black with #E184D5
Text Example
Text Example
White with #E184D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E184D5; }
p { color: rgb(225,132,213); }
H1.HeaderClassName
{
color: #E184D5;
}
.AnyTagClassName
{
color: #E184D5;
}
</style>
background-color css
<style>
a { background-color: #E184D5; }
a { background-color: rgb(225,132,213); }
div.DivClassName
{
background-color: #E184D5;
}
.BgClassName
{
background-color: #E184D5;
}
</style>
border-color css
<style>
span { border-color: #E184D5; }
span { border-color: rgb(225,132,213); }
td.TdClassName
{
border-color: #E184D5;
}
.TagClassName
{
border-color: #E184D5;
}
</style>