Shades of Plum #E28DD4
Tints of Plum #E28DD4
RGB
CMYK
RGB Variations
Color information
#E28DD4 (or 0xE28DD4) is known color: Plum. HEX triplet: E2, 8D and D4. RGB value is (226,141,212). Sum of RGB (Red+Green+Blue) = 226+141+212=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DD4 is #1D722B. Grayscale: #AEAEAE. Windows color (decimal): -1929772 or 13929954. OLE color: 13929954.
HSL color Cylindrical-coordinate representation of color #E28DD4: hue angle of 309.88º 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 #E28DD4 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 212 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.11 |
| HSL | 309.88º | 0.59% | 0.72% | - |
| HSV(B) | 309.88º | 0.38% | 0.89% | - |
| XYZ | 52.77 | 39.97 | 67.22 | - |
| YUV | 174.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 212 | 0 | 0.38 | 0.06 | 0.11 | 309.88 | 0.59 | 0.72 |
| Hex | E2 | 8D | D4 | 0 | 26 | 6 | B | 136 | 3B | 48 |
| Octal | 342 | 215 | 324 | 0 | 46 | 6 | 13 | 466 | 73 | 110 |
| Binary | 11100010 | 10001101 | 11010100 | 0 | 100110 | 110 | 1011 | 100110110 | 111011 | 1001000 |
Color Harmonies of #E28DD4
Complementary color
Monochromatic Colors of #E28DD4
Black with #E28DD4
Text Example
Text Example
White with #E28DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DD4; }
p { color: rgb(226,141,212); }
H1.HeaderClassName
{
color: #E28DD4;
}
.AnyTagClassName
{
color: #E28DD4;
}
</style>
background-color css
<style>
a { background-color: #E28DD4; }
a { background-color: rgb(226,141,212); }
div.DivClassName
{
background-color: #E28DD4;
}
.BgClassName
{
background-color: #E28DD4;
}
</style>
border-color css
<style>
span { border-color: #E28DD4; }
span { border-color: rgb(226,141,212); }
td.TdClassName
{
border-color: #E28DD4;
}
.TagClassName
{
border-color: #E28DD4;
}
</style>