Shades of Plum #E899ED
Tints of Plum #E899ED
RGB
CMYK
RGB Variations
Color information
#E899ED (or 0xE899ED) is known color: Plum. HEX triplet: E8, 99 and ED. RGB value is (232,153,237). Sum of RGB (Red+Green+Blue) = 232+153+237=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #E899ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E899ED is #176612. Grayscale: #B9B9B9. Windows color (decimal): -1533459 or 15571432. OLE color: 15571432.
HSL color Cylindrical-coordinate representation of color #E899ED: hue angle of 296.43º degrees, saturation: 0.7, 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 #E899ED is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 153 | 237 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.07 |
| HSL | 296.43º | 0.7% | 0.76% | - |
| HSV(B) | 296.43º | 0.35% | 0.93% | - |
| XYZ | 59.96 | 46.05 | 85.85 | - |
| YUV | 186.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 153 | 237 | 0.02 | 0.35 | 0 | 0.07 | 296.43 | 0.7 | 0.76 |
| Hex | E8 | 99 | ED | 2 | 23 | 0 | 7 | 128 | 46 | 4C |
| Octal | 350 | 231 | 355 | 2 | 43 | 0 | 7 | 450 | 106 | 114 |
| Binary | 11101000 | 10011001 | 11101101 | 10 | 100011 | 0 | 111 | 100101000 | 1000110 | 1001100 |
Color Harmonies of #E899ED
Complementary color
Monochromatic Colors of #E899ED
Black with #E899ED
Text Example
Text Example
White with #E899ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E899ED; }
p { color: rgb(232,153,237); }
H1.HeaderClassName
{
color: #E899ED;
}
.AnyTagClassName
{
color: #E899ED;
}
</style>
background-color css
<style>
a { background-color: #E899ED; }
a { background-color: rgb(232,153,237); }
div.DivClassName
{
background-color: #E899ED;
}
.BgClassName
{
background-color: #E899ED;
}
</style>
border-color css
<style>
span { border-color: #E899ED; }
span { border-color: rgb(232,153,237); }
td.TdClassName
{
border-color: #E899ED;
}
.TagClassName
{
border-color: #E899ED;
}
</style>