Shades of Plum #E39ED3
Tints of Plum #E39ED3
RGB
CMYK
RGB Variations
Color information
#E39ED3 (or 0xE39ED3) is known color: Plum. HEX triplet: E3, 9E and D3. RGB value is (227,158,211). Sum of RGB (Red+Green+Blue) = 227+158+211=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 227 - color contains mainly: red. Hex color #E39ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39ED3 is #1C612C. Grayscale: #B8B8B8. Windows color (decimal): -1859885 or 13868771. OLE color: 13868771.
HSL color Cylindrical-coordinate representation of color #E39ED3: hue angle of 313.91º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E39ED3 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 158 | 211 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.11 |
| HSL | 313.91º | 0.55% | 0.75% | - |
| HSV(B) | 313.91º | 0.3% | 0.89% | - |
| XYZ | 55.66 | 45.49 | 67.47 | - |
| YUV | 184.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 158 | 211 | 0 | 0.30 | 0.07 | 0.11 | 313.91 | 0.55 | 0.75 |
| Hex | E3 | 9E | D3 | 0 | 1E | 7 | B | 13A | 37 | 4B |
| Octal | 343 | 236 | 323 | 0 | 36 | 7 | 13 | 472 | 67 | 113 |
| Binary | 11100011 | 10011110 | 11010011 | 0 | 11110 | 111 | 1011 | 100111010 | 110111 | 1001011 |
Color Harmonies of #E39ED3
Complementary color
Monochromatic Colors of #E39ED3
Black with #E39ED3
Text Example
Text Example
White with #E39ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39ED3; }
p { color: rgb(227,158,211); }
H1.HeaderClassName
{
color: #E39ED3;
}
.AnyTagClassName
{
color: #E39ED3;
}
</style>
background-color css
<style>
a { background-color: #E39ED3; }
a { background-color: rgb(227,158,211); }
div.DivClassName
{
background-color: #E39ED3;
}
.BgClassName
{
background-color: #E39ED3;
}
</style>
border-color css
<style>
span { border-color: #E39ED3; }
span { border-color: rgb(227,158,211); }
td.TdClassName
{
border-color: #E39ED3;
}
.TagClassName
{
border-color: #E39ED3;
}
</style>