Shades of Plum #E991DE
Tints of Plum #E991DE
RGB
CMYK
RGB Variations
Color information
#E991DE (or 0xE991DE) is known color: Plum. HEX triplet: E9, 91 and DE. RGB value is (233,145,222). Sum of RGB (Red+Green+Blue) = 233+145+222=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E991DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E991DE is #166E21. Grayscale: #B3B3B3. Windows color (decimal): -1469986 or 14586345. OLE color: 14586345.
HSL color Cylindrical-coordinate representation of color #E991DE: hue angle of 307.5º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E991DE is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 222 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.09 |
| HSL | 307.5º | 0.67% | 0.74% | - |
| HSV(B) | 307.5º | 0.38% | 0.91% | - |
| XYZ | 56.91 | 42.85 | 74.38 | - |
| YUV | 180.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 222 | 0 | 0.38 | 0.05 | 0.09 | 307.5 | 0.67 | 0.74 |
| Hex | E9 | 91 | DE | 0 | 26 | 5 | 9 | 134 | 43 | 4A |
| Octal | 351 | 221 | 336 | 0 | 46 | 5 | 11 | 464 | 103 | 112 |
| Binary | 11101001 | 10010001 | 11011110 | 0 | 100110 | 101 | 1001 | 100110100 | 1000011 | 1001010 |
Color Harmonies of #E991DE
Complementary color
Monochromatic Colors of #E991DE
Black with #E991DE
Text Example
Text Example
White with #E991DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E991DE; }
p { color: rgb(233,145,222); }
H1.HeaderClassName
{
color: #E991DE;
}
.AnyTagClassName
{
color: #E991DE;
}
</style>
background-color css
<style>
a { background-color: #E991DE; }
a { background-color: rgb(233,145,222); }
div.DivClassName
{
background-color: #E991DE;
}
.BgClassName
{
background-color: #E991DE;
}
</style>
border-color css
<style>
span { border-color: #E991DE; }
span { border-color: rgb(233,145,222); }
td.TdClassName
{
border-color: #E991DE;
}
.TagClassName
{
border-color: #E991DE;
}
</style>