Shades of Plum #E190DC
Tints of Plum #E190DC
RGB
CMYK
RGB Variations
Color information
#E190DC (or 0xE190DC) is known color: Plum. HEX triplet: E1, 90 and DC. RGB value is (225,144,220). Sum of RGB (Red+Green+Blue) = 225+144+220=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E190DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190DC is #1E6F23. Grayscale: #B0B0B0. Windows color (decimal): -1994532 or 14455009. OLE color: 14455009.
HSL color Cylindrical-coordinate representation of color #E190DC: hue angle of 303.7º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E190DC is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 220 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.12 |
| HSL | 303.7º | 0.57% | 0.72% | - |
| HSV(B) | 303.7º | 0.36% | 0.88% | - |
| XYZ | 53.94 | 41.12 | 72.8 | - |
| YUV | 176.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 220 | 0 | 0.36 | 0.02 | 0.12 | 303.7 | 0.57 | 0.72 |
| Hex | E1 | 90 | DC | 0 | 24 | 2 | C | 130 | 39 | 48 |
| Octal | 341 | 220 | 334 | 0 | 44 | 2 | 14 | 460 | 71 | 110 |
| Binary | 11100001 | 10010000 | 11011100 | 0 | 100100 | 10 | 1100 | 100110000 | 111001 | 1001000 |
Color Harmonies of #E190DC
Complementary color
Monochromatic Colors of #E190DC
Black with #E190DC
Text Example
Text Example
White with #E190DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190DC; }
p { color: rgb(225,144,220); }
H1.HeaderClassName
{
color: #E190DC;
}
.AnyTagClassName
{
color: #E190DC;
}
</style>
background-color css
<style>
a { background-color: #E190DC; }
a { background-color: rgb(225,144,220); }
div.DivClassName
{
background-color: #E190DC;
}
.BgClassName
{
background-color: #E190DC;
}
</style>
border-color css
<style>
span { border-color: #E190DC; }
span { border-color: rgb(225,144,220); }
td.TdClassName
{
border-color: #E190DC;
}
.TagClassName
{
border-color: #E190DC;
}
</style>