Shades of Plum #E28DCE
Tints of Plum #E28DCE
RGB
CMYK
RGB Variations
Color information
#E28DCE (or 0xE28DCE) is known color: Plum. HEX triplet: E2, 8D and CE. RGB value is (226,141,206). Sum of RGB (Red+Green+Blue) = 226+141+206=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DCE is #1D7231. Grayscale: #ADADAD. Windows color (decimal): -1929778 or 13536738. OLE color: 13536738.
HSL color Cylindrical-coordinate representation of color #E28DCE: hue angle of 314.12º 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 #E28DCE is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 206 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.11 |
| HSL | 314.12º | 0.59% | 0.72% | - |
| HSV(B) | 314.12º | 0.38% | 0.89% | - |
| XYZ | 52.03 | 39.67 | 63.31 | - |
| YUV | 173.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 206 | 0 | 0.38 | 0.09 | 0.11 | 314.12 | 0.59 | 0.72 |
| Hex | E2 | 8D | CE | 0 | 26 | 9 | B | 13A | 3B | 48 |
| Octal | 342 | 215 | 316 | 0 | 46 | 11 | 13 | 472 | 73 | 110 |
| Binary | 11100010 | 10001101 | 11001110 | 0 | 100110 | 1001 | 1011 | 100111010 | 111011 | 1001000 |
Color Harmonies of #E28DCE
Complementary color
Monochromatic Colors of #E28DCE
Black with #E28DCE
Text Example
Text Example
White with #E28DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DCE; }
p { color: rgb(226,141,206); }
H1.HeaderClassName
{
color: #E28DCE;
}
.AnyTagClassName
{
color: #E28DCE;
}
</style>
background-color css
<style>
a { background-color: #E28DCE; }
a { background-color: rgb(226,141,206); }
div.DivClassName
{
background-color: #E28DCE;
}
.BgClassName
{
background-color: #E28DCE;
}
</style>
border-color css
<style>
span { border-color: #E28DCE; }
span { border-color: rgb(226,141,206); }
td.TdClassName
{
border-color: #E28DCE;
}
.TagClassName
{
border-color: #E28DCE;
}
</style>