Shades of Plum #E392DD
Tints of Plum #E392DD
RGB
CMYK
RGB Variations
Color information
#E392DD (or 0xE392DD) is known color: Plum. HEX triplet: E3, 92 and DD. RGB value is (227,146,221). Sum of RGB (Red+Green+Blue) = 227+146+221=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 227 - color contains mainly: red. Hex color #E392DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392DD is #1C6D22. Grayscale: #B2B2B2. Windows color (decimal): -1862947 or 14521059. OLE color: 14521059.
HSL color Cylindrical-coordinate representation of color #E392DD: hue angle of 304.44º 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 #E392DD is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 221 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.11 |
| HSL | 304.44º | 0.59% | 0.73% | - |
| HSV(B) | 304.44º | 0.36% | 0.89% | - |
| XYZ | 55.01 | 42.11 | 73.64 | - |
| YUV | 178.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 221 | 0 | 0.36 | 0.03 | 0.11 | 304.44 | 0.59 | 0.73 |
| Hex | E3 | 92 | DD | 0 | 24 | 3 | B | 130 | 3B | 49 |
| Octal | 343 | 222 | 335 | 0 | 44 | 3 | 13 | 460 | 73 | 111 |
| Binary | 11100011 | 10010010 | 11011101 | 0 | 100100 | 11 | 1011 | 100110000 | 111011 | 1001001 |
Color Harmonies of #E392DD
Complementary color
Monochromatic Colors of #E392DD
Black with #E392DD
Text Example
Text Example
White with #E392DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E392DD; }
p { color: rgb(227,146,221); }
H1.HeaderClassName
{
color: #E392DD;
}
.AnyTagClassName
{
color: #E392DD;
}
</style>
background-color css
<style>
a { background-color: #E392DD; }
a { background-color: rgb(227,146,221); }
div.DivClassName
{
background-color: #E392DD;
}
.BgClassName
{
background-color: #E392DD;
}
</style>
border-color css
<style>
span { border-color: #E392DD; }
span { border-color: rgb(227,146,221); }
td.TdClassName
{
border-color: #E392DD;
}
.TagClassName
{
border-color: #E392DD;
}
</style>