Shades of Plum #E899EC
Tints of Plum #E899EC
RGB
CMYK
RGB Variations
Color information
#E899EC (or 0xE899EC) is known color: Plum. HEX triplet: E8, 99 and EC. RGB value is (232,153,236). Sum of RGB (Red+Green+Blue) = 232+153+236=621 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.36% from 621); Green value is 153 (60.16% from 255 or 24.64% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #E899EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E899EC is #176613. Grayscale: #B9B9B9. Windows color (decimal): -1533460 or 15505896. OLE color: 15505896.
HSL color Cylindrical-coordinate representation of color #E899EC: hue angle of 297.11º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E899EC is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 153 | 236 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.07 |
| HSL | 297.11º | 0.69% | 0.76% | - |
| HSV(B) | 297.11º | 0.35% | 0.93% | - |
| XYZ | 59.81 | 45.99 | 85.08 | - |
| YUV | 186.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 153 | 236 | 0.02 | 0.35 | 0 | 0.07 | 297.11 | 0.69 | 0.76 |
| Hex | E8 | 99 | EC | 2 | 23 | 0 | 7 | 129 | 45 | 4C |
| Octal | 350 | 231 | 354 | 2 | 43 | 0 | 7 | 451 | 105 | 114 |
| Binary | 11101000 | 10011001 | 11101100 | 10 | 100011 | 0 | 111 | 100101001 | 1000101 | 1001100 |
Color Harmonies of #E899EC
Complementary color
Monochromatic Colors of #E899EC
Black with #E899EC
Text Example
Text Example
White with #E899EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E899EC; }
p { color: rgb(232,153,236); }
H1.HeaderClassName
{
color: #E899EC;
}
.AnyTagClassName
{
color: #E899EC;
}
</style>
background-color css
<style>
a { background-color: #E899EC; }
a { background-color: rgb(232,153,236); }
div.DivClassName
{
background-color: #E899EC;
}
.BgClassName
{
background-color: #E899EC;
}
</style>
border-color css
<style>
span { border-color: #E899EC; }
span { border-color: rgb(232,153,236); }
td.TdClassName
{
border-color: #E899EC;
}
.TagClassName
{
border-color: #E899EC;
}
</style>