Shades of Plum #E191DC
Tints of Plum #E191DC
RGB
CMYK
RGB Variations
Color information
#E191DC (or 0xE191DC) is known color: Plum. HEX triplet: E1, 91 and DC. RGB value is (225,145,220). Sum of RGB (Red+Green+Blue) = 225+145+220=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E191DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E191DC is #1E6E23. Grayscale: #B1B1B1. Windows color (decimal): -1994276 or 14455265. OLE color: 14455265.
HSL color Cylindrical-coordinate representation of color #E191DC: hue angle of 303.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E191DC is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 220 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.12 |
| HSL | 303.75º | 0.57% | 0.73% | - |
| HSV(B) | 303.75º | 0.36% | 0.88% | - |
| XYZ | 54.1 | 41.43 | 72.85 | - |
| YUV | 177.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 220 | 0 | 0.36 | 0.02 | 0.12 | 303.75 | 0.57 | 0.73 |
| Hex | E1 | 91 | DC | 0 | 24 | 2 | C | 130 | 39 | 49 |
| Octal | 341 | 221 | 334 | 0 | 44 | 2 | 14 | 460 | 71 | 111 |
| Binary | 11100001 | 10010001 | 11011100 | 0 | 100100 | 10 | 1100 | 100110000 | 111001 | 1001001 |
Color Harmonies of #E191DC
Complementary color
Monochromatic Colors of #E191DC
Black with #E191DC
Text Example
Text Example
White with #E191DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191DC; }
p { color: rgb(225,145,220); }
H1.HeaderClassName
{
color: #E191DC;
}
.AnyTagClassName
{
color: #E191DC;
}
</style>
background-color css
<style>
a { background-color: #E191DC; }
a { background-color: rgb(225,145,220); }
div.DivClassName
{
background-color: #E191DC;
}
.BgClassName
{
background-color: #E191DC;
}
</style>
border-color css
<style>
span { border-color: #E191DC; }
span { border-color: rgb(225,145,220); }
td.TdClassName
{
border-color: #E191DC;
}
.TagClassName
{
border-color: #E191DC;
}
</style>