Shades of Plum #E292D6
Tints of Plum #E292D6
RGB
CMYK
RGB Variations
Color information
#E292D6 (or 0xE292D6) is known color: Plum. HEX triplet: E2, 92 and D6. RGB value is (226,146,214). Sum of RGB (Red+Green+Blue) = 226+146+214=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E292D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E292D6 is #1D6D29. Grayscale: #B1B1B1. Windows color (decimal): -1928490 or 14062306. OLE color: 14062306.
HSL color Cylindrical-coordinate representation of color #E292D6: hue angle of 309º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E292D6 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 214 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.11 |
| HSL | 309º | 0.58% | 0.73% | - |
| HSV(B) | 309º | 0.35% | 0.89% | - |
| XYZ | 53.78 | 41.58 | 68.81 | - |
| YUV | 177.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 214 | 0 | 0.35 | 0.05 | 0.11 | 309 | 0.58 | 0.73 |
| Hex | E2 | 92 | D6 | 0 | 23 | 5 | B | 135 | 3A | 49 |
| Octal | 342 | 222 | 326 | 0 | 43 | 5 | 13 | 465 | 72 | 111 |
| Binary | 11100010 | 10010010 | 11010110 | 0 | 100011 | 101 | 1011 | 100110101 | 111010 | 1001001 |
Color Harmonies of #E292D6
Complementary color
Monochromatic Colors of #E292D6
Black with #E292D6
Text Example
Text Example
White with #E292D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292D6; }
p { color: rgb(226,146,214); }
H1.HeaderClassName
{
color: #E292D6;
}
.AnyTagClassName
{
color: #E292D6;
}
</style>
background-color css
<style>
a { background-color: #E292D6; }
a { background-color: rgb(226,146,214); }
div.DivClassName
{
background-color: #E292D6;
}
.BgClassName
{
background-color: #E292D6;
}
</style>
border-color css
<style>
span { border-color: #E292D6; }
span { border-color: rgb(226,146,214); }
td.TdClassName
{
border-color: #E292D6;
}
.TagClassName
{
border-color: #E292D6;
}
</style>