Shades of Plum #E48EDF
Tints of Plum #E48EDF
RGB
CMYK
RGB Variations
Color information
#E48EDF (or 0xE48EDF) is known color: Plum. HEX triplet: E4, 8E and DF. RGB value is (228,142,223). Sum of RGB (Red+Green+Blue) = 228+142+223=593 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.45% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 228 - color contains mainly: red. Hex color #E48EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48EDF is #1B7120. Grayscale: #B0B0B0. Windows color (decimal): -1798433 or 14651108. OLE color: 14651108.
HSL color Cylindrical-coordinate representation of color #E48EDF: hue angle of 303.49º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48EDF is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 223 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.11 |
| HSL | 303.49º | 0.61% | 0.73% | - |
| HSV(B) | 303.49º | 0.38% | 0.89% | - |
| XYZ | 54.99 | 41.17 | 74.86 | - |
| YUV | 176.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 223 | 0 | 0.38 | 0.02 | 0.11 | 303.49 | 0.61 | 0.73 |
| Hex | E4 | 8E | DF | 0 | 26 | 2 | B | 12F | 3D | 49 |
| Octal | 344 | 216 | 337 | 0 | 46 | 2 | 13 | 457 | 75 | 111 |
| Binary | 11100100 | 10001110 | 11011111 | 0 | 100110 | 10 | 1011 | 100101111 | 111101 | 1001001 |
Color Harmonies of #E48EDF
Complementary color
Monochromatic Colors of #E48EDF
Black with #E48EDF
Text Example
Text Example
White with #E48EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48EDF; }
p { color: rgb(228,142,223); }
H1.HeaderClassName
{
color: #E48EDF;
}
.AnyTagClassName
{
color: #E48EDF;
}
</style>
background-color css
<style>
a { background-color: #E48EDF; }
a { background-color: rgb(228,142,223); }
div.DivClassName
{
background-color: #E48EDF;
}
.BgClassName
{
background-color: #E48EDF;
}
</style>
border-color css
<style>
span { border-color: #E48EDF; }
span { border-color: rgb(228,142,223); }
td.TdClassName
{
border-color: #E48EDF;
}
.TagClassName
{
border-color: #E48EDF;
}
</style>