Shades of Plum #E392DA
Tints of Plum #E392DA
RGB
CMYK
RGB Variations
Color information
#E392DA (or 0xE392DA) is known color: Plum. HEX triplet: E3, 92 and DA. RGB value is (227,146,218). Sum of RGB (Red+Green+Blue) = 227+146+218=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 227 - color contains mainly: red. Hex color #E392DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392DA is #1C6D25. Grayscale: #B2B2B2. Windows color (decimal): -1862950 or 14324451. OLE color: 14324451.
HSL color Cylindrical-coordinate representation of color #E392DA: hue angle of 306.67º 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 #E392DA is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 218 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.11 |
| HSL | 306.67º | 0.59% | 0.73% | - |
| HSV(B) | 306.67º | 0.36% | 0.89% | - |
| XYZ | 54.61 | 41.95 | 71.55 | - |
| YUV | 178.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 218 | 0 | 0.36 | 0.04 | 0.11 | 306.67 | 0.59 | 0.73 |
| Hex | E3 | 92 | DA | 0 | 24 | 4 | B | 133 | 3B | 49 |
| Octal | 343 | 222 | 332 | 0 | 44 | 4 | 13 | 463 | 73 | 111 |
| Binary | 11100011 | 10010010 | 11011010 | 0 | 100100 | 100 | 1011 | 100110011 | 111011 | 1001001 |
Color Harmonies of #E392DA
Complementary color
Monochromatic Colors of #E392DA
Black with #E392DA
Text Example
Text Example
White with #E392DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E392DA; }
p { color: rgb(227,146,218); }
H1.HeaderClassName
{
color: #E392DA;
}
.AnyTagClassName
{
color: #E392DA;
}
</style>
background-color css
<style>
a { background-color: #E392DA; }
a { background-color: rgb(227,146,218); }
div.DivClassName
{
background-color: #E392DA;
}
.BgClassName
{
background-color: #E392DA;
}
</style>
border-color css
<style>
span { border-color: #E392DA; }
span { border-color: rgb(227,146,218); }
td.TdClassName
{
border-color: #E392DA;
}
.TagClassName
{
border-color: #E392DA;
}
</style>