Shades of Plum #E28ECE
Tints of Plum #E28ECE
RGB
CMYK
RGB Variations
Color information
#E28ECE (or 0xE28ECE) is known color: Plum. HEX triplet: E2, 8E and CE. RGB value is (226,142,206). Sum of RGB (Red+Green+Blue) = 226+142+206=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ECE is #1D7131. Grayscale: #AEAEAE. Windows color (decimal): -1929522 or 13536994. OLE color: 13536994.
HSL color Cylindrical-coordinate representation of color #E28ECE: hue angle of 314.29º 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 #E28ECE is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 206 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.11 |
| HSL | 314.29º | 0.59% | 0.72% | - |
| HSV(B) | 314.29º | 0.37% | 0.89% | - |
| XYZ | 52.18 | 39.97 | 63.36 | - |
| YUV | 174.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 206 | 0 | 0.37 | 0.09 | 0.11 | 314.29 | 0.59 | 0.72 |
| Hex | E2 | 8E | CE | 0 | 25 | 9 | B | 13A | 3B | 48 |
| Octal | 342 | 216 | 316 | 0 | 45 | 11 | 13 | 472 | 73 | 110 |
| Binary | 11100010 | 10001110 | 11001110 | 0 | 100101 | 1001 | 1011 | 100111010 | 111011 | 1001000 |
Color Harmonies of #E28ECE
Complementary color
Monochromatic Colors of #E28ECE
Black with #E28ECE
Text Example
Text Example
White with #E28ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28ECE; }
p { color: rgb(226,142,206); }
H1.HeaderClassName
{
color: #E28ECE;
}
.AnyTagClassName
{
color: #E28ECE;
}
</style>
background-color css
<style>
a { background-color: #E28ECE; }
a { background-color: rgb(226,142,206); }
div.DivClassName
{
background-color: #E28ECE;
}
.BgClassName
{
background-color: #E28ECE;
}
</style>
border-color css
<style>
span { border-color: #E28ECE; }
span { border-color: rgb(226,142,206); }
td.TdClassName
{
border-color: #E28ECE;
}
.TagClassName
{
border-color: #E28ECE;
}
</style>