Shades of Plum #E28DDD
Tints of Plum #E28DDD
RGB
CMYK
RGB Variations
Color information
#E28DDD (or 0xE28DDD) is known color: Plum. HEX triplet: E2, 8D and DD. RGB value is (226,141,221). Sum of RGB (Red+Green+Blue) = 226+141+221=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DDD is #1D7222. Grayscale: #AFAFAF. Windows color (decimal): -1929763 or 14519778. OLE color: 14519778.
HSL color Cylindrical-coordinate representation of color #E28DDD: hue angle of 303.53º 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 #E28DDD is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 221 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.11 |
| HSL | 303.53º | 0.59% | 0.72% | - |
| HSV(B) | 303.53º | 0.38% | 0.89% | - |
| XYZ | 53.94 | 40.44 | 73.37 | - |
| YUV | 175.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 221 | 0 | 0.38 | 0.02 | 0.11 | 303.53 | 0.59 | 0.72 |
| Hex | E2 | 8D | DD | 0 | 26 | 2 | B | 130 | 3B | 48 |
| Octal | 342 | 215 | 335 | 0 | 46 | 2 | 13 | 460 | 73 | 110 |
| Binary | 11100010 | 10001101 | 11011101 | 0 | 100110 | 10 | 1011 | 100110000 | 111011 | 1001000 |
Color Harmonies of #E28DDD
Complementary color
Monochromatic Colors of #E28DDD
Black with #E28DDD
Text Example
Text Example
White with #E28DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DDD; }
p { color: rgb(226,141,221); }
H1.HeaderClassName
{
color: #E28DDD;
}
.AnyTagClassName
{
color: #E28DDD;
}
</style>
background-color css
<style>
a { background-color: #E28DDD; }
a { background-color: rgb(226,141,221); }
div.DivClassName
{
background-color: #E28DDD;
}
.BgClassName
{
background-color: #E28DDD;
}
</style>
border-color css
<style>
span { border-color: #E28DDD; }
span { border-color: rgb(226,141,221); }
td.TdClassName
{
border-color: #E28DDD;
}
.TagClassName
{
border-color: #E28DDD;
}
</style>