Shades of Plum #E28DCF
Tints of Plum #E28DCF
RGB
CMYK
RGB Variations
Color information
#E28DCF (or 0xE28DCF) is known color: Plum. HEX triplet: E2, 8D and CF. RGB value is (226,141,207). Sum of RGB (Red+Green+Blue) = 226+141+207=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DCF is #1D7230. Grayscale: #ADADAD. Windows color (decimal): -1929777 or 13602274. OLE color: 13602274.
HSL color Cylindrical-coordinate representation of color #E28DCF: hue angle of 313.41º degrees, saturation: 0.59, 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 #E28DCF is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 207 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.11 |
| HSL | 313.41º | 0.59% | 0.72% | - |
| HSV(B) | 313.41º | 0.38% | 0.89% | - |
| XYZ | 52.15 | 39.72 | 63.95 | - |
| YUV | 173.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 207 | 0 | 0.38 | 0.08 | 0.11 | 313.41 | 0.59 | 0.72 |
| Hex | E2 | 8D | CF | 0 | 26 | 8 | B | 139 | 3B | 48 |
| Octal | 342 | 215 | 317 | 0 | 46 | 10 | 13 | 471 | 73 | 110 |
| Binary | 11100010 | 10001101 | 11001111 | 0 | 100110 | 1000 | 1011 | 100111001 | 111011 | 1001000 |
Color Harmonies of #E28DCF
Complementary color
Monochromatic Colors of #E28DCF
Black with #E28DCF
Text Example
Text Example
White with #E28DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DCF; }
p { color: rgb(226,141,207); }
H1.HeaderClassName
{
color: #E28DCF;
}
.AnyTagClassName
{
color: #E28DCF;
}
</style>
background-color css
<style>
a { background-color: #E28DCF; }
a { background-color: rgb(226,141,207); }
div.DivClassName
{
background-color: #E28DCF;
}
.BgClassName
{
background-color: #E28DCF;
}
</style>
border-color css
<style>
span { border-color: #E28DCF; }
span { border-color: rgb(226,141,207); }
td.TdClassName
{
border-color: #E28DCF;
}
.TagClassName
{
border-color: #E28DCF;
}
</style>