Shades of Plum #E28DDA
Tints of Plum #E28DDA
RGB
CMYK
RGB Variations
Color information
#E28DDA (or 0xE28DDA) is known color: Plum. HEX triplet: E2, 8D and DA. RGB value is (226,141,218). Sum of RGB (Red+Green+Blue) = 226+141+218=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DDA is #1D7225. Grayscale: #AEAEAE. Windows color (decimal): -1929766 or 14323170. OLE color: 14323170.
HSL color Cylindrical-coordinate representation of color #E28DDA: hue angle of 305.65º 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 #E28DDA is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 218 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.11 |
| HSL | 305.65º | 0.59% | 0.72% | - |
| HSV(B) | 305.65º | 0.38% | 0.89% | - |
| XYZ | 53.54 | 40.28 | 71.28 | - |
| YUV | 175.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 218 | 0 | 0.38 | 0.04 | 0.11 | 305.65 | 0.59 | 0.72 |
| Hex | E2 | 8D | DA | 0 | 26 | 4 | B | 132 | 3B | 48 |
| Octal | 342 | 215 | 332 | 0 | 46 | 4 | 13 | 462 | 73 | 110 |
| Binary | 11100010 | 10001101 | 11011010 | 0 | 100110 | 100 | 1011 | 100110010 | 111011 | 1001000 |
Color Harmonies of #E28DDA
Complementary color
Monochromatic Colors of #E28DDA
Black with #E28DDA
Text Example
Text Example
White with #E28DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DDA; }
p { color: rgb(226,141,218); }
H1.HeaderClassName
{
color: #E28DDA;
}
.AnyTagClassName
{
color: #E28DDA;
}
</style>
background-color css
<style>
a { background-color: #E28DDA; }
a { background-color: rgb(226,141,218); }
div.DivClassName
{
background-color: #E28DDA;
}
.BgClassName
{
background-color: #E28DDA;
}
</style>
border-color css
<style>
span { border-color: #E28DDA; }
span { border-color: rgb(226,141,218); }
td.TdClassName
{
border-color: #E28DDA;
}
.TagClassName
{
border-color: #E28DDA;
}
</style>