Shades of Plum #E496D6
Tints of Plum #E496D6
RGB
CMYK
RGB Variations
Color information
#E496D6 (or 0xE496D6) is known color: Plum. HEX triplet: E4, 96 and D6. RGB value is (228,150,214). Sum of RGB (Red+Green+Blue) = 228+150+214=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E496D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E496D6 is #1B6929. Grayscale: #B4B4B4. Windows color (decimal): -1796394 or 14063332. OLE color: 14063332.
HSL color Cylindrical-coordinate representation of color #E496D6: hue angle of 310.77º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E496D6 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 214 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.11 |
| HSL | 310.77º | 0.59% | 0.74% | - |
| HSV(B) | 310.77º | 0.34% | 0.89% | - |
| XYZ | 55.04 | 43.16 | 69.05 | - |
| YUV | 180.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 214 | 0 | 0.34 | 0.06 | 0.11 | 310.77 | 0.59 | 0.74 |
| Hex | E4 | 96 | D6 | 0 | 22 | 6 | B | 137 | 3B | 4A |
| Octal | 344 | 226 | 326 | 0 | 42 | 6 | 13 | 467 | 73 | 112 |
| Binary | 11100100 | 10010110 | 11010110 | 0 | 100010 | 110 | 1011 | 100110111 | 111011 | 1001010 |
Color Harmonies of #E496D6
Complementary color
Monochromatic Colors of #E496D6
Black with #E496D6
Text Example
Text Example
White with #E496D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E496D6; }
p { color: rgb(228,150,214); }
H1.HeaderClassName
{
color: #E496D6;
}
.AnyTagClassName
{
color: #E496D6;
}
</style>
background-color css
<style>
a { background-color: #E496D6; }
a { background-color: rgb(228,150,214); }
div.DivClassName
{
background-color: #E496D6;
}
.BgClassName
{
background-color: #E496D6;
}
</style>
border-color css
<style>
span { border-color: #E496D6; }
span { border-color: rgb(228,150,214); }
td.TdClassName
{
border-color: #E496D6;
}
.TagClassName
{
border-color: #E496D6;
}
</style>