Shades of Plum #E393E1
Tints of Plum #E393E1
RGB
CMYK
RGB Variations
Color information
#E393E1 (or 0xE393E1) is known color: Plum. HEX triplet: E3, 93 and E1. RGB value is (227,147,225). Sum of RGB (Red+Green+Blue) = 227+147+225=599 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.90% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 227 - color contains mainly: red. Hex color #E393E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E393E1 is #1C6C1E. Grayscale: #B3B3B3. Windows color (decimal): -1862687 or 14783459. OLE color: 14783459.
HSL color Cylindrical-coordinate representation of color #E393E1: hue angle of 301.5º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E393E1 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 225 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.11 |
| HSL | 301.5º | 0.59% | 0.73% | - |
| HSV(B) | 301.5º | 0.35% | 0.89% | - |
| XYZ | 55.7 | 42.63 | 76.53 | - |
| YUV | 179.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 225 | 0 | 0.35 | 0.01 | 0.11 | 301.5 | 0.59 | 0.73 |
| Hex | E3 | 93 | E1 | 0 | 23 | 1 | B | 12E | 3B | 49 |
| Octal | 343 | 223 | 341 | 0 | 43 | 1 | 13 | 456 | 73 | 111 |
| Binary | 11100011 | 10010011 | 11100001 | 0 | 100011 | 1 | 1011 | 100101110 | 111011 | 1001001 |
Color Harmonies of #E393E1
Complementary color
Monochromatic Colors of #E393E1
Black with #E393E1
Text Example
Text Example
White with #E393E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E393E1; }
p { color: rgb(227,147,225); }
H1.HeaderClassName
{
color: #E393E1;
}
.AnyTagClassName
{
color: #E393E1;
}
</style>
background-color css
<style>
a { background-color: #E393E1; }
a { background-color: rgb(227,147,225); }
div.DivClassName
{
background-color: #E393E1;
}
.BgClassName
{
background-color: #E393E1;
}
</style>
border-color css
<style>
span { border-color: #E393E1; }
span { border-color: rgb(227,147,225); }
td.TdClassName
{
border-color: #E393E1;
}
.TagClassName
{
border-color: #E393E1;
}
</style>