Shades of Plum #E38DDF
Tints of Plum #E38DDF
RGB
CMYK
RGB Variations
Color information
#E38DDF (or 0xE38DDF) is known color: Plum. HEX triplet: E3, 8D and DF. RGB value is (227,141,223). Sum of RGB (Red+Green+Blue) = 227+141+223=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38DDF is #1C7220. Grayscale: #AFAFAF. Windows color (decimal): -1864225 or 14650851. OLE color: 14650851.
HSL color Cylindrical-coordinate representation of color #E38DDF: hue angle of 302.79º 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 #E38DDF is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 223 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.11 |
| HSL | 302.79º | 0.61% | 0.72% | - |
| HSV(B) | 302.79º | 0.38% | 0.89% | - |
| XYZ | 54.52 | 40.71 | 74.8 | - |
| YUV | 176.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 223 | 0 | 0.38 | 0.02 | 0.11 | 302.79 | 0.61 | 0.72 |
| Hex | E3 | 8D | DF | 0 | 26 | 2 | B | 12F | 3D | 48 |
| Octal | 343 | 215 | 337 | 0 | 46 | 2 | 13 | 457 | 75 | 110 |
| Binary | 11100011 | 10001101 | 11011111 | 0 | 100110 | 10 | 1011 | 100101111 | 111101 | 1001000 |
Color Harmonies of #E38DDF
Complementary color
Monochromatic Colors of #E38DDF
Black with #E38DDF
Text Example
Text Example
White with #E38DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38DDF; }
p { color: rgb(227,141,223); }
H1.HeaderClassName
{
color: #E38DDF;
}
.AnyTagClassName
{
color: #E38DDF;
}
</style>
background-color css
<style>
a { background-color: #E38DDF; }
a { background-color: rgb(227,141,223); }
div.DivClassName
{
background-color: #E38DDF;
}
.BgClassName
{
background-color: #E38DDF;
}
</style>
border-color css
<style>
span { border-color: #E38DDF; }
span { border-color: rgb(227,141,223); }
td.TdClassName
{
border-color: #E38DDF;
}
.TagClassName
{
border-color: #E38DDF;
}
</style>