Shades of Plum #E399DB
Tints of Plum #E399DB
RGB
CMYK
RGB Variations
Color information
#E399DB (or 0xE399DB) is known color: Plum. HEX triplet: E3, 99 and DB. RGB value is (227,153,219). Sum of RGB (Red+Green+Blue) = 227+153+219=599 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.90% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 227 - color contains mainly: red. Hex color #E399DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E399DB is #1C6624. Grayscale: #B6B6B6. Windows color (decimal): -1861157 or 14391779. OLE color: 14391779.
HSL color Cylindrical-coordinate representation of color #E399DB: hue angle of 306.49º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E399DB is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 153 | 219 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.11 |
| HSL | 306.49º | 0.57% | 0.75% | - |
| HSV(B) | 306.49º | 0.33% | 0.89% | - |
| XYZ | 55.86 | 44.23 | 72.61 | - |
| YUV | 182.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 153 | 219 | 0 | 0.33 | 0.04 | 0.11 | 306.49 | 0.57 | 0.75 |
| Hex | E3 | 99 | DB | 0 | 21 | 4 | B | 132 | 39 | 4B |
| Octal | 343 | 231 | 333 | 0 | 41 | 4 | 13 | 462 | 71 | 113 |
| Binary | 11100011 | 10011001 | 11011011 | 0 | 100001 | 100 | 1011 | 100110010 | 111001 | 1001011 |
Color Harmonies of #E399DB
Complementary color
Monochromatic Colors of #E399DB
Black with #E399DB
Text Example
Text Example
White with #E399DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E399DB; }
p { color: rgb(227,153,219); }
H1.HeaderClassName
{
color: #E399DB;
}
.AnyTagClassName
{
color: #E399DB;
}
</style>
background-color css
<style>
a { background-color: #E399DB; }
a { background-color: rgb(227,153,219); }
div.DivClassName
{
background-color: #E399DB;
}
.BgClassName
{
background-color: #E399DB;
}
</style>
border-color css
<style>
span { border-color: #E399DB; }
span { border-color: rgb(227,153,219); }
td.TdClassName
{
border-color: #E399DB;
}
.TagClassName
{
border-color: #E399DB;
}
</style>