Shades of Plum #E39ED2
Tints of Plum #E39ED2
RGB
CMYK
RGB Variations
Color information
#E39ED2 (or 0xE39ED2) is known color: Plum. HEX triplet: E3, 9E and D2. RGB value is (227,158,210). Sum of RGB (Red+Green+Blue) = 227+158+210=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 227 - color contains mainly: red. Hex color #E39ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39ED2 is #1C612D. Grayscale: #B8B8B8. Windows color (decimal): -1859886 or 13803235. OLE color: 13803235.
HSL color Cylindrical-coordinate representation of color #E39ED2: hue angle of 314.78º 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 #E39ED2 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 158 | 210 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.11 |
| HSL | 314.78º | 0.55% | 0.75% | - |
| HSV(B) | 314.78º | 0.3% | 0.89% | - |
| XYZ | 55.54 | 45.44 | 66.82 | - |
| YUV | 184.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 158 | 210 | 0 | 0.30 | 0.07 | 0.11 | 314.78 | 0.55 | 0.75 |
| Hex | E3 | 9E | D2 | 0 | 1E | 7 | B | 13B | 37 | 4B |
| Octal | 343 | 236 | 322 | 0 | 36 | 7 | 13 | 473 | 67 | 113 |
| Binary | 11100011 | 10011110 | 11010010 | 0 | 11110 | 111 | 1011 | 100111011 | 110111 | 1001011 |
Color Harmonies of #E39ED2
Complementary color
Monochromatic Colors of #E39ED2
Black with #E39ED2
Text Example
Text Example
White with #E39ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39ED2; }
p { color: rgb(227,158,210); }
H1.HeaderClassName
{
color: #E39ED2;
}
.AnyTagClassName
{
color: #E39ED2;
}
</style>
background-color css
<style>
a { background-color: #E39ED2; }
a { background-color: rgb(227,158,210); }
div.DivClassName
{
background-color: #E39ED2;
}
.BgClassName
{
background-color: #E39ED2;
}
</style>
border-color css
<style>
span { border-color: #E39ED2; }
span { border-color: rgb(227,158,210); }
td.TdClassName
{
border-color: #E39ED2;
}
.TagClassName
{
border-color: #E39ED2;
}
</style>