Shades of Plum #E390DD
Tints of Plum #E390DD
RGB
CMYK
RGB Variations
Color information
#E390DD (or 0xE390DD) is known color: Plum. HEX triplet: E3, 90 and DD. RGB value is (227,144,221). Sum of RGB (Red+Green+Blue) = 227+144+221=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 227 - color contains mainly: red. Hex color #E390DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390DD is #1C6F22. Grayscale: #B1B1B1. Windows color (decimal): -1863459 or 14520547. OLE color: 14520547.
HSL color Cylindrical-coordinate representation of color #E390DD: hue angle of 304.34º 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 #E390DD is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 221 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.11 |
| HSL | 304.34º | 0.6% | 0.73% | - |
| HSV(B) | 304.34º | 0.37% | 0.89% | - |
| XYZ | 54.7 | 41.5 | 73.53 | - |
| YUV | 177.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 221 | 0 | 0.37 | 0.03 | 0.11 | 304.34 | 0.6 | 0.73 |
| Hex | E3 | 90 | DD | 0 | 25 | 3 | B | 130 | 3C | 49 |
| Octal | 343 | 220 | 335 | 0 | 45 | 3 | 13 | 460 | 74 | 111 |
| Binary | 11100011 | 10010000 | 11011101 | 0 | 100101 | 11 | 1011 | 100110000 | 111100 | 1001001 |
Color Harmonies of #E390DD
Complementary color
Monochromatic Colors of #E390DD
Black with #E390DD
Text Example
Text Example
White with #E390DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390DD; }
p { color: rgb(227,144,221); }
H1.HeaderClassName
{
color: #E390DD;
}
.AnyTagClassName
{
color: #E390DD;
}
</style>
background-color css
<style>
a { background-color: #E390DD; }
a { background-color: rgb(227,144,221); }
div.DivClassName
{
background-color: #E390DD;
}
.BgClassName
{
background-color: #E390DD;
}
</style>
border-color css
<style>
span { border-color: #E390DD; }
span { border-color: rgb(227,144,221); }
td.TdClassName
{
border-color: #E390DD;
}
.TagClassName
{
border-color: #E390DD;
}
</style>