Shades of Plum #E28BDE
Tints of Plum #E28BDE
RGB
CMYK
RGB Variations
Color information
#E28BDE (or 0xE28BDE) is known color: Plum. HEX triplet: E2, 8B and DE. RGB value is (226,139,222). Sum of RGB (Red+Green+Blue) = 226+139+222=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28BDE is #1D7421. Grayscale: #AEAEAE. Windows color (decimal): -1930274 or 14584802. OLE color: 14584802.
HSL color Cylindrical-coordinate representation of color #E28BDE: hue angle of 302.76º 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 #E28BDE is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 139 | 222 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.11 |
| HSL | 302.76º | 0.6% | 0.72% | - |
| HSV(B) | 302.76º | 0.38% | 0.89% | - |
| XYZ | 53.78 | 39.91 | 73.98 | - |
| YUV | 174.48 | 154.82 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 222 | 0 | 0.38 | 0.02 | 0.11 | 302.76 | 0.6 | 0.72 |
| Hex | E2 | 8B | DE | 0 | 26 | 2 | B | 12F | 3C | 48 |
| Octal | 342 | 213 | 336 | 0 | 46 | 2 | 13 | 457 | 74 | 110 |
| Binary | 11100010 | 10001011 | 11011110 | 0 | 100110 | 10 | 1011 | 100101111 | 111100 | 1001000 |
Color Harmonies of #E28BDE
Complementary color
Monochromatic Colors of #E28BDE
Black with #E28BDE
Text Example
Text Example
White with #E28BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28BDE; }
p { color: rgb(226,139,222); }
H1.HeaderClassName
{
color: #E28BDE;
}
.AnyTagClassName
{
color: #E28BDE;
}
</style>
background-color css
<style>
a { background-color: #E28BDE; }
a { background-color: rgb(226,139,222); }
div.DivClassName
{
background-color: #E28BDE;
}
.BgClassName
{
background-color: #E28BDE;
}
</style>
border-color css
<style>
span { border-color: #E28BDE; }
span { border-color: rgb(226,139,222); }
td.TdClassName
{
border-color: #E28BDE;
}
.TagClassName
{
border-color: #E28BDE;
}
</style>