Shades of Plum #E194DA
Tints of Plum #E194DA
RGB
CMYK
RGB Variations
Color information
#E194DA (or 0xE194DA) is known color: Plum. HEX triplet: E1, 94 and DA. RGB value is (225,148,218). Sum of RGB (Red+Green+Blue) = 225+148+218=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E194DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194DA is #1E6B25. Grayscale: #B2B2B2. Windows color (decimal): -1993510 or 14324961. OLE color: 14324961.
HSL color Cylindrical-coordinate representation of color #E194DA: hue angle of 305.45º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E194DA is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 218 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.12 |
| HSL | 305.45º | 0.56% | 0.73% | - |
| HSV(B) | 305.45º | 0.34% | 0.88% | - |
| XYZ | 54.3 | 42.25 | 71.62 | - |
| YUV | 179 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 218 | 0 | 0.34 | 0.03 | 0.12 | 305.45 | 0.56 | 0.73 |
| Hex | E1 | 94 | DA | 0 | 22 | 3 | C | 131 | 38 | 49 |
| Octal | 341 | 224 | 332 | 0 | 42 | 3 | 14 | 461 | 70 | 111 |
| Binary | 11100001 | 10010100 | 11011010 | 0 | 100010 | 11 | 1100 | 100110001 | 111000 | 1001001 |
Color Harmonies of #E194DA
Complementary color
Monochromatic Colors of #E194DA
Black with #E194DA
Text Example
Text Example
White with #E194DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194DA; }
p { color: rgb(225,148,218); }
H1.HeaderClassName
{
color: #E194DA;
}
.AnyTagClassName
{
color: #E194DA;
}
</style>
background-color css
<style>
a { background-color: #E194DA; }
a { background-color: rgb(225,148,218); }
div.DivClassName
{
background-color: #E194DA;
}
.BgClassName
{
background-color: #E194DA;
}
</style>
border-color css
<style>
span { border-color: #E194DA; }
span { border-color: rgb(225,148,218); }
td.TdClassName
{
border-color: #E194DA;
}
.TagClassName
{
border-color: #E194DA;
}
</style>