Shades of Plum #E28FDD
Tints of Plum #E28FDD
RGB
CMYK
RGB Variations
Color information
#E28FDD (or 0xE28FDD) is known color: Plum. HEX triplet: E2, 8F and DD. RGB value is (226,143,221). Sum of RGB (Red+Green+Blue) = 226+143+221=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28FDD is #1D7022. Grayscale: #B0B0B0. Windows color (decimal): -1929251 or 14520290. OLE color: 14520290.
HSL color Cylindrical-coordinate representation of color #E28FDD: hue angle of 303.61º 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 #E28FDD is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 143 | 221 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.11 |
| HSL | 303.61º | 0.59% | 0.72% | - |
| HSV(B) | 303.61º | 0.37% | 0.89% | - |
| XYZ | 54.24 | 41.03 | 73.47 | - |
| YUV | 176.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 221 | 0 | 0.37 | 0.02 | 0.11 | 303.61 | 0.59 | 0.72 |
| Hex | E2 | 8F | DD | 0 | 25 | 2 | B | 130 | 3B | 48 |
| Octal | 342 | 217 | 335 | 0 | 45 | 2 | 13 | 460 | 73 | 110 |
| Binary | 11100010 | 10001111 | 11011101 | 0 | 100101 | 10 | 1011 | 100110000 | 111011 | 1001000 |
Color Harmonies of #E28FDD
Complementary color
Monochromatic Colors of #E28FDD
Black with #E28FDD
Text Example
Text Example
White with #E28FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28FDD; }
p { color: rgb(226,143,221); }
H1.HeaderClassName
{
color: #E28FDD;
}
.AnyTagClassName
{
color: #E28FDD;
}
</style>
background-color css
<style>
a { background-color: #E28FDD; }
a { background-color: rgb(226,143,221); }
div.DivClassName
{
background-color: #E28FDD;
}
.BgClassName
{
background-color: #E28FDD;
}
</style>
border-color css
<style>
span { border-color: #E28FDD; }
span { border-color: rgb(226,143,221); }
td.TdClassName
{
border-color: #E28FDD;
}
.TagClassName
{
border-color: #E28FDD;
}
</style>