Shades of Plum #E99FE3
Tints of Plum #E99FE3
RGB
CMYK
RGB Variations
Color information
#E99FE3 (or 0xE99FE3) is known color: Plum. HEX triplet: E9, 9F and E3. RGB value is (233,159,227). Sum of RGB (Red+Green+Blue) = 233+159+227=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 233 - color contains mainly: red. Hex color #E99FE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99FE3 is #16601C. Grayscale: #BCBCBC. Windows color (decimal): -1466397 or 14917609. OLE color: 14917609.
HSL color Cylindrical-coordinate representation of color #E99FE3: hue angle of 304.86º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E99FE3 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 227 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.09 |
| HSL | 304.86º | 0.63% | 0.77% | - |
| HSV(B) | 304.86º | 0.32% | 0.91% | - |
| XYZ | 59.87 | 47.67 | 78.72 | - |
| YUV | 188.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 227 | 0 | 0.32 | 0.03 | 0.09 | 304.86 | 0.63 | 0.77 |
| Hex | E9 | 9F | E3 | 0 | 20 | 3 | 9 | 131 | 3F | 4D |
| Octal | 351 | 237 | 343 | 0 | 40 | 3 | 11 | 461 | 77 | 115 |
| Binary | 11101001 | 10011111 | 11100011 | 0 | 100000 | 11 | 1001 | 100110001 | 111111 | 1001101 |
Color Harmonies of #E99FE3
Complementary color
Monochromatic Colors of #E99FE3
Black with #E99FE3
Text Example
Text Example
White with #E99FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99FE3; }
p { color: rgb(233,159,227); }
H1.HeaderClassName
{
color: #E99FE3;
}
.AnyTagClassName
{
color: #E99FE3;
}
</style>
background-color css
<style>
a { background-color: #E99FE3; }
a { background-color: rgb(233,159,227); }
div.DivClassName
{
background-color: #E99FE3;
}
.BgClassName
{
background-color: #E99FE3;
}
</style>
border-color css
<style>
span { border-color: #E99FE3; }
span { border-color: rgb(233,159,227); }
td.TdClassName
{
border-color: #E99FE3;
}
.TagClassName
{
border-color: #E99FE3;
}
</style>