Shades of Plum #E39BD0
Tints of Plum #E39BD0
RGB
CMYK
RGB Variations
Color information
#E39BD0 (or 0xE39BD0) is known color: Plum. HEX triplet: E3, 9B and D0. RGB value is (227,155,208). Sum of RGB (Red+Green+Blue) = 227+155+208=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39BD0 is #1C642F. Grayscale: #B6B6B6. Windows color (decimal): -1860656 or 13671395. OLE color: 13671395.
HSL color Cylindrical-coordinate representation of color #E39BD0: hue angle of 315.83º 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 #E39BD0 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 155 | 208 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.11 |
| HSL | 315.83º | 0.56% | 0.75% | - |
| HSV(B) | 315.83º | 0.32% | 0.89% | - |
| XYZ | 54.79 | 44.33 | 65.34 | - |
| YUV | 182.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 155 | 208 | 0 | 0.32 | 0.08 | 0.11 | 315.83 | 0.56 | 0.75 |
| Hex | E3 | 9B | D0 | 0 | 20 | 8 | B | 13C | 38 | 4B |
| Octal | 343 | 233 | 320 | 0 | 40 | 10 | 13 | 474 | 70 | 113 |
| Binary | 11100011 | 10011011 | 11010000 | 0 | 100000 | 1000 | 1011 | 100111100 | 111000 | 1001011 |
Color Harmonies of #E39BD0
Complementary color
Monochromatic Colors of #E39BD0
Black with #E39BD0
Text Example
Text Example
White with #E39BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39BD0; }
p { color: rgb(227,155,208); }
H1.HeaderClassName
{
color: #E39BD0;
}
.AnyTagClassName
{
color: #E39BD0;
}
</style>
background-color css
<style>
a { background-color: #E39BD0; }
a { background-color: rgb(227,155,208); }
div.DivClassName
{
background-color: #E39BD0;
}
.BgClassName
{
background-color: #E39BD0;
}
</style>
border-color css
<style>
span { border-color: #E39BD0; }
span { border-color: rgb(227,155,208); }
td.TdClassName
{
border-color: #E39BD0;
}
.TagClassName
{
border-color: #E39BD0;
}
</style>