Shades of Plum #E28BDB
Tints of Plum #E28BDB
RGB
CMYK
RGB Variations
Color information
#E28BDB (or 0xE28BDB) is known color: Plum. HEX triplet: E2, 8B and DB. RGB value is (226,139,219). Sum of RGB (Red+Green+Blue) = 226+139+219=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28BDB is #1D7424. Grayscale: #ADADAD. Windows color (decimal): -1930277 or 14388194. OLE color: 14388194.
HSL color Cylindrical-coordinate representation of color #E28BDB: hue angle of 304.83º degrees, saturation: 0.6, 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 #E28BDB is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 139 | 219 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.11 |
| HSL | 304.83º | 0.6% | 0.72% | - |
| HSV(B) | 304.83º | 0.38% | 0.89% | - |
| XYZ | 53.38 | 39.75 | 71.88 | - |
| YUV | 174.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 219 | 0 | 0.38 | 0.03 | 0.11 | 304.83 | 0.6 | 0.72 |
| Hex | E2 | 8B | DB | 0 | 26 | 3 | B | 131 | 3C | 48 |
| Octal | 342 | 213 | 333 | 0 | 46 | 3 | 13 | 461 | 74 | 110 |
| Binary | 11100010 | 10001011 | 11011011 | 0 | 100110 | 11 | 1011 | 100110001 | 111100 | 1001000 |
Color Harmonies of #E28BDB
Complementary color
Monochromatic Colors of #E28BDB
Black with #E28BDB
Text Example
Text Example
White with #E28BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28BDB; }
p { color: rgb(226,139,219); }
H1.HeaderClassName
{
color: #E28BDB;
}
.AnyTagClassName
{
color: #E28BDB;
}
</style>
background-color css
<style>
a { background-color: #E28BDB; }
a { background-color: rgb(226,139,219); }
div.DivClassName
{
background-color: #E28BDB;
}
.BgClassName
{
background-color: #E28BDB;
}
</style>
border-color css
<style>
span { border-color: #E28BDB; }
span { border-color: rgb(226,139,219); }
td.TdClassName
{
border-color: #E28BDB;
}
.TagClassName
{
border-color: #E28BDB;
}
</style>