Shades of Plum #E896DE
Tints of Plum #E896DE
RGB
CMYK
RGB Variations
Color information
#E896DE (or 0xE896DE) is known color: Plum. HEX triplet: E8, 96 and DE. RGB value is (232,150,222). Sum of RGB (Red+Green+Blue) = 232+150+222=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 232 - color contains mainly: red. Hex color #E896DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896DE is #176921. Grayscale: #B6B6B6. Windows color (decimal): -1534242 or 14587624. OLE color: 14587624.
HSL color Cylindrical-coordinate representation of color #E896DE: hue angle of 307.32º 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 #E896DE is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 222 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.09 |
| HSL | 307.32º | 0.64% | 0.75% | - |
| HSV(B) | 307.32º | 0.35% | 0.91% | - |
| XYZ | 57.37 | 44.24 | 74.62 | - |
| YUV | 182.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 222 | 0 | 0.35 | 0.04 | 0.09 | 307.32 | 0.64 | 0.75 |
| Hex | E8 | 96 | DE | 0 | 23 | 4 | 9 | 133 | 40 | 4B |
| Octal | 350 | 226 | 336 | 0 | 43 | 4 | 11 | 463 | 100 | 113 |
| Binary | 11101000 | 10010110 | 11011110 | 0 | 100011 | 100 | 1001 | 100110011 | 1000000 | 1001011 |
Color Harmonies of #E896DE
Complementary color
Monochromatic Colors of #E896DE
Black with #E896DE
Text Example
Text Example
White with #E896DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896DE; }
p { color: rgb(232,150,222); }
H1.HeaderClassName
{
color: #E896DE;
}
.AnyTagClassName
{
color: #E896DE;
}
</style>
background-color css
<style>
a { background-color: #E896DE; }
a { background-color: rgb(232,150,222); }
div.DivClassName
{
background-color: #E896DE;
}
.BgClassName
{
background-color: #E896DE;
}
</style>
border-color css
<style>
span { border-color: #E896DE; }
span { border-color: rgb(232,150,222); }
td.TdClassName
{
border-color: #E896DE;
}
.TagClassName
{
border-color: #E896DE;
}
</style>