Shades of Plum #E493D8
Tints of Plum #E493D8
RGB
CMYK
RGB Variations
Color information
#E493D8 (or 0xE493D8) is known color: Plum. HEX triplet: E4, 93 and D8. RGB value is (228,147,216). Sum of RGB (Red+Green+Blue) = 228+147+216=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 228 - color contains mainly: red. Hex color #E493D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E493D8 is #1B6C27. Grayscale: #B2B2B2. Windows color (decimal): -1797160 or 14193636. OLE color: 14193636.
HSL color Cylindrical-coordinate representation of color #E493D8: hue angle of 308.89º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E493D8 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 147 | 216 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.11 |
| HSL | 308.89º | 0.6% | 0.74% | - |
| HSV(B) | 308.89º | 0.36% | 0.89% | - |
| XYZ | 54.82 | 42.32 | 70.24 | - |
| YUV | 179.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 216 | 0 | 0.36 | 0.05 | 0.11 | 308.89 | 0.6 | 0.74 |
| Hex | E4 | 93 | D8 | 0 | 24 | 5 | B | 135 | 3C | 4A |
| Octal | 344 | 223 | 330 | 0 | 44 | 5 | 13 | 465 | 74 | 112 |
| Binary | 11100100 | 10010011 | 11011000 | 0 | 100100 | 101 | 1011 | 100110101 | 111100 | 1001010 |
Color Harmonies of #E493D8
Complementary color
Monochromatic Colors of #E493D8
Black with #E493D8
Text Example
Text Example
White with #E493D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E493D8; }
p { color: rgb(228,147,216); }
H1.HeaderClassName
{
color: #E493D8;
}
.AnyTagClassName
{
color: #E493D8;
}
</style>
background-color css
<style>
a { background-color: #E493D8; }
a { background-color: rgb(228,147,216); }
div.DivClassName
{
background-color: #E493D8;
}
.BgClassName
{
background-color: #E493D8;
}
</style>
border-color css
<style>
span { border-color: #E493D8; }
span { border-color: rgb(228,147,216); }
td.TdClassName
{
border-color: #E493D8;
}
.TagClassName
{
border-color: #E493D8;
}
</style>