Shades of Plum #E28CCE
Tints of Plum #E28CCE
RGB
CMYK
RGB Variations
Color information
#E28CCE (or 0xE28CCE) is known color: Plum. HEX triplet: E2, 8C and CE. RGB value is (226,140,206). Sum of RGB (Red+Green+Blue) = 226+140+206=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28CCE is #1D7331. Grayscale: #ADADAD. Windows color (decimal): -1930034 or 13536482. OLE color: 13536482.
HSL color Cylindrical-coordinate representation of color #E28CCE: hue angle of 313.95º 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 #E28CCE is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 206 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.11 |
| HSL | 313.95º | 0.6% | 0.72% | - |
| HSV(B) | 313.95º | 0.38% | 0.89% | - |
| XYZ | 51.88 | 39.38 | 63.26 | - |
| YUV | 173.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 206 | 0 | 0.38 | 0.09 | 0.11 | 313.95 | 0.6 | 0.72 |
| Hex | E2 | 8C | CE | 0 | 26 | 9 | B | 13A | 3C | 48 |
| Octal | 342 | 214 | 316 | 0 | 46 | 11 | 13 | 472 | 74 | 110 |
| Binary | 11100010 | 10001100 | 11001110 | 0 | 100110 | 1001 | 1011 | 100111010 | 111100 | 1001000 |
Color Harmonies of #E28CCE
Complementary color
Monochromatic Colors of #E28CCE
Black with #E28CCE
Text Example
Text Example
White with #E28CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CCE; }
p { color: rgb(226,140,206); }
H1.HeaderClassName
{
color: #E28CCE;
}
.AnyTagClassName
{
color: #E28CCE;
}
</style>
background-color css
<style>
a { background-color: #E28CCE; }
a { background-color: rgb(226,140,206); }
div.DivClassName
{
background-color: #E28CCE;
}
.BgClassName
{
background-color: #E28CCE;
}
</style>
border-color css
<style>
span { border-color: #E28CCE; }
span { border-color: rgb(226,140,206); }
td.TdClassName
{
border-color: #E28CCE;
}
.TagClassName
{
border-color: #E28CCE;
}
</style>