Shades of Plum #E896E6
Tints of Plum #E896E6
RGB
CMYK
RGB Variations
Color information
#E896E6 (or 0xE896E6) is known color: Plum. HEX triplet: E8, 96 and E6. RGB value is (232,150,230). Sum of RGB (Red+Green+Blue) = 232+150+230=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E896E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E896E6 is #176919. Grayscale: #B7B7B7. Windows color (decimal): -1534234 or 15111912. OLE color: 15111912.
HSL color Cylindrical-coordinate representation of color #E896E6: hue angle of 301.46º 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 #E896E6 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 230 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.09 |
| HSL | 301.46º | 0.64% | 0.75% | - |
| HSV(B) | 301.46º | 0.35% | 0.91% | - |
| XYZ | 58.47 | 44.68 | 80.41 | - |
| YUV | 183.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 230 | 0 | 0.35 | 0.01 | 0.09 | 301.46 | 0.64 | 0.75 |
| Hex | E8 | 96 | E6 | 0 | 23 | 1 | 9 | 12D | 40 | 4B |
| Octal | 350 | 226 | 346 | 0 | 43 | 1 | 11 | 455 | 100 | 113 |
| Binary | 11101000 | 10010110 | 11100110 | 0 | 100011 | 1 | 1001 | 100101101 | 1000000 | 1001011 |
Color Harmonies of #E896E6
Complementary color
Monochromatic Colors of #E896E6
Black with #E896E6
Text Example
Text Example
White with #E896E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896E6; }
p { color: rgb(232,150,230); }
H1.HeaderClassName
{
color: #E896E6;
}
.AnyTagClassName
{
color: #E896E6;
}
</style>
background-color css
<style>
a { background-color: #E896E6; }
a { background-color: rgb(232,150,230); }
div.DivClassName
{
background-color: #E896E6;
}
.BgClassName
{
background-color: #E896E6;
}
</style>
border-color css
<style>
span { border-color: #E896E6; }
span { border-color: rgb(232,150,230); }
td.TdClassName
{
border-color: #E896E6;
}
.TagClassName
{
border-color: #E896E6;
}
</style>