Shades of Plum #E99FF1
Tints of Plum #E99FF1
RGB
CMYK
RGB Variations
Color information
#E99FF1 (or 0xE99FF1) is known color: Plum. HEX triplet: E9, 9F and F1. RGB value is (233,159,241). Sum of RGB (Red+Green+Blue) = 233+159+241=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #E99FF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99FF1 is #16600E. Grayscale: #BEBEBE. Windows color (decimal): -1466383 or 15835113. OLE color: 15835113.
HSL color Cylindrical-coordinate representation of color #E99FF1: hue angle of 294.15º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E99FF1 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 159 | 241 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.05 |
| HSL | 294.15º | 0.75% | 0.78% | - |
| HSV(B) | 294.15º | 0.34% | 0.95% | - |
| XYZ | 61.88 | 48.47 | 89.31 | - |
| YUV | 190.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 241 | 0.03 | 0.34 | 0 | 0.05 | 294.15 | 0.75 | 0.78 |
| Hex | E9 | 9F | F1 | 3 | 22 | 0 | 5 | 126 | 4B | 4E |
| Octal | 351 | 237 | 361 | 3 | 42 | 0 | 5 | 446 | 113 | 116 |
| Binary | 11101001 | 10011111 | 11110001 | 11 | 100010 | 0 | 101 | 100100110 | 1001011 | 1001110 |
Color Harmonies of #E99FF1
Complementary color
Monochromatic Colors of #E99FF1
Black with #E99FF1
Text Example
Text Example
White with #E99FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99FF1; }
p { color: rgb(233,159,241); }
H1.HeaderClassName
{
color: #E99FF1;
}
.AnyTagClassName
{
color: #E99FF1;
}
</style>
background-color css
<style>
a { background-color: #E99FF1; }
a { background-color: rgb(233,159,241); }
div.DivClassName
{
background-color: #E99FF1;
}
.BgClassName
{
background-color: #E99FF1;
}
</style>
border-color css
<style>
span { border-color: #E99FF1; }
span { border-color: rgb(233,159,241); }
td.TdClassName
{
border-color: #E99FF1;
}
.TagClassName
{
border-color: #E99FF1;
}
</style>