Shades of Plum #E896EB
Tints of Plum #E896EB
RGB
CMYK
RGB Variations
Color information
#E896EB (or 0xE896EB) is known color: Plum. HEX triplet: E8, 96 and EB. RGB value is (232,150,235). Sum of RGB (Red+Green+Blue) = 232+150+235=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #E896EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E896EB is #176914. Grayscale: #B7B7B7. Windows color (decimal): -1534229 or 15439592. OLE color: 15439592.
HSL color Cylindrical-coordinate representation of color #E896EB: hue angle of 297.88º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E896EB is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 150 | 235 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.08 |
| HSL | 297.88º | 0.68% | 0.75% | - |
| HSV(B) | 297.88º | 0.36% | 0.92% | - |
| XYZ | 59.18 | 44.97 | 84.16 | - |
| YUV | 184.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 235 | 0.01 | 0.36 | 0 | 0.08 | 297.88 | 0.68 | 0.75 |
| Hex | E8 | 96 | EB | 1 | 24 | 0 | 8 | 12A | 44 | 4B |
| Octal | 350 | 226 | 353 | 1 | 44 | 0 | 10 | 452 | 104 | 113 |
| Binary | 11101000 | 10010110 | 11101011 | 1 | 100100 | 0 | 1000 | 100101010 | 1000100 | 1001011 |
Color Harmonies of #E896EB
Complementary color
Monochromatic Colors of #E896EB
Black with #E896EB
Text Example
Text Example
White with #E896EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896EB; }
p { color: rgb(232,150,235); }
H1.HeaderClassName
{
color: #E896EB;
}
.AnyTagClassName
{
color: #E896EB;
}
</style>
background-color css
<style>
a { background-color: #E896EB; }
a { background-color: rgb(232,150,235); }
div.DivClassName
{
background-color: #E896EB;
}
.BgClassName
{
background-color: #E896EB;
}
</style>
border-color css
<style>
span { border-color: #E896EB; }
span { border-color: rgb(232,150,235); }
td.TdClassName
{
border-color: #E896EB;
}
.TagClassName
{
border-color: #E896EB;
}
</style>