Shades of Plum #E28FDF
Tints of Plum #E28FDF
RGB
CMYK
RGB Variations
Color information
#E28FDF (or 0xE28FDF) is known color: Plum. HEX triplet: E2, 8F and DF. RGB value is (226,143,223). Sum of RGB (Red+Green+Blue) = 226+143+223=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28FDF is #1D7020. Grayscale: #B0B0B0. Windows color (decimal): -1929249 or 14651362. OLE color: 14651362.
HSL color Cylindrical-coordinate representation of color #E28FDF: hue angle of 302.17º 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 #E28FDF is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 143 | 223 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.11 |
| HSL | 302.17º | 0.59% | 0.72% | - |
| HSV(B) | 302.17º | 0.37% | 0.89% | - |
| XYZ | 54.51 | 41.14 | 74.88 | - |
| YUV | 176.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 223 | 0 | 0.37 | 0.01 | 0.11 | 302.17 | 0.59 | 0.72 |
| Hex | E2 | 8F | DF | 0 | 25 | 1 | B | 12E | 3B | 48 |
| Octal | 342 | 217 | 337 | 0 | 45 | 1 | 13 | 456 | 73 | 110 |
| Binary | 11100010 | 10001111 | 11011111 | 0 | 100101 | 1 | 1011 | 100101110 | 111011 | 1001000 |
Color Harmonies of #E28FDF
Complementary color
Monochromatic Colors of #E28FDF
Black with #E28FDF
Text Example
Text Example
White with #E28FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28FDF; }
p { color: rgb(226,143,223); }
H1.HeaderClassName
{
color: #E28FDF;
}
.AnyTagClassName
{
color: #E28FDF;
}
</style>
background-color css
<style>
a { background-color: #E28FDF; }
a { background-color: rgb(226,143,223); }
div.DivClassName
{
background-color: #E28FDF;
}
.BgClassName
{
background-color: #E28FDF;
}
</style>
border-color css
<style>
span { border-color: #E28FDF; }
span { border-color: rgb(226,143,223); }
td.TdClassName
{
border-color: #E28FDF;
}
.TagClassName
{
border-color: #E28FDF;
}
</style>