Shades of Plum #E292D3
Tints of Plum #E292D3
RGB
CMYK
RGB Variations
Color information
#E292D3 (or 0xE292D3) is known color: Plum. HEX triplet: E2, 92 and D3. RGB value is (226,146,211). Sum of RGB (Red+Green+Blue) = 226+146+211=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E292D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E292D3 is #1D6D2C. Grayscale: #B1B1B1. Windows color (decimal): -1928493 or 13865698. OLE color: 13865698.
HSL color Cylindrical-coordinate representation of color #E292D3: hue angle of 311.25º 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 #E292D3 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 211 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.11 |
| HSL | 311.25º | 0.58% | 0.73% | - |
| HSV(B) | 311.25º | 0.35% | 0.89% | - |
| XYZ | 53.4 | 41.43 | 66.81 | - |
| YUV | 177.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 211 | 0 | 0.35 | 0.07 | 0.11 | 311.25 | 0.58 | 0.73 |
| Hex | E2 | 92 | D3 | 0 | 23 | 7 | B | 137 | 3A | 49 |
| Octal | 342 | 222 | 323 | 0 | 43 | 7 | 13 | 467 | 72 | 111 |
| Binary | 11100010 | 10010010 | 11010011 | 0 | 100011 | 111 | 1011 | 100110111 | 111010 | 1001001 |
Color Harmonies of #E292D3
Complementary color
Monochromatic Colors of #E292D3
Black with #E292D3
Text Example
Text Example
White with #E292D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292D3; }
p { color: rgb(226,146,211); }
H1.HeaderClassName
{
color: #E292D3;
}
.AnyTagClassName
{
color: #E292D3;
}
</style>
background-color css
<style>
a { background-color: #E292D3; }
a { background-color: rgb(226,146,211); }
div.DivClassName
{
background-color: #E292D3;
}
.BgClassName
{
background-color: #E292D3;
}
</style>
border-color css
<style>
span { border-color: #E292D3; }
span { border-color: rgb(226,146,211); }
td.TdClassName
{
border-color: #E292D3;
}
.TagClassName
{
border-color: #E292D3;
}
</style>