Shades of Plum #E28CDF
Tints of Plum #E28CDF
RGB
CMYK
RGB Variations
Color information
#E28CDF (or 0xE28CDF) is known color: Plum. HEX triplet: E2, 8C and DF. RGB value is (226,140,223). Sum of RGB (Red+Green+Blue) = 226+140+223=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28CDF is #1D7320. Grayscale: #AEAEAE. Windows color (decimal): -1930017 or 14650594. OLE color: 14650594.
HSL color Cylindrical-coordinate representation of color #E28CDF: hue angle of 302.09º 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 #E28CDF is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 223 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.11 |
| HSL | 302.09º | 0.6% | 0.72% | - |
| HSV(B) | 302.09º | 0.38% | 0.89% | - |
| XYZ | 54.06 | 40.25 | 74.73 | - |
| YUV | 175.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 223 | 0 | 0.38 | 0.01 | 0.11 | 302.09 | 0.6 | 0.72 |
| Hex | E2 | 8C | DF | 0 | 26 | 1 | B | 12E | 3C | 48 |
| Octal | 342 | 214 | 337 | 0 | 46 | 1 | 13 | 456 | 74 | 110 |
| Binary | 11100010 | 10001100 | 11011111 | 0 | 100110 | 1 | 1011 | 100101110 | 111100 | 1001000 |
Color Harmonies of #E28CDF
Complementary color
Monochromatic Colors of #E28CDF
Black with #E28CDF
Text Example
Text Example
White with #E28CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CDF; }
p { color: rgb(226,140,223); }
H1.HeaderClassName
{
color: #E28CDF;
}
.AnyTagClassName
{
color: #E28CDF;
}
</style>
background-color css
<style>
a { background-color: #E28CDF; }
a { background-color: rgb(226,140,223); }
div.DivClassName
{
background-color: #E28CDF;
}
.BgClassName
{
background-color: #E28CDF;
}
</style>
border-color css
<style>
span { border-color: #E28CDF; }
span { border-color: rgb(226,140,223); }
td.TdClassName
{
border-color: #E28CDF;
}
.TagClassName
{
border-color: #E28CDF;
}
</style>