Shades of Plum #E39BDF
Tints of Plum #E39BDF
RGB
CMYK
RGB Variations
Color information
#E39BDF (or 0xE39BDF) is known color: Plum. HEX triplet: E3, 9B and DF. RGB value is (227,155,223). Sum of RGB (Red+Green+Blue) = 227+155+223=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39BDF is #1C6420. Grayscale: #B8B8B8. Windows color (decimal): -1860641 or 14654435. OLE color: 14654435.
HSL color Cylindrical-coordinate representation of color #E39BDF: hue angle of 303.33º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E39BDF is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 155 | 223 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.11 |
| HSL | 303.33º | 0.56% | 0.75% | - |
| HSV(B) | 303.33º | 0.32% | 0.89% | - |
| XYZ | 56.72 | 45.1 | 75.53 | - |
| YUV | 184.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 155 | 223 | 0 | 0.32 | 0.02 | 0.11 | 303.33 | 0.56 | 0.75 |
| Hex | E3 | 9B | DF | 0 | 20 | 2 | B | 12F | 38 | 4B |
| Octal | 343 | 233 | 337 | 0 | 40 | 2 | 13 | 457 | 70 | 113 |
| Binary | 11100011 | 10011011 | 11011111 | 0 | 100000 | 10 | 1011 | 100101111 | 111000 | 1001011 |
Color Harmonies of #E39BDF
Complementary color
Monochromatic Colors of #E39BDF
Black with #E39BDF
Text Example
Text Example
White with #E39BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39BDF; }
p { color: rgb(227,155,223); }
H1.HeaderClassName
{
color: #E39BDF;
}
.AnyTagClassName
{
color: #E39BDF;
}
</style>
background-color css
<style>
a { background-color: #E39BDF; }
a { background-color: rgb(227,155,223); }
div.DivClassName
{
background-color: #E39BDF;
}
.BgClassName
{
background-color: #E39BDF;
}
</style>
border-color css
<style>
span { border-color: #E39BDF; }
span { border-color: rgb(227,155,223); }
td.TdClassName
{
border-color: #E39BDF;
}
.TagClassName
{
border-color: #E39BDF;
}
</style>