Shades of Plum #E391D7
Tints of Plum #E391D7
RGB
CMYK
RGB Variations
Color information
#E391D7 (or 0xE391D7) is known color: Plum. HEX triplet: E3, 91 and D7. RGB value is (227,145,215). Sum of RGB (Red+Green+Blue) = 227+145+215=587 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.67% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 227 - color contains mainly: red. Hex color #E391D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E391D7 is #1C6E28. Grayscale: #B1B1B1. Windows color (decimal): -1863209 or 14127587. OLE color: 14127587.
HSL color Cylindrical-coordinate representation of color #E391D7: hue angle of 308.78º 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 #E391D7 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 145 | 215 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.11 |
| HSL | 308.78º | 0.59% | 0.73% | - |
| HSV(B) | 308.78º | 0.36% | 0.89% | - |
| XYZ | 54.07 | 41.49 | 69.45 | - |
| YUV | 177.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 145 | 215 | 0 | 0.36 | 0.05 | 0.11 | 308.78 | 0.59 | 0.73 |
| Hex | E3 | 91 | D7 | 0 | 24 | 5 | B | 135 | 3B | 49 |
| Octal | 343 | 221 | 327 | 0 | 44 | 5 | 13 | 465 | 73 | 111 |
| Binary | 11100011 | 10010001 | 11010111 | 0 | 100100 | 101 | 1011 | 100110101 | 111011 | 1001001 |
Color Harmonies of #E391D7
Complementary color
Monochromatic Colors of #E391D7
Black with #E391D7
Text Example
Text Example
White with #E391D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E391D7; }
p { color: rgb(227,145,215); }
H1.HeaderClassName
{
color: #E391D7;
}
.AnyTagClassName
{
color: #E391D7;
}
</style>
background-color css
<style>
a { background-color: #E391D7; }
a { background-color: rgb(227,145,215); }
div.DivClassName
{
background-color: #E391D7;
}
.BgClassName
{
background-color: #E391D7;
}
</style>
border-color css
<style>
span { border-color: #E391D7; }
span { border-color: rgb(227,145,215); }
td.TdClassName
{
border-color: #E391D7;
}
.TagClassName
{
border-color: #E391D7;
}
</style>