Shades of Plum #E896DB
Tints of Plum #E896DB
RGB
CMYK
RGB Variations
Color information
#E896DB (or 0xE896DB) is known color: Plum. HEX triplet: E8, 96 and DB. RGB value is (232,150,219). Sum of RGB (Red+Green+Blue) = 232+150+219=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E896DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896DB is #176924. Grayscale: #B6B6B6. Windows color (decimal): -1534245 or 14391016. OLE color: 14391016.
HSL color Cylindrical-coordinate representation of color #E896DB: hue angle of 309.51º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E896DB is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 219 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.09 |
| HSL | 309.51º | 0.64% | 0.75% | - |
| HSV(B) | 309.51º | 0.35% | 0.91% | - |
| XYZ | 56.97 | 44.08 | 72.52 | - |
| YUV | 182.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 219 | 0 | 0.35 | 0.06 | 0.09 | 309.51 | 0.64 | 0.75 |
| Hex | E8 | 96 | DB | 0 | 23 | 6 | 9 | 136 | 40 | 4B |
| Octal | 350 | 226 | 333 | 0 | 43 | 6 | 11 | 466 | 100 | 113 |
| Binary | 11101000 | 10010110 | 11011011 | 0 | 100011 | 110 | 1001 | 100110110 | 1000000 | 1001011 |
Color Harmonies of #E896DB
Complementary color
Monochromatic Colors of #E896DB
Black with #E896DB
Text Example
Text Example
White with #E896DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896DB; }
p { color: rgb(232,150,219); }
H1.HeaderClassName
{
color: #E896DB;
}
.AnyTagClassName
{
color: #E896DB;
}
</style>
background-color css
<style>
a { background-color: #E896DB; }
a { background-color: rgb(232,150,219); }
div.DivClassName
{
background-color: #E896DB;
}
.BgClassName
{
background-color: #E896DB;
}
</style>
border-color css
<style>
span { border-color: #E896DB; }
span { border-color: rgb(232,150,219); }
td.TdClassName
{
border-color: #E896DB;
}
.TagClassName
{
border-color: #E896DB;
}
</style>