Shades of Plum #E48BDC
Tints of Plum #E48BDC
RGB
CMYK
RGB Variations
Color information
#E48BDC (or 0xE48BDC) is known color: Plum. HEX triplet: E4, 8B and DC. RGB value is (228,139,220). Sum of RGB (Red+Green+Blue) = 228+139+220=587 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.84% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BDC is #1B7423. Grayscale: #AEAEAE. Windows color (decimal): -1799204 or 14453732. OLE color: 14453732.
HSL color Cylindrical-coordinate representation of color #E48BDC: hue angle of 305.39º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48BDC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 220 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.11 |
| HSL | 305.39º | 0.62% | 0.72% | - |
| HSV(B) | 305.39º | 0.39% | 0.89% | - |
| XYZ | 54.15 | 40.13 | 72.6 | - |
| YUV | 174.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 220 | 0 | 0.39 | 0.04 | 0.11 | 305.39 | 0.62 | 0.72 |
| Hex | E4 | 8B | DC | 0 | 27 | 4 | B | 131 | 3E | 48 |
| Octal | 344 | 213 | 334 | 0 | 47 | 4 | 13 | 461 | 76 | 110 |
| Binary | 11100100 | 10001011 | 11011100 | 0 | 100111 | 100 | 1011 | 100110001 | 111110 | 1001000 |
Color Harmonies of #E48BDC
Complementary color
Monochromatic Colors of #E48BDC
Black with #E48BDC
Text Example
Text Example
White with #E48BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48BDC; }
p { color: rgb(228,139,220); }
H1.HeaderClassName
{
color: #E48BDC;
}
.AnyTagClassName
{
color: #E48BDC;
}
</style>
background-color css
<style>
a { background-color: #E48BDC; }
a { background-color: rgb(228,139,220); }
div.DivClassName
{
background-color: #E48BDC;
}
.BgClassName
{
background-color: #E48BDC;
}
</style>
border-color css
<style>
span { border-color: #E48BDC; }
span { border-color: rgb(228,139,220); }
td.TdClassName
{
border-color: #E48BDC;
}
.TagClassName
{
border-color: #E48BDC;
}
</style>