Shades of Plum #E390DC
Tints of Plum #E390DC
RGB
CMYK
RGB Variations
Color information
#E390DC (or 0xE390DC) is known color: Plum. HEX triplet: E3, 90 and DC. RGB value is (227,144,220). Sum of RGB (Red+Green+Blue) = 227+144+220=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 227 - color contains mainly: red. Hex color #E390DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390DC is #1C6F23. Grayscale: #B1B1B1. Windows color (decimal): -1863460 or 14455011. OLE color: 14455011.
HSL color Cylindrical-coordinate representation of color #E390DC: hue angle of 305.06º 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 #E390DC is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 220 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.11 |
| HSL | 305.06º | 0.6% | 0.73% | - |
| HSV(B) | 305.06º | 0.37% | 0.89% | - |
| XYZ | 54.57 | 41.44 | 72.83 | - |
| YUV | 177.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 220 | 0 | 0.37 | 0.03 | 0.11 | 305.06 | 0.6 | 0.73 |
| Hex | E3 | 90 | DC | 0 | 25 | 3 | B | 131 | 3C | 49 |
| Octal | 343 | 220 | 334 | 0 | 45 | 3 | 13 | 461 | 74 | 111 |
| Binary | 11100011 | 10010000 | 11011100 | 0 | 100101 | 11 | 1011 | 100110001 | 111100 | 1001001 |
Color Harmonies of #E390DC
Complementary color
Monochromatic Colors of #E390DC
Black with #E390DC
Text Example
Text Example
White with #E390DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390DC; }
p { color: rgb(227,144,220); }
H1.HeaderClassName
{
color: #E390DC;
}
.AnyTagClassName
{
color: #E390DC;
}
</style>
background-color css
<style>
a { background-color: #E390DC; }
a { background-color: rgb(227,144,220); }
div.DivClassName
{
background-color: #E390DC;
}
.BgClassName
{
background-color: #E390DC;
}
</style>
border-color css
<style>
span { border-color: #E390DC; }
span { border-color: rgb(227,144,220); }
td.TdClassName
{
border-color: #E390DC;
}
.TagClassName
{
border-color: #E390DC;
}
</style>