Shades of Plum #E18DDB
Tints of Plum #E18DDB
RGB
CMYK
RGB Variations
Color information
#E18DDB (or 0xE18DDB) is known color: Plum. HEX triplet: E1, 8D and DB. RGB value is (225,141,219). Sum of RGB (Red+Green+Blue) = 225+141+219=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DDB is #1E7224. Grayscale: #AEAEAE. Windows color (decimal): -1995301 or 14388705. OLE color: 14388705.
HSL color Cylindrical-coordinate representation of color #E18DDB: hue angle of 304.29º 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 #E18DDB is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 219 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.12 |
| HSL | 304.29º | 0.58% | 0.72% | - |
| HSV(B) | 304.29º | 0.37% | 0.88% | - |
| XYZ | 53.36 | 40.17 | 71.96 | - |
| YUV | 175.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 219 | 0 | 0.37 | 0.03 | 0.12 | 304.29 | 0.58 | 0.72 |
| Hex | E1 | 8D | DB | 0 | 25 | 3 | C | 130 | 3A | 48 |
| Octal | 341 | 215 | 333 | 0 | 45 | 3 | 14 | 460 | 72 | 110 |
| Binary | 11100001 | 10001101 | 11011011 | 0 | 100101 | 11 | 1100 | 100110000 | 111010 | 1001000 |
Color Harmonies of #E18DDB
Complementary color
Monochromatic Colors of #E18DDB
Black with #E18DDB
Text Example
Text Example
White with #E18DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18DDB; }
p { color: rgb(225,141,219); }
H1.HeaderClassName
{
color: #E18DDB;
}
.AnyTagClassName
{
color: #E18DDB;
}
</style>
background-color css
<style>
a { background-color: #E18DDB; }
a { background-color: rgb(225,141,219); }
div.DivClassName
{
background-color: #E18DDB;
}
.BgClassName
{
background-color: #E18DDB;
}
</style>
border-color css
<style>
span { border-color: #E18DDB; }
span { border-color: rgb(225,141,219); }
td.TdClassName
{
border-color: #E18DDB;
}
.TagClassName
{
border-color: #E18DDB;
}
</style>