Shades of Plum #E190DD
Tints of Plum #E190DD
RGB
CMYK
RGB Variations
Color information
#E190DD (or 0xE190DD) is known color: Plum. HEX triplet: E1, 90 and DD. RGB value is (225,144,221). Sum of RGB (Red+Green+Blue) = 225+144+221=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E190DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190DD is #1E6F22. Grayscale: #B0B0B0. Windows color (decimal): -1994531 or 14520545. OLE color: 14520545.
HSL color Cylindrical-coordinate representation of color #E190DD: hue angle of 302.96º 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 #E190DD is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 221 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.12 |
| HSL | 302.96º | 0.57% | 0.72% | - |
| HSV(B) | 302.96º | 0.36% | 0.88% | - |
| XYZ | 54.08 | 41.17 | 73.5 | - |
| YUV | 177 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 221 | 0 | 0.36 | 0.02 | 0.12 | 302.96 | 0.57 | 0.72 |
| Hex | E1 | 90 | DD | 0 | 24 | 2 | C | 12F | 39 | 48 |
| Octal | 341 | 220 | 335 | 0 | 44 | 2 | 14 | 457 | 71 | 110 |
| Binary | 11100001 | 10010000 | 11011101 | 0 | 100100 | 10 | 1100 | 100101111 | 111001 | 1001000 |
Color Harmonies of #E190DD
Complementary color
Monochromatic Colors of #E190DD
Black with #E190DD
Text Example
Text Example
White with #E190DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190DD; }
p { color: rgb(225,144,221); }
H1.HeaderClassName
{
color: #E190DD;
}
.AnyTagClassName
{
color: #E190DD;
}
</style>
background-color css
<style>
a { background-color: #E190DD; }
a { background-color: rgb(225,144,221); }
div.DivClassName
{
background-color: #E190DD;
}
.BgClassName
{
background-color: #E190DD;
}
</style>
border-color css
<style>
span { border-color: #E190DD; }
span { border-color: rgb(225,144,221); }
td.TdClassName
{
border-color: #E190DD;
}
.TagClassName
{
border-color: #E190DD;
}
</style>