Shades of Plum #E994D9
Tints of Plum #E994D9
RGB
CMYK
RGB Variations
Color information
#E994D9 (or 0xE994D9) is known color: Plum. HEX triplet: E9, 94 and D9. RGB value is (233,148,217). Sum of RGB (Red+Green+Blue) = 233+148+217=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E994D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E994D9 is #166B26. Grayscale: #B5B5B5. Windows color (decimal): -1469223 or 14259433. OLE color: 14259433.
HSL color Cylindrical-coordinate representation of color #E994D9: hue angle of 311.29º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E994D9 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 148 | 217 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.09 |
| HSL | 311.29º | 0.66% | 0.75% | - |
| HSV(B) | 311.29º | 0.36% | 0.91% | - |
| XYZ | 56.72 | 43.51 | 71.06 | - |
| YUV | 181.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 217 | 0 | 0.36 | 0.07 | 0.09 | 311.29 | 0.66 | 0.75 |
| Hex | E9 | 94 | D9 | 0 | 24 | 7 | 9 | 137 | 42 | 4B |
| Octal | 351 | 224 | 331 | 0 | 44 | 7 | 11 | 467 | 102 | 113 |
| Binary | 11101001 | 10010100 | 11011001 | 0 | 100100 | 111 | 1001 | 100110111 | 1000010 | 1001011 |
Color Harmonies of #E994D9
Complementary color
Monochromatic Colors of #E994D9
Black with #E994D9
Text Example
Text Example
White with #E994D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E994D9; }
p { color: rgb(233,148,217); }
H1.HeaderClassName
{
color: #E994D9;
}
.AnyTagClassName
{
color: #E994D9;
}
</style>
background-color css
<style>
a { background-color: #E994D9; }
a { background-color: rgb(233,148,217); }
div.DivClassName
{
background-color: #E994D9;
}
.BgClassName
{
background-color: #E994D9;
}
</style>
border-color css
<style>
span { border-color: #E994D9; }
span { border-color: rgb(233,148,217); }
td.TdClassName
{
border-color: #E994D9;
}
.TagClassName
{
border-color: #E994D9;
}
</style>