Shades of Plum #E39FEA
Tints of Plum #E39FEA
RGB
CMYK
RGB Variations
Color information
#E39FEA (or 0xE39FEA) is known color: Plum. HEX triplet: E3, 9F and EA. RGB value is (227,159,234). Sum of RGB (Red+Green+Blue) = 227+159+234=620 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.61% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #E39FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39FEA is #1C6015. Grayscale: #BBBBBB. Windows color (decimal): -1859606 or 15376355. OLE color: 15376355.
HSL color Cylindrical-coordinate representation of color #E39FEA: hue angle of 294.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E39FEA is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 159 | 234 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.08 |
| HSL | 294.4º | 0.64% | 0.77% | - |
| HSV(B) | 294.4º | 0.32% | 0.92% | - |
| XYZ | 58.93 | 47.07 | 83.82 | - |
| YUV | 187.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 159 | 234 | 0.03 | 0.32 | 0 | 0.08 | 294.4 | 0.64 | 0.77 |
| Hex | E3 | 9F | EA | 3 | 20 | 0 | 8 | 126 | 40 | 4D |
| Octal | 343 | 237 | 352 | 3 | 40 | 0 | 10 | 446 | 100 | 115 |
| Binary | 11100011 | 10011111 | 11101010 | 11 | 100000 | 0 | 1000 | 100100110 | 1000000 | 1001101 |
Color Harmonies of #E39FEA
Complementary color
Monochromatic Colors of #E39FEA
Black with #E39FEA
Text Example
Text Example
White with #E39FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39FEA; }
p { color: rgb(227,159,234); }
H1.HeaderClassName
{
color: #E39FEA;
}
.AnyTagClassName
{
color: #E39FEA;
}
</style>
background-color css
<style>
a { background-color: #E39FEA; }
a { background-color: rgb(227,159,234); }
div.DivClassName
{
background-color: #E39FEA;
}
.BgClassName
{
background-color: #E39FEA;
}
</style>
border-color css
<style>
span { border-color: #E39FEA; }
span { border-color: rgb(227,159,234); }
td.TdClassName
{
border-color: #E39FEA;
}
.TagClassName
{
border-color: #E39FEA;
}
</style>