Shades of Plum #E493DF
Tints of Plum #E493DF
RGB
CMYK
RGB Variations
Color information
#E493DF (or 0xE493DF) is known color: Plum. HEX triplet: E4, 93 and DF. RGB value is (228,147,223). Sum of RGB (Red+Green+Blue) = 228+147+223=598 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.13% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 228 - color contains mainly: red. Hex color #E493DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E493DF is #1B6C20. Grayscale: #B3B3B3. Windows color (decimal): -1797153 or 14652388. OLE color: 14652388.
HSL color Cylindrical-coordinate representation of color #E493DF: hue angle of 303.7º 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 #E493DF is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 147 | 223 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.11 |
| HSL | 303.7º | 0.6% | 0.74% | - |
| HSV(B) | 303.7º | 0.36% | 0.89% | - |
| XYZ | 55.75 | 42.69 | 75.11 | - |
| YUV | 179.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 223 | 0 | 0.36 | 0.02 | 0.11 | 303.7 | 0.6 | 0.74 |
| Hex | E4 | 93 | DF | 0 | 24 | 2 | B | 130 | 3C | 4A |
| Octal | 344 | 223 | 337 | 0 | 44 | 2 | 13 | 460 | 74 | 112 |
| Binary | 11100100 | 10010011 | 11011111 | 0 | 100100 | 10 | 1011 | 100110000 | 111100 | 1001010 |
Color Harmonies of #E493DF
Complementary color
Monochromatic Colors of #E493DF
Black with #E493DF
Text Example
Text Example
White with #E493DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E493DF; }
p { color: rgb(228,147,223); }
H1.HeaderClassName
{
color: #E493DF;
}
.AnyTagClassName
{
color: #E493DF;
}
</style>
background-color css
<style>
a { background-color: #E493DF; }
a { background-color: rgb(228,147,223); }
div.DivClassName
{
background-color: #E493DF;
}
.BgClassName
{
background-color: #E493DF;
}
</style>
border-color css
<style>
span { border-color: #E493DF; }
span { border-color: rgb(228,147,223); }
td.TdClassName
{
border-color: #E493DF;
}
.TagClassName
{
border-color: #E493DF;
}
</style>