Shades of Plum #E393DB
Tints of Plum #E393DB
RGB
CMYK
RGB Variations
Color information
#E393DB (or 0xE393DB) is known color: Plum. HEX triplet: E3, 93 and DB. RGB value is (227,147,219). Sum of RGB (Red+Green+Blue) = 227+147+219=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 227 - color contains mainly: red. Hex color #E393DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E393DB is #1C6C24. Grayscale: #B2B2B2. Windows color (decimal): -1862693 or 14390243. OLE color: 14390243.
HSL color Cylindrical-coordinate representation of color #E393DB: hue angle of 306º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E393DB is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 219 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.11 |
| HSL | 306º | 0.59% | 0.73% | - |
| HSV(B) | 306º | 0.35% | 0.89% | - |
| XYZ | 54.9 | 42.31 | 72.29 | - |
| YUV | 179.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 219 | 0 | 0.35 | 0.04 | 0.11 | 306 | 0.59 | 0.73 |
| Hex | E3 | 93 | DB | 0 | 23 | 4 | B | 132 | 3B | 49 |
| Octal | 343 | 223 | 333 | 0 | 43 | 4 | 13 | 462 | 73 | 111 |
| Binary | 11100011 | 10010011 | 11011011 | 0 | 100011 | 100 | 1011 | 100110010 | 111011 | 1001001 |
Color Harmonies of #E393DB
Complementary color
Monochromatic Colors of #E393DB
Black with #E393DB
Text Example
Text Example
White with #E393DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E393DB; }
p { color: rgb(227,147,219); }
H1.HeaderClassName
{
color: #E393DB;
}
.AnyTagClassName
{
color: #E393DB;
}
</style>
background-color css
<style>
a { background-color: #E393DB; }
a { background-color: rgb(227,147,219); }
div.DivClassName
{
background-color: #E393DB;
}
.BgClassName
{
background-color: #E393DB;
}
</style>
border-color css
<style>
span { border-color: #E393DB; }
span { border-color: rgb(227,147,219); }
td.TdClassName
{
border-color: #E393DB;
}
.TagClassName
{
border-color: #E393DB;
}
</style>