Shades of Plum #E99FEA
Tints of Plum #E99FEA
RGB
CMYK
RGB Variations
Color information
#E99FEA (or 0xE99FEA) is known color: Plum. HEX triplet: E9, 9F and EA. RGB value is (233,159,234). Sum of RGB (Red+Green+Blue) = 233+159+234=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #E99FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99FEA is #166015. Grayscale: #BDBDBD. Windows color (decimal): -1466390 or 15376361. OLE color: 15376361.
HSL color Cylindrical-coordinate representation of color #E99FEA: hue angle of 299.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E99FEA is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 159 | 234 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.08 |
| HSL | 299.2º | 0.64% | 0.77% | - |
| HSV(B) | 299.2º | 0.32% | 0.92% | - |
| XYZ | 60.85 | 48.06 | 83.91 | - |
| YUV | 189.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 234 | 0.00 | 0.32 | 0 | 0.08 | 299.2 | 0.64 | 0.77 |
| Hex | E9 | 9F | EA | 0 | 20 | 0 | 8 | 12B | 40 | 4D |
| Octal | 351 | 237 | 352 | 0 | 40 | 0 | 10 | 453 | 100 | 115 |
| Binary | 11101001 | 10011111 | 11101010 | 0 | 100000 | 0 | 1000 | 100101011 | 1000000 | 1001101 |
Color Harmonies of #E99FEA
Complementary color
Monochromatic Colors of #E99FEA
Black with #E99FEA
Text Example
Text Example
White with #E99FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99FEA; }
p { color: rgb(233,159,234); }
H1.HeaderClassName
{
color: #E99FEA;
}
.AnyTagClassName
{
color: #E99FEA;
}
</style>
background-color css
<style>
a { background-color: #E99FEA; }
a { background-color: rgb(233,159,234); }
div.DivClassName
{
background-color: #E99FEA;
}
.BgClassName
{
background-color: #E99FEA;
}
</style>
border-color css
<style>
span { border-color: #E99FEA; }
span { border-color: rgb(233,159,234); }
td.TdClassName
{
border-color: #E99FEA;
}
.TagClassName
{
border-color: #E99FEA;
}
</style>