Shades of Plum #E28DDB
Tints of Plum #E28DDB
RGB
CMYK
RGB Variations
Color information
#E28DDB (or 0xE28DDB) is known color: Plum. HEX triplet: E2, 8D and DB. RGB value is (226,141,219). Sum of RGB (Red+Green+Blue) = 226+141+219=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DDB is #1D7224. Grayscale: #AFAFAF. Windows color (decimal): -1929765 or 14388706. OLE color: 14388706.
HSL color Cylindrical-coordinate representation of color #E28DDB: hue angle of 304.94º degrees, saturation: 0.59, 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 #E28DDB is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 219 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.11 |
| HSL | 304.94º | 0.59% | 0.72% | - |
| HSV(B) | 304.94º | 0.38% | 0.89% | - |
| XYZ | 53.68 | 40.33 | 71.97 | - |
| YUV | 175.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 219 | 0 | 0.38 | 0.03 | 0.11 | 304.94 | 0.59 | 0.72 |
| Hex | E2 | 8D | DB | 0 | 26 | 3 | B | 131 | 3B | 48 |
| Octal | 342 | 215 | 333 | 0 | 46 | 3 | 13 | 461 | 73 | 110 |
| Binary | 11100010 | 10001101 | 11011011 | 0 | 100110 | 11 | 1011 | 100110001 | 111011 | 1001000 |
Color Harmonies of #E28DDB
Complementary color
Monochromatic Colors of #E28DDB
Black with #E28DDB
Text Example
Text Example
White with #E28DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DDB; }
p { color: rgb(226,141,219); }
H1.HeaderClassName
{
color: #E28DDB;
}
.AnyTagClassName
{
color: #E28DDB;
}
</style>
background-color css
<style>
a { background-color: #E28DDB; }
a { background-color: rgb(226,141,219); }
div.DivClassName
{
background-color: #E28DDB;
}
.BgClassName
{
background-color: #E28DDB;
}
</style>
border-color css
<style>
span { border-color: #E28DDB; }
span { border-color: rgb(226,141,219); }
td.TdClassName
{
border-color: #E28DDB;
}
.TagClassName
{
border-color: #E28DDB;
}
</style>