Shades of Plum #E28BD6
Tints of Plum #E28BD6
RGB
CMYK
RGB Variations
Color information
#E28BD6 (or 0xE28BD6) is known color: Plum. HEX triplet: E2, 8B and D6. RGB value is (226,139,214). Sum of RGB (Red+Green+Blue) = 226+139+214=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28BD6 is #1D7429. Grayscale: #ADADAD. Windows color (decimal): -1930282 or 14060514. OLE color: 14060514.
HSL color Cylindrical-coordinate representation of color #E28BD6: hue angle of 308.28º 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 #E28BD6 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 139 | 214 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.11 |
| HSL | 308.28º | 0.6% | 0.72% | - |
| HSV(B) | 308.28º | 0.38% | 0.89% | - |
| XYZ | 52.73 | 39.49 | 68.46 | - |
| YUV | 173.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 214 | 0 | 0.38 | 0.05 | 0.11 | 308.28 | 0.6 | 0.72 |
| Hex | E2 | 8B | D6 | 0 | 26 | 5 | B | 134 | 3C | 48 |
| Octal | 342 | 213 | 326 | 0 | 46 | 5 | 13 | 464 | 74 | 110 |
| Binary | 11100010 | 10001011 | 11010110 | 0 | 100110 | 101 | 1011 | 100110100 | 111100 | 1001000 |
Color Harmonies of #E28BD6
Complementary color
Monochromatic Colors of #E28BD6
Black with #E28BD6
Text Example
Text Example
White with #E28BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28BD6; }
p { color: rgb(226,139,214); }
H1.HeaderClassName
{
color: #E28BD6;
}
.AnyTagClassName
{
color: #E28BD6;
}
</style>
background-color css
<style>
a { background-color: #E28BD6; }
a { background-color: rgb(226,139,214); }
div.DivClassName
{
background-color: #E28BD6;
}
.BgClassName
{
background-color: #E28BD6;
}
</style>
border-color css
<style>
span { border-color: #E28BD6; }
span { border-color: rgb(226,139,214); }
td.TdClassName
{
border-color: #E28BD6;
}
.TagClassName
{
border-color: #E28BD6;
}
</style>