Shades of Orchid #E184DA
Tints of Orchid #E184DA
RGB
CMYK
RGB Variations
Color information
#E184DA (or 0xE184DA) is known color: Orchid. HEX triplet: E1, 84 and DA. RGB value is (225,132,218). Sum of RGB (Red+Green+Blue) = 225+132+218=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E184DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184DA is #1E7B25. Grayscale: #A9A9A9. Windows color (decimal): -1997606 or 14320865. OLE color: 14320865.
HSL color Cylindrical-coordinate representation of color #E184DA: hue angle of 304.52º 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 #E184DA is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 218 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.12 |
| HSL | 304.52º | 0.61% | 0.7% | - |
| HSV(B) | 304.52º | 0.41% | 0.88% | - |
| XYZ | 51.96 | 37.57 | 70.84 | - |
| YUV | 169.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 218 | 0 | 0.41 | 0.03 | 0.12 | 304.52 | 0.61 | 0.7 |
| Hex | E1 | 84 | DA | 0 | 29 | 3 | C | 131 | 3D | 46 |
| Octal | 341 | 204 | 332 | 0 | 51 | 3 | 14 | 461 | 75 | 106 |
| Binary | 11100001 | 10000100 | 11011010 | 0 | 101001 | 11 | 1100 | 100110001 | 111101 | 1000110 |
Color Harmonies of #E184DA
Complementary color
Monochromatic Colors of #E184DA
Black with #E184DA
Text Example
Text Example
White with #E184DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E184DA; }
p { color: rgb(225,132,218); }
H1.HeaderClassName
{
color: #E184DA;
}
.AnyTagClassName
{
color: #E184DA;
}
</style>
background-color css
<style>
a { background-color: #E184DA; }
a { background-color: rgb(225,132,218); }
div.DivClassName
{
background-color: #E184DA;
}
.BgClassName
{
background-color: #E184DA;
}
</style>
border-color css
<style>
span { border-color: #E184DA; }
span { border-color: rgb(225,132,218); }
td.TdClassName
{
border-color: #E184DA;
}
.TagClassName
{
border-color: #E184DA;
}
</style>