Shades of Plum #E189DB
Tints of Plum #E189DB
RGB
CMYK
RGB Variations
Color information
#E189DB (or 0xE189DB) is known color: Plum. HEX triplet: E1, 89 and DB. RGB value is (225,137,219). Sum of RGB (Red+Green+Blue) = 225+137+219=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E189DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189DB is #1E7624. Grayscale: #ACACAC. Windows color (decimal): -1996325 or 14387681. OLE color: 14387681.
HSL color Cylindrical-coordinate representation of color #E189DB: hue angle of 304.09º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E189DB is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 219 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.12 |
| HSL | 304.09º | 0.59% | 0.71% | - |
| HSV(B) | 304.09º | 0.39% | 0.88% | - |
| XYZ | 52.78 | 39.01 | 71.77 | - |
| YUV | 172.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 219 | 0 | 0.39 | 0.03 | 0.12 | 304.09 | 0.59 | 0.71 |
| Hex | E1 | 89 | DB | 0 | 27 | 3 | C | 130 | 3B | 47 |
| Octal | 341 | 211 | 333 | 0 | 47 | 3 | 14 | 460 | 73 | 107 |
| Binary | 11100001 | 10001001 | 11011011 | 0 | 100111 | 11 | 1100 | 100110000 | 111011 | 1000111 |
Color Harmonies of #E189DB
Complementary color
Monochromatic Colors of #E189DB
Black with #E189DB
Text Example
Text Example
White with #E189DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E189DB; }
p { color: rgb(225,137,219); }
H1.HeaderClassName
{
color: #E189DB;
}
.AnyTagClassName
{
color: #E189DB;
}
</style>
background-color css
<style>
a { background-color: #E189DB; }
a { background-color: rgb(225,137,219); }
div.DivClassName
{
background-color: #E189DB;
}
.BgClassName
{
background-color: #E189DB;
}
</style>
border-color css
<style>
span { border-color: #E189DB; }
span { border-color: rgb(225,137,219); }
td.TdClassName
{
border-color: #E189DB;
}
.TagClassName
{
border-color: #E189DB;
}
</style>