Shades of Plum #E896E5
Tints of Plum #E896E5
RGB
CMYK
RGB Variations
Color information
#E896E5 (or 0xE896E5) is known color: Plum. HEX triplet: E8, 96 and E5. RGB value is (232,150,229). Sum of RGB (Red+Green+Blue) = 232+150+229=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E896E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896E5 is #17691A. Grayscale: #B7B7B7. Windows color (decimal): -1534235 or 15046376. OLE color: 15046376.
HSL color Cylindrical-coordinate representation of color #E896E5: hue angle of 302.2º 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 #E896E5 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 229 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.09 |
| HSL | 302.2º | 0.64% | 0.75% | - |
| HSV(B) | 302.2º | 0.35% | 0.91% | - |
| XYZ | 58.33 | 44.63 | 79.67 | - |
| YUV | 183.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 229 | 0 | 0.35 | 0.01 | 0.09 | 302.2 | 0.64 | 0.75 |
| Hex | E8 | 96 | E5 | 0 | 23 | 1 | 9 | 12E | 40 | 4B |
| Octal | 350 | 226 | 345 | 0 | 43 | 1 | 11 | 456 | 100 | 113 |
| Binary | 11101000 | 10010110 | 11100101 | 0 | 100011 | 1 | 1001 | 100101110 | 1000000 | 1001011 |
Color Harmonies of #E896E5
Complementary color
Monochromatic Colors of #E896E5
Black with #E896E5
Text Example
Text Example
White with #E896E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896E5; }
p { color: rgb(232,150,229); }
H1.HeaderClassName
{
color: #E896E5;
}
.AnyTagClassName
{
color: #E896E5;
}
</style>
background-color css
<style>
a { background-color: #E896E5; }
a { background-color: rgb(232,150,229); }
div.DivClassName
{
background-color: #E896E5;
}
.BgClassName
{
background-color: #E896E5;
}
</style>
border-color css
<style>
span { border-color: #E896E5; }
span { border-color: rgb(232,150,229); }
td.TdClassName
{
border-color: #E896E5;
}
.TagClassName
{
border-color: #E896E5;
}
</style>