Shades of Plum #E391DF
Tints of Plum #E391DF
RGB
CMYK
RGB Variations
Color information
#E391DF (or 0xE391DF) is known color: Plum. HEX triplet: E3, 91 and DF. RGB value is (227,145,223). Sum of RGB (Red+Green+Blue) = 227+145+223=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 227 - color contains mainly: red. Hex color #E391DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E391DF is #1C6E20. Grayscale: #B2B2B2. Windows color (decimal): -1863201 or 14651875. OLE color: 14651875.
HSL color Cylindrical-coordinate representation of color #E391DF: hue angle of 302.93º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E391DF is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 145 | 223 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.11 |
| HSL | 302.93º | 0.59% | 0.73% | - |
| HSV(B) | 302.93º | 0.36% | 0.89% | - |
| XYZ | 55.12 | 41.91 | 75 | - |
| YUV | 178.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 145 | 223 | 0 | 0.36 | 0.02 | 0.11 | 302.93 | 0.59 | 0.73 |
| Hex | E3 | 91 | DF | 0 | 24 | 2 | B | 12F | 3B | 49 |
| Octal | 343 | 221 | 337 | 0 | 44 | 2 | 13 | 457 | 73 | 111 |
| Binary | 11100011 | 10010001 | 11011111 | 0 | 100100 | 10 | 1011 | 100101111 | 111011 | 1001001 |
Color Harmonies of #E391DF
Complementary color
Monochromatic Colors of #E391DF
Black with #E391DF
Text Example
Text Example
White with #E391DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E391DF; }
p { color: rgb(227,145,223); }
H1.HeaderClassName
{
color: #E391DF;
}
.AnyTagClassName
{
color: #E391DF;
}
</style>
background-color css
<style>
a { background-color: #E391DF; }
a { background-color: rgb(227,145,223); }
div.DivClassName
{
background-color: #E391DF;
}
.BgClassName
{
background-color: #E391DF;
}
</style>
border-color css
<style>
span { border-color: #E391DF; }
span { border-color: rgb(227,145,223); }
td.TdClassName
{
border-color: #E391DF;
}
.TagClassName
{
border-color: #E391DF;
}
</style>