Shades of Plum #E392D5
Tints of Plum #E392D5
RGB
CMYK
RGB Variations
Color information
#E392D5 (or 0xE392D5) is known color: Plum. HEX triplet: E3, 92 and D5. RGB value is (227,146,213). Sum of RGB (Red+Green+Blue) = 227+146+213=586 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.74% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 227 - color contains mainly: red. Hex color #E392D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392D5 is #1C6D2A. Grayscale: #B1B1B1. Windows color (decimal): -1862955 or 13996771. OLE color: 13996771.
HSL color Cylindrical-coordinate representation of color #E392D5: hue angle of 310.37º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E392D5 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 213 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.11 |
| HSL | 310.37º | 0.59% | 0.73% | - |
| HSV(B) | 310.37º | 0.36% | 0.89% | - |
| XYZ | 53.97 | 41.69 | 68.15 | - |
| YUV | 177.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 213 | 0 | 0.36 | 0.06 | 0.11 | 310.37 | 0.59 | 0.73 |
| Hex | E3 | 92 | D5 | 0 | 24 | 6 | B | 136 | 3B | 49 |
| Octal | 343 | 222 | 325 | 0 | 44 | 6 | 13 | 466 | 73 | 111 |
| Binary | 11100011 | 10010010 | 11010101 | 0 | 100100 | 110 | 1011 | 100110110 | 111011 | 1001001 |
Color Harmonies of #E392D5
Complementary color
Monochromatic Colors of #E392D5
Black with #E392D5
Text Example
Text Example
White with #E392D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E392D5; }
p { color: rgb(227,146,213); }
H1.HeaderClassName
{
color: #E392D5;
}
.AnyTagClassName
{
color: #E392D5;
}
</style>
background-color css
<style>
a { background-color: #E392D5; }
a { background-color: rgb(227,146,213); }
div.DivClassName
{
background-color: #E392D5;
}
.BgClassName
{
background-color: #E392D5;
}
</style>
border-color css
<style>
span { border-color: #E392D5; }
span { border-color: rgb(227,146,213); }
td.TdClassName
{
border-color: #E392D5;
}
.TagClassName
{
border-color: #E392D5;
}
</style>