Shades of Plum #E392D0
Tints of Plum #E392D0
RGB
CMYK
RGB Variations
Color information
#E392D0 (or 0xE392D0) is known color: Plum. HEX triplet: E3, 92 and D0. RGB value is (227,146,208). Sum of RGB (Red+Green+Blue) = 227+146+208=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 227 - color contains mainly: red. Hex color #E392D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392D0 is #1C6D2F. Grayscale: #B1B1B1. Windows color (decimal): -1862960 or 13669091. OLE color: 13669091.
HSL color Cylindrical-coordinate representation of color #E392D0: hue angle of 314.07º 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 #E392D0 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 208 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.11 |
| HSL | 314.07º | 0.59% | 0.73% | - |
| HSV(B) | 314.07º | 0.36% | 0.89% | - |
| XYZ | 53.34 | 41.44 | 64.86 | - |
| YUV | 177.29 | 145.34 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 208 | 0 | 0.36 | 0.08 | 0.11 | 314.07 | 0.59 | 0.73 |
| Hex | E3 | 92 | D0 | 0 | 24 | 8 | B | 13A | 3B | 49 |
| Octal | 343 | 222 | 320 | 0 | 44 | 10 | 13 | 472 | 73 | 111 |
| Binary | 11100011 | 10010010 | 11010000 | 0 | 100100 | 1000 | 1011 | 100111010 | 111011 | 1001001 |
Color Harmonies of #E392D0
Complementary color
Monochromatic Colors of #E392D0
Black with #E392D0
Text Example
Text Example
White with #E392D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E392D0; }
p { color: rgb(227,146,208); }
H1.HeaderClassName
{
color: #E392D0;
}
.AnyTagClassName
{
color: #E392D0;
}
</style>
background-color css
<style>
a { background-color: #E392D0; }
a { background-color: rgb(227,146,208); }
div.DivClassName
{
background-color: #E392D0;
}
.BgClassName
{
background-color: #E392D0;
}
</style>
border-color css
<style>
span { border-color: #E392D0; }
span { border-color: rgb(227,146,208); }
td.TdClassName
{
border-color: #E392D0;
}
.TagClassName
{
border-color: #E392D0;
}
</style>