Shades of Plum #E48FDA
Tints of Plum #E48FDA
RGB
CMYK
RGB Variations
Color information
#E48FDA (or 0xE48FDA) is known color: Plum. HEX triplet: E4, 8F and DA. RGB value is (228,143,218). Sum of RGB (Red+Green+Blue) = 228+143+218=589 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.71% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FDA is #1B7025. Grayscale: #B0B0B0. Windows color (decimal): -1798182 or 14323684. OLE color: 14323684.
HSL color Cylindrical-coordinate representation of color #E48FDA: hue angle of 307.06º 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 #E48FDA is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 218 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.11 |
| HSL | 307.06º | 0.61% | 0.73% | - |
| HSV(B) | 307.06º | 0.37% | 0.89% | - |
| XYZ | 54.47 | 41.2 | 71.41 | - |
| YUV | 176.97 | 151.16 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 218 | 0 | 0.37 | 0.04 | 0.11 | 307.06 | 0.61 | 0.73 |
| Hex | E4 | 8F | DA | 0 | 25 | 4 | B | 133 | 3D | 49 |
| Octal | 344 | 217 | 332 | 0 | 45 | 4 | 13 | 463 | 75 | 111 |
| Binary | 11100100 | 10001111 | 11011010 | 0 | 100101 | 100 | 1011 | 100110011 | 111101 | 1001001 |
Color Harmonies of #E48FDA
Complementary color
Monochromatic Colors of #E48FDA
Black with #E48FDA
Text Example
Text Example
White with #E48FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FDA; }
p { color: rgb(228,143,218); }
H1.HeaderClassName
{
color: #E48FDA;
}
.AnyTagClassName
{
color: #E48FDA;
}
</style>
background-color css
<style>
a { background-color: #E48FDA; }
a { background-color: rgb(228,143,218); }
div.DivClassName
{
background-color: #E48FDA;
}
.BgClassName
{
background-color: #E48FDA;
}
</style>
border-color css
<style>
span { border-color: #E48FDA; }
span { border-color: rgb(228,143,218); }
td.TdClassName
{
border-color: #E48FDA;
}
.TagClassName
{
border-color: #E48FDA;
}
</style>