Shades of Plum #E896EA
Tints of Plum #E896EA
RGB
CMYK
RGB Variations
Color information
#E896EA (or 0xE896EA) is known color: Plum. HEX triplet: E8, 96 and EA. RGB value is (232,150,234). Sum of RGB (Red+Green+Blue) = 232+150+234=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #E896EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E896EA is #176915. Grayscale: #B7B7B7. Windows color (decimal): -1534230 or 15374056. OLE color: 15374056.
HSL color Cylindrical-coordinate representation of color #E896EA: hue angle of 298.57º degrees, saturation: 0.67, 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 #E896EA is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 150 | 234 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.08 |
| HSL | 298.57º | 0.67% | 0.75% | - |
| HSV(B) | 298.57º | 0.36% | 0.92% | - |
| XYZ | 59.04 | 44.91 | 83.4 | - |
| YUV | 184.09 | 156.17 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 234 | 0.01 | 0.36 | 0 | 0.08 | 298.57 | 0.67 | 0.75 |
| Hex | E8 | 96 | EA | 1 | 24 | 0 | 8 | 12B | 43 | 4B |
| Octal | 350 | 226 | 352 | 1 | 44 | 0 | 10 | 453 | 103 | 113 |
| Binary | 11101000 | 10010110 | 11101010 | 1 | 100100 | 0 | 1000 | 100101011 | 1000011 | 1001011 |
Color Harmonies of #E896EA
Complementary color
Monochromatic Colors of #E896EA
Black with #E896EA
Text Example
Text Example
White with #E896EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896EA; }
p { color: rgb(232,150,234); }
H1.HeaderClassName
{
color: #E896EA;
}
.AnyTagClassName
{
color: #E896EA;
}
</style>
background-color css
<style>
a { background-color: #E896EA; }
a { background-color: rgb(232,150,234); }
div.DivClassName
{
background-color: #E896EA;
}
.BgClassName
{
background-color: #E896EA;
}
</style>
border-color css
<style>
span { border-color: #E896EA; }
span { border-color: rgb(232,150,234); }
td.TdClassName
{
border-color: #E896EA;
}
.TagClassName
{
border-color: #E896EA;
}
</style>