Shades of Plum #E18DDF
Tints of Plum #E18DDF
RGB
CMYK
RGB Variations
Color information
#E18DDF (or 0xE18DDF) is known color: Plum. HEX triplet: E1, 8D and DF. RGB value is (225,141,223). Sum of RGB (Red+Green+Blue) = 225+141+223=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DDF is #1E7220. Grayscale: #AFAFAF. Windows color (decimal): -1995297 or 14650849. OLE color: 14650849.
HSL color Cylindrical-coordinate representation of color #E18DDF: hue angle of 301.43º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18DDF is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 223 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.12 |
| HSL | 301.43º | 0.58% | 0.72% | - |
| HSV(B) | 301.43º | 0.37% | 0.88% | - |
| XYZ | 53.9 | 40.39 | 74.77 | - |
| YUV | 175.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 223 | 0 | 0.37 | 0.01 | 0.12 | 301.43 | 0.58 | 0.72 |
| Hex | E1 | 8D | DF | 0 | 25 | 1 | C | 12D | 3A | 48 |
| Octal | 341 | 215 | 337 | 0 | 45 | 1 | 14 | 455 | 72 | 110 |
| Binary | 11100001 | 10001101 | 11011111 | 0 | 100101 | 1 | 1100 | 100101101 | 111010 | 1001000 |
Color Harmonies of #E18DDF
Complementary color
Monochromatic Colors of #E18DDF
Black with #E18DDF
Text Example
Text Example
White with #E18DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18DDF; }
p { color: rgb(225,141,223); }
H1.HeaderClassName
{
color: #E18DDF;
}
.AnyTagClassName
{
color: #E18DDF;
}
</style>
background-color css
<style>
a { background-color: #E18DDF; }
a { background-color: rgb(225,141,223); }
div.DivClassName
{
background-color: #E18DDF;
}
.BgClassName
{
background-color: #E18DDF;
}
</style>
border-color css
<style>
span { border-color: #E18DDF; }
span { border-color: rgb(225,141,223); }
td.TdClassName
{
border-color: #E18DDF;
}
.TagClassName
{
border-color: #E18DDF;
}
</style>