Shades of Plum #E28ED7
Tints of Plum #E28ED7
RGB
CMYK
RGB Variations
Color information
#E28ED7 (or 0xE28ED7) is known color: Plum. HEX triplet: E2, 8E and D7. RGB value is (226,142,215). Sum of RGB (Red+Green+Blue) = 226+142+215=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ED7 is #1D7128. Grayscale: #AFAFAF. Windows color (decimal): -1929513 or 14126818. OLE color: 14126818.
HSL color Cylindrical-coordinate representation of color #E28ED7: hue angle of 307.86º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E28ED7 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 215 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.11 |
| HSL | 307.86º | 0.59% | 0.72% | - |
| HSV(B) | 307.86º | 0.37% | 0.89% | - |
| XYZ | 53.3 | 40.42 | 69.28 | - |
| YUV | 175.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 215 | 0 | 0.37 | 0.05 | 0.11 | 307.86 | 0.59 | 0.72 |
| Hex | E2 | 8E | D7 | 0 | 25 | 5 | B | 134 | 3B | 48 |
| Octal | 342 | 216 | 327 | 0 | 45 | 5 | 13 | 464 | 73 | 110 |
| Binary | 11100010 | 10001110 | 11010111 | 0 | 100101 | 101 | 1011 | 100110100 | 111011 | 1001000 |
Color Harmonies of #E28ED7
Complementary color
Monochromatic Colors of #E28ED7
Black with #E28ED7
Text Example
Text Example
White with #E28ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28ED7; }
p { color: rgb(226,142,215); }
H1.HeaderClassName
{
color: #E28ED7;
}
.AnyTagClassName
{
color: #E28ED7;
}
</style>
background-color css
<style>
a { background-color: #E28ED7; }
a { background-color: rgb(226,142,215); }
div.DivClassName
{
background-color: #E28ED7;
}
.BgClassName
{
background-color: #E28ED7;
}
</style>
border-color css
<style>
span { border-color: #E28ED7; }
span { border-color: rgb(226,142,215); }
td.TdClassName
{
border-color: #E28ED7;
}
.TagClassName
{
border-color: #E28ED7;
}
</style>