Shades of Plum #E38DD0
Tints of Plum #E38DD0
RGB
CMYK
RGB Variations
Color information
#E38DD0 (or 0xE38DD0) is known color: Plum. HEX triplet: E3, 8D and D0. RGB value is (227,141,208). Sum of RGB (Red+Green+Blue) = 227+141+208=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38DD0 is #1C722F. Grayscale: #AEAEAE. Windows color (decimal): -1864240 or 13667811. OLE color: 13667811.
HSL color Cylindrical-coordinate representation of color #E38DD0: hue angle of 313.26º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E38DD0 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 208 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.11 |
| HSL | 313.26º | 0.61% | 0.72% | - |
| HSV(B) | 313.26º | 0.38% | 0.89% | - |
| XYZ | 52.59 | 39.93 | 64.61 | - |
| YUV | 174.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 208 | 0 | 0.38 | 0.08 | 0.11 | 313.26 | 0.61 | 0.72 |
| Hex | E3 | 8D | D0 | 0 | 26 | 8 | B | 139 | 3D | 48 |
| Octal | 343 | 215 | 320 | 0 | 46 | 10 | 13 | 471 | 75 | 110 |
| Binary | 11100011 | 10001101 | 11010000 | 0 | 100110 | 1000 | 1011 | 100111001 | 111101 | 1001000 |
Color Harmonies of #E38DD0
Complementary color
Monochromatic Colors of #E38DD0
Black with #E38DD0
Text Example
Text Example
White with #E38DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38DD0; }
p { color: rgb(227,141,208); }
H1.HeaderClassName
{
color: #E38DD0;
}
.AnyTagClassName
{
color: #E38DD0;
}
</style>
background-color css
<style>
a { background-color: #E38DD0; }
a { background-color: rgb(227,141,208); }
div.DivClassName
{
background-color: #E38DD0;
}
.BgClassName
{
background-color: #E38DD0;
}
</style>
border-color css
<style>
span { border-color: #E38DD0; }
span { border-color: rgb(227,141,208); }
td.TdClassName
{
border-color: #E38DD0;
}
.TagClassName
{
border-color: #E38DD0;
}
</style>