Shades of Plum #E390DF
Tints of Plum #E390DF
RGB
CMYK
RGB Variations
Color information
#E390DF (or 0xE390DF) is known color: Plum. HEX triplet: E3, 90 and DF. RGB value is (227,144,223). Sum of RGB (Red+Green+Blue) = 227+144+223=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 227 - color contains mainly: red. Hex color #E390DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390DF is #1C6F20. Grayscale: #B1B1B1. Windows color (decimal): -1863457 or 14651619. OLE color: 14651619.
HSL color Cylindrical-coordinate representation of color #E390DF: hue angle of 302.89º 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 #E390DF is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 223 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.11 |
| HSL | 302.89º | 0.6% | 0.73% | - |
| HSV(B) | 302.89º | 0.37% | 0.89% | - |
| XYZ | 54.97 | 41.61 | 74.95 | - |
| YUV | 177.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 223 | 0 | 0.37 | 0.02 | 0.11 | 302.89 | 0.6 | 0.73 |
| Hex | E3 | 90 | DF | 0 | 25 | 2 | B | 12F | 3C | 49 |
| Octal | 343 | 220 | 337 | 0 | 45 | 2 | 13 | 457 | 74 | 111 |
| Binary | 11100011 | 10010000 | 11011111 | 0 | 100101 | 10 | 1011 | 100101111 | 111100 | 1001001 |
Color Harmonies of #E390DF
Complementary color
Monochromatic Colors of #E390DF
Black with #E390DF
Text Example
Text Example
White with #E390DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390DF; }
p { color: rgb(227,144,223); }
H1.HeaderClassName
{
color: #E390DF;
}
.AnyTagClassName
{
color: #E390DF;
}
</style>
background-color css
<style>
a { background-color: #E390DF; }
a { background-color: rgb(227,144,223); }
div.DivClassName
{
background-color: #E390DF;
}
.BgClassName
{
background-color: #E390DF;
}
</style>
border-color css
<style>
span { border-color: #E390DF; }
span { border-color: rgb(227,144,223); }
td.TdClassName
{
border-color: #E390DF;
}
.TagClassName
{
border-color: #E390DF;
}
</style>