Shades of Plum #E193DB
Tints of Plum #E193DB
RGB
CMYK
RGB Variations
Color information
#E193DB (or 0xE193DB) is known color: Plum. HEX triplet: E1, 93 and DB. RGB value is (225,147,219). Sum of RGB (Red+Green+Blue) = 225+147+219=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E193DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193DB is #1E6C24. Grayscale: #B2B2B2. Windows color (decimal): -1993765 or 14390241. OLE color: 14390241.
HSL color Cylindrical-coordinate representation of color #E193DB: hue angle of 304.62º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E193DB is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 219 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.12 |
| HSL | 304.62º | 0.57% | 0.73% | - |
| HSV(B) | 304.62º | 0.35% | 0.88% | - |
| XYZ | 54.27 | 41.99 | 72.26 | - |
| YUV | 178.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 219 | 0 | 0.35 | 0.03 | 0.12 | 304.62 | 0.57 | 0.73 |
| Hex | E1 | 93 | DB | 0 | 23 | 3 | C | 131 | 39 | 49 |
| Octal | 341 | 223 | 333 | 0 | 43 | 3 | 14 | 461 | 71 | 111 |
| Binary | 11100001 | 10010011 | 11011011 | 0 | 100011 | 11 | 1100 | 100110001 | 111001 | 1001001 |
Color Harmonies of #E193DB
Complementary color
Monochromatic Colors of #E193DB
Black with #E193DB
Text Example
Text Example
White with #E193DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193DB; }
p { color: rgb(225,147,219); }
H1.HeaderClassName
{
color: #E193DB;
}
.AnyTagClassName
{
color: #E193DB;
}
</style>
background-color css
<style>
a { background-color: #E193DB; }
a { background-color: rgb(225,147,219); }
div.DivClassName
{
background-color: #E193DB;
}
.BgClassName
{
background-color: #E193DB;
}
</style>
border-color css
<style>
span { border-color: #E193DB; }
span { border-color: rgb(225,147,219); }
td.TdClassName
{
border-color: #E193DB;
}
.TagClassName
{
border-color: #E193DB;
}
</style>