Shades of Plum #E496DE
Tints of Plum #E496DE
RGB
CMYK
RGB Variations
Color information
#E496DE (or 0xE496DE) is known color: Plum. HEX triplet: E4, 96 and DE. RGB value is (228,150,222). Sum of RGB (Red+Green+Blue) = 228+150+222=600 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 228 - color contains mainly: red. Hex color #E496DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E496DE is #1B6921. Grayscale: #B5B5B5. Windows color (decimal): -1796386 or 14587620. OLE color: 14587620.
HSL color Cylindrical-coordinate representation of color #E496DE: hue angle of 304.62º 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 #E496DE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 222 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.11 |
| HSL | 304.62º | 0.59% | 0.74% | - |
| HSV(B) | 304.62º | 0.34% | 0.89% | - |
| XYZ | 56.09 | 43.58 | 74.56 | - |
| YUV | 181.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 222 | 0 | 0.34 | 0.03 | 0.11 | 304.62 | 0.59 | 0.74 |
| Hex | E4 | 96 | DE | 0 | 22 | 3 | B | 131 | 3B | 4A |
| Octal | 344 | 226 | 336 | 0 | 42 | 3 | 13 | 461 | 73 | 112 |
| Binary | 11100100 | 10010110 | 11011110 | 0 | 100010 | 11 | 1011 | 100110001 | 111011 | 1001010 |
Color Harmonies of #E496DE
Complementary color
Monochromatic Colors of #E496DE
Black with #E496DE
Text Example
Text Example
White with #E496DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E496DE; }
p { color: rgb(228,150,222); }
H1.HeaderClassName
{
color: #E496DE;
}
.AnyTagClassName
{
color: #E496DE;
}
</style>
background-color css
<style>
a { background-color: #E496DE; }
a { background-color: rgb(228,150,222); }
div.DivClassName
{
background-color: #E496DE;
}
.BgClassName
{
background-color: #E496DE;
}
</style>
border-color css
<style>
span { border-color: #E496DE; }
span { border-color: rgb(228,150,222); }
td.TdClassName
{
border-color: #E496DE;
}
.TagClassName
{
border-color: #E496DE;
}
</style>