Shades of Plum #E28CDC
Tints of Plum #E28CDC
RGB
CMYK
RGB Variations
Color information
#E28CDC (or 0xE28CDC) is known color: Plum. HEX triplet: E2, 8C and DC. RGB value is (226,140,220). Sum of RGB (Red+Green+Blue) = 226+140+220=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28CDC is #1D7323. Grayscale: #AEAEAE. Windows color (decimal): -1930020 or 14453986. OLE color: 14453986.
HSL color Cylindrical-coordinate representation of color #E28CDC: hue angle of 304.19º 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 #E28CDC is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 220 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.11 |
| HSL | 304.19º | 0.6% | 0.72% | - |
| HSV(B) | 304.19º | 0.38% | 0.89% | - |
| XYZ | 53.66 | 40.09 | 72.62 | - |
| YUV | 174.83 | 153.49 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 220 | 0 | 0.38 | 0.03 | 0.11 | 304.19 | 0.6 | 0.72 |
| Hex | E2 | 8C | DC | 0 | 26 | 3 | B | 130 | 3C | 48 |
| Octal | 342 | 214 | 334 | 0 | 46 | 3 | 13 | 460 | 74 | 110 |
| Binary | 11100010 | 10001100 | 11011100 | 0 | 100110 | 11 | 1011 | 100110000 | 111100 | 1001000 |
Color Harmonies of #E28CDC
Complementary color
Monochromatic Colors of #E28CDC
Black with #E28CDC
Text Example
Text Example
White with #E28CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CDC; }
p { color: rgb(226,140,220); }
H1.HeaderClassName
{
color: #E28CDC;
}
.AnyTagClassName
{
color: #E28CDC;
}
</style>
background-color css
<style>
a { background-color: #E28CDC; }
a { background-color: rgb(226,140,220); }
div.DivClassName
{
background-color: #E28CDC;
}
.BgClassName
{
background-color: #E28CDC;
}
</style>
border-color css
<style>
span { border-color: #E28CDC; }
span { border-color: rgb(226,140,220); }
td.TdClassName
{
border-color: #E28CDC;
}
.TagClassName
{
border-color: #E28CDC;
}
</style>