Shades of Plum #E48FDD
Tints of Plum #E48FDD
RGB
CMYK
RGB Variations
Color information
#E48FDD (or 0xE48FDD) is known color: Plum. HEX triplet: E4, 8F and DD. RGB value is (228,143,221). Sum of RGB (Red+Green+Blue) = 228+143+221=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FDD is #1B7022. Grayscale: #B1B1B1. Windows color (decimal): -1798179 or 14520292. OLE color: 14520292.
HSL color Cylindrical-coordinate representation of color #E48FDD: hue angle of 304.94º 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 #E48FDD is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 221 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.11 |
| HSL | 304.94º | 0.61% | 0.73% | - |
| HSV(B) | 304.94º | 0.37% | 0.89% | - |
| XYZ | 54.87 | 41.36 | 73.5 | - |
| YUV | 177.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 221 | 0 | 0.37 | 0.03 | 0.11 | 304.94 | 0.61 | 0.73 |
| Hex | E4 | 8F | DD | 0 | 25 | 3 | B | 131 | 3D | 49 |
| Octal | 344 | 217 | 335 | 0 | 45 | 3 | 13 | 461 | 75 | 111 |
| Binary | 11100100 | 10001111 | 11011101 | 0 | 100101 | 11 | 1011 | 100110001 | 111101 | 1001001 |
Color Harmonies of #E48FDD
Complementary color
Monochromatic Colors of #E48FDD
Black with #E48FDD
Text Example
Text Example
White with #E48FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FDD; }
p { color: rgb(228,143,221); }
H1.HeaderClassName
{
color: #E48FDD;
}
.AnyTagClassName
{
color: #E48FDD;
}
</style>
background-color css
<style>
a { background-color: #E48FDD; }
a { background-color: rgb(228,143,221); }
div.DivClassName
{
background-color: #E48FDD;
}
.BgClassName
{
background-color: #E48FDD;
}
</style>
border-color css
<style>
span { border-color: #E48FDD; }
span { border-color: rgb(228,143,221); }
td.TdClassName
{
border-color: #E48FDD;
}
.TagClassName
{
border-color: #E48FDD;
}
</style>