Shades of Plum #E99AED
Tints of Plum #E99AED
RGB
CMYK
RGB Variations
Color information
#E99AED (or 0xE99AED) is known color: Plum. HEX triplet: E9, 9A and ED. RGB value is (233,154,237). Sum of RGB (Red+Green+Blue) = 233+154+237=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 154 (60.55% from 255 or 24.68% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #E99AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99AED is #166512. Grayscale: #BABABA. Windows color (decimal): -1467667 or 15571689. OLE color: 15571689.
HSL color Cylindrical-coordinate representation of color #E99AED: hue angle of 297.11º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E99AED is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 154 | 237 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.07 |
| HSL | 297.11º | 0.7% | 0.77% | - |
| HSV(B) | 297.11º | 0.35% | 0.93% | - |
| XYZ | 60.45 | 46.55 | 85.92 | - |
| YUV | 187.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 237 | 0.02 | 0.35 | 0 | 0.07 | 297.11 | 0.7 | 0.77 |
| Hex | E9 | 9A | ED | 2 | 23 | 0 | 7 | 129 | 46 | 4D |
| Octal | 351 | 232 | 355 | 2 | 43 | 0 | 7 | 451 | 106 | 115 |
| Binary | 11101001 | 10011010 | 11101101 | 10 | 100011 | 0 | 111 | 100101001 | 1000110 | 1001101 |
Color Harmonies of #E99AED
Complementary color
Monochromatic Colors of #E99AED
Black with #E99AED
Text Example
Text Example
White with #E99AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99AED; }
p { color: rgb(233,154,237); }
H1.HeaderClassName
{
color: #E99AED;
}
.AnyTagClassName
{
color: #E99AED;
}
</style>
background-color css
<style>
a { background-color: #E99AED; }
a { background-color: rgb(233,154,237); }
div.DivClassName
{
background-color: #E99AED;
}
.BgClassName
{
background-color: #E99AED;
}
</style>
border-color css
<style>
span { border-color: #E99AED; }
span { border-color: rgb(233,154,237); }
td.TdClassName
{
border-color: #E99AED;
}
.TagClassName
{
border-color: #E99AED;
}
</style>