Shades of Plum #E392DF
Tints of Plum #E392DF
RGB
CMYK
RGB Variations
Color information
#E392DF (or 0xE392DF) is known color: Plum. HEX triplet: E3, 92 and DF. RGB value is (227,146,223). Sum of RGB (Red+Green+Blue) = 227+146+223=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 227 - color contains mainly: red. Hex color #E392DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392DF is #1C6D20. Grayscale: #B2B2B2. Windows color (decimal): -1862945 or 14652131. OLE color: 14652131.
HSL color Cylindrical-coordinate representation of color #E392DF: hue angle of 302.96º 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 #E392DF is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 223 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.11 |
| HSL | 302.96º | 0.59% | 0.73% | - |
| HSV(B) | 302.96º | 0.36% | 0.89% | - |
| XYZ | 55.28 | 42.22 | 75.05 | - |
| YUV | 179 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 223 | 0 | 0.36 | 0.02 | 0.11 | 302.96 | 0.59 | 0.73 |
| Hex | E3 | 92 | DF | 0 | 24 | 2 | B | 12F | 3B | 49 |
| Octal | 343 | 222 | 337 | 0 | 44 | 2 | 13 | 457 | 73 | 111 |
| Binary | 11100011 | 10010010 | 11011111 | 0 | 100100 | 10 | 1011 | 100101111 | 111011 | 1001001 |
Color Harmonies of #E392DF
Complementary color
Monochromatic Colors of #E392DF
Black with #E392DF
Text Example
Text Example
White with #E392DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E392DF; }
p { color: rgb(227,146,223); }
H1.HeaderClassName
{
color: #E392DF;
}
.AnyTagClassName
{
color: #E392DF;
}
</style>
background-color css
<style>
a { background-color: #E392DF; }
a { background-color: rgb(227,146,223); }
div.DivClassName
{
background-color: #E392DF;
}
.BgClassName
{
background-color: #E392DF;
}
</style>
border-color css
<style>
span { border-color: #E392DF; }
span { border-color: rgb(227,146,223); }
td.TdClassName
{
border-color: #E392DF;
}
.TagClassName
{
border-color: #E392DF;
}
</style>