Shades of Plum #E39FE1
Tints of Plum #E39FE1
RGB
CMYK
RGB Variations
Color information
#E39FE1 (or 0xE39FE1) is known color: Plum. HEX triplet: E3, 9F and E1. RGB value is (227,159,225). Sum of RGB (Red+Green+Blue) = 227+159+225=611 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.15% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 227 - color contains mainly: red. Hex color #E39FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39FE1 is #1C601E. Grayscale: #BABABA. Windows color (decimal): -1859615 or 14786531. OLE color: 14786531.
HSL color Cylindrical-coordinate representation of color #E39FE1: hue angle of 301.76º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E39FE1 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 159 | 225 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.11 |
| HSL | 301.76º | 0.55% | 0.76% | - |
| HSV(B) | 301.76º | 0.3% | 0.89% | - |
| XYZ | 57.67 | 46.56 | 77.18 | - |
| YUV | 186.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 159 | 225 | 0 | 0.30 | 0.01 | 0.11 | 301.76 | 0.55 | 0.76 |
| Hex | E3 | 9F | E1 | 0 | 1E | 1 | B | 12E | 37 | 4C |
| Octal | 343 | 237 | 341 | 0 | 36 | 1 | 13 | 456 | 67 | 114 |
| Binary | 11100011 | 10011111 | 11100001 | 0 | 11110 | 1 | 1011 | 100101110 | 110111 | 1001100 |
Color Harmonies of #E39FE1
Complementary color
Monochromatic Colors of #E39FE1
Black with #E39FE1
Text Example
Text Example
White with #E39FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39FE1; }
p { color: rgb(227,159,225); }
H1.HeaderClassName
{
color: #E39FE1;
}
.AnyTagClassName
{
color: #E39FE1;
}
</style>
background-color css
<style>
a { background-color: #E39FE1; }
a { background-color: rgb(227,159,225); }
div.DivClassName
{
background-color: #E39FE1;
}
.BgClassName
{
background-color: #E39FE1;
}
</style>
border-color css
<style>
span { border-color: #E39FE1; }
span { border-color: rgb(227,159,225); }
td.TdClassName
{
border-color: #E39FE1;
}
.TagClassName
{
border-color: #E39FE1;
}
</style>