Shades of Plum #E292DA
Tints of Plum #E292DA
RGB
CMYK
RGB Variations
Color information
#E292DA (or 0xE292DA) is known color: Plum. HEX triplet: E2, 92 and DA. RGB value is (226,146,218). Sum of RGB (Red+Green+Blue) = 226+146+218=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E292DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E292DA is #1D6D25. Grayscale: #B1B1B1. Windows color (decimal): -1928486 or 14324450. OLE color: 14324450.
HSL color Cylindrical-coordinate representation of color #E292DA: hue angle of 306º 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 #E292DA is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 218 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.11 |
| HSL | 306º | 0.58% | 0.73% | - |
| HSV(B) | 306º | 0.35% | 0.89% | - |
| XYZ | 54.3 | 41.79 | 71.53 | - |
| YUV | 178.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 218 | 0 | 0.35 | 0.04 | 0.11 | 306 | 0.58 | 0.73 |
| Hex | E2 | 92 | DA | 0 | 23 | 4 | B | 132 | 3A | 49 |
| Octal | 342 | 222 | 332 | 0 | 43 | 4 | 13 | 462 | 72 | 111 |
| Binary | 11100010 | 10010010 | 11011010 | 0 | 100011 | 100 | 1011 | 100110010 | 111010 | 1001001 |
Color Harmonies of #E292DA
Complementary color
Monochromatic Colors of #E292DA
Black with #E292DA
Text Example
Text Example
White with #E292DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292DA; }
p { color: rgb(226,146,218); }
H1.HeaderClassName
{
color: #E292DA;
}
.AnyTagClassName
{
color: #E292DA;
}
</style>
background-color css
<style>
a { background-color: #E292DA; }
a { background-color: rgb(226,146,218); }
div.DivClassName
{
background-color: #E292DA;
}
.BgClassName
{
background-color: #E292DA;
}
</style>
border-color css
<style>
span { border-color: #E292DA; }
span { border-color: rgb(226,146,218); }
td.TdClassName
{
border-color: #E292DA;
}
.TagClassName
{
border-color: #E292DA;
}
</style>