Shades of Plum #E48FDF
Tints of Plum #E48FDF
RGB
CMYK
RGB Variations
Color information
#E48FDF (or 0xE48FDF) is known color: Plum. HEX triplet: E4, 8F and DF. RGB value is (228,143,223). Sum of RGB (Red+Green+Blue) = 228+143+223=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FDF is #1B7020. Grayscale: #B1B1B1. Windows color (decimal): -1798177 or 14651364. OLE color: 14651364.
HSL color Cylindrical-coordinate representation of color #E48FDF: hue angle of 303.53º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E48FDF is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 223 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.11 |
| HSL | 303.53º | 0.61% | 0.73% | - |
| HSV(B) | 303.53º | 0.37% | 0.89% | - |
| XYZ | 55.14 | 41.47 | 74.91 | - |
| YUV | 177.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 223 | 0 | 0.37 | 0.02 | 0.11 | 303.53 | 0.61 | 0.73 |
| Hex | E4 | 8F | DF | 0 | 25 | 2 | B | 130 | 3D | 49 |
| Octal | 344 | 217 | 337 | 0 | 45 | 2 | 13 | 460 | 75 | 111 |
| Binary | 11100100 | 10001111 | 11011111 | 0 | 100101 | 10 | 1011 | 100110000 | 111101 | 1001001 |
Color Harmonies of #E48FDF
Complementary color
Monochromatic Colors of #E48FDF
Black with #E48FDF
Text Example
Text Example
White with #E48FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FDF; }
p { color: rgb(228,143,223); }
H1.HeaderClassName
{
color: #E48FDF;
}
.AnyTagClassName
{
color: #E48FDF;
}
</style>
background-color css
<style>
a { background-color: #E48FDF; }
a { background-color: rgb(228,143,223); }
div.DivClassName
{
background-color: #E48FDF;
}
.BgClassName
{
background-color: #E48FDF;
}
</style>
border-color css
<style>
span { border-color: #E48FDF; }
span { border-color: rgb(228,143,223); }
td.TdClassName
{
border-color: #E48FDF;
}
.TagClassName
{
border-color: #E48FDF;
}
</style>