Shades of Plum #E392D3
Tints of Plum #E392D3
RGB
CMYK
RGB Variations
Color information
#E392D3 (or 0xE392D3) is known color: Plum. HEX triplet: E3, 92 and D3. RGB value is (227,146,211). Sum of RGB (Red+Green+Blue) = 227+146+211=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 227 - color contains mainly: red. Hex color #E392D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392D3 is #1C6D2C. Grayscale: #B1B1B1. Windows color (decimal): -1862957 or 13865699. OLE color: 13865699.
HSL color Cylindrical-coordinate representation of color #E392D3: hue angle of 311.85º 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 #E392D3 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 211 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.11 |
| HSL | 311.85º | 0.59% | 0.73% | - |
| HSV(B) | 311.85º | 0.36% | 0.89% | - |
| XYZ | 53.72 | 41.59 | 66.82 | - |
| YUV | 177.63 | 146.84 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 211 | 0 | 0.36 | 0.07 | 0.11 | 311.85 | 0.59 | 0.73 |
| Hex | E3 | 92 | D3 | 0 | 24 | 7 | B | 138 | 3B | 49 |
| Octal | 343 | 222 | 323 | 0 | 44 | 7 | 13 | 470 | 73 | 111 |
| Binary | 11100011 | 10010010 | 11010011 | 0 | 100100 | 111 | 1011 | 100111000 | 111011 | 1001001 |
Color Harmonies of #E392D3
Complementary color
Monochromatic Colors of #E392D3
Black with #E392D3
Text Example
Text Example
White with #E392D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E392D3; }
p { color: rgb(227,146,211); }
H1.HeaderClassName
{
color: #E392D3;
}
.AnyTagClassName
{
color: #E392D3;
}
</style>
background-color css
<style>
a { background-color: #E392D3; }
a { background-color: rgb(227,146,211); }
div.DivClassName
{
background-color: #E392D3;
}
.BgClassName
{
background-color: #E392D3;
}
</style>
border-color css
<style>
span { border-color: #E392D3; }
span { border-color: rgb(227,146,211); }
td.TdClassName
{
border-color: #E392D3;
}
.TagClassName
{
border-color: #E392D3;
}
</style>