Shades of Plum #E390DB
Tints of Plum #E390DB
RGB
CMYK
RGB Variations
Color information
#E390DB (or 0xE390DB) is known color: Plum. HEX triplet: E3, 90 and DB. RGB value is (227,144,219). Sum of RGB (Red+Green+Blue) = 227+144+219=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 227 - color contains mainly: red. Hex color #E390DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390DB is #1C6F24. Grayscale: #B1B1B1. Windows color (decimal): -1863461 or 14389475. OLE color: 14389475.
HSL color Cylindrical-coordinate representation of color #E390DB: hue angle of 305.78º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E390DB is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 227 | 144 | 219 | - |
CMYK | 0 | 0.37 | 0.04 | 0.11 |
HSL | 305.78º | 0.6% | 0.73% | - |
HSV(B) | 305.78º | 0.37% | 0.89% | - |
XYZ | 54.44 | 41.39 | 72.14 | - |
YUV | 177.37 | 151.5 | 163.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 144 | 219 | 0 | 0.37 | 0.04 | 0.11 | 305.78 | 0.6 | 0.73 |
Hex | E3 | 90 | DB | 0 | 25 | 4 | B | 132 | 3C | 49 |
Octal | 343 | 220 | 333 | 0 | 45 | 4 | 13 | 462 | 74 | 111 |
Binary | 11100011 | 10010000 | 11011011 | 0 | 100101 | 100 | 1011 | 100110010 | 111100 | 1001001 |
Color Harmonies of #E390DB
Complementary color
Monochromatic Colors of #E390DB
Black with #E390DB
Text Example
Text Example
White with #E390DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390DB; }
p { color: rgb(227,144,219); }
H1.HeaderClassName
{
color: #E390DB;
}
.AnyTagClassName
{
color: #E390DB;
}
</style>
background-color css
<style>
a { background-color: #E390DB; }
a { background-color: rgb(227,144,219); }
div.DivClassName
{
background-color: #E390DB;
}
.BgClassName
{
background-color: #E390DB;
}
</style>
border-color css
<style>
span { border-color: #E390DB; }
span { border-color: rgb(227,144,219); }
td.TdClassName
{
border-color: #E390DB;
}
.TagClassName
{
border-color: #E390DB;
}
</style>