Shades of Plum #E999ED
Tints of Plum #E999ED
RGB
CMYK
RGB Variations
Color information
#E999ED (or 0xE999ED) is known color: Plum. HEX triplet: E9, 99 and ED. RGB value is (233,153,237). Sum of RGB (Red+Green+Blue) = 233+153+237=623 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.40% from 623); Green value is 153 (60.16% from 255 or 24.56% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #E999ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E999ED is #166612. Grayscale: #BABABA. Windows color (decimal): -1467923 or 15571433. OLE color: 15571433.
HSL color Cylindrical-coordinate representation of color #E999ED: hue angle of 297.14º 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 #E999ED is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 153 | 237 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.07 |
| HSL | 297.14º | 0.7% | 0.76% | - |
| HSV(B) | 297.14º | 0.35% | 0.93% | - |
| XYZ | 60.28 | 46.22 | 85.87 | - |
| YUV | 186.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 237 | 0.02 | 0.35 | 0 | 0.07 | 297.14 | 0.7 | 0.76 |
| Hex | E9 | 99 | ED | 2 | 23 | 0 | 7 | 129 | 46 | 4C |
| Octal | 351 | 231 | 355 | 2 | 43 | 0 | 7 | 451 | 106 | 114 |
| Binary | 11101001 | 10011001 | 11101101 | 10 | 100011 | 0 | 111 | 100101001 | 1000110 | 1001100 |
Color Harmonies of #E999ED
Complementary color
Monochromatic Colors of #E999ED
Black with #E999ED
Text Example
Text Example
White with #E999ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E999ED; }
p { color: rgb(233,153,237); }
H1.HeaderClassName
{
color: #E999ED;
}
.AnyTagClassName
{
color: #E999ED;
}
</style>
background-color css
<style>
a { background-color: #E999ED; }
a { background-color: rgb(233,153,237); }
div.DivClassName
{
background-color: #E999ED;
}
.BgClassName
{
background-color: #E999ED;
}
</style>
border-color css
<style>
span { border-color: #E999ED; }
span { border-color: rgb(233,153,237); }
td.TdClassName
{
border-color: #E999ED;
}
.TagClassName
{
border-color: #E999ED;
}
</style>