Shades of Plum #E39DD2
Tints of Plum #E39DD2
RGB
CMYK
RGB Variations
Color information
#E39DD2 (or 0xE39DD2) is known color: Plum. HEX triplet: E3, 9D and D2. RGB value is (227,157,210). Sum of RGB (Red+Green+Blue) = 227+157+210=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 227 - color contains mainly: red. Hex color #E39DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39DD2 is #1C622D. Grayscale: #B7B7B7. Windows color (decimal): -1860142 or 13802979. OLE color: 13802979.
HSL color Cylindrical-coordinate representation of color #E39DD2: hue angle of 314.57º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E39DD2 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 157 | 210 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.11 |
| HSL | 314.57º | 0.56% | 0.75% | - |
| HSV(B) | 314.57º | 0.31% | 0.89% | - |
| XYZ | 55.37 | 45.1 | 66.76 | - |
| YUV | 183.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 157 | 210 | 0 | 0.31 | 0.07 | 0.11 | 314.57 | 0.56 | 0.75 |
| Hex | E3 | 9D | D2 | 0 | 1F | 7 | B | 13B | 38 | 4B |
| Octal | 343 | 235 | 322 | 0 | 37 | 7 | 13 | 473 | 70 | 113 |
| Binary | 11100011 | 10011101 | 11010010 | 0 | 11111 | 111 | 1011 | 100111011 | 111000 | 1001011 |
Color Harmonies of #E39DD2
Complementary color
Monochromatic Colors of #E39DD2
Black with #E39DD2
Text Example
Text Example
White with #E39DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39DD2; }
p { color: rgb(227,157,210); }
H1.HeaderClassName
{
color: #E39DD2;
}
.AnyTagClassName
{
color: #E39DD2;
}
</style>
background-color css
<style>
a { background-color: #E39DD2; }
a { background-color: rgb(227,157,210); }
div.DivClassName
{
background-color: #E39DD2;
}
.BgClassName
{
background-color: #E39DD2;
}
</style>
border-color css
<style>
span { border-color: #E39DD2; }
span { border-color: rgb(227,157,210); }
td.TdClassName
{
border-color: #E39DD2;
}
.TagClassName
{
border-color: #E39DD2;
}
</style>