Shades of Plum #E99AE2
Tints of Plum #E99AE2
RGB
CMYK
RGB Variations
Color information
#E99AE2 (or 0xE99AE2) is known color: Plum. HEX triplet: E9, 9A and E2. RGB value is (233,154,226). Sum of RGB (Red+Green+Blue) = 233+154+226=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E99AE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99AE2 is #16651D. Grayscale: #B9B9B9. Windows color (decimal): -1467678 or 14850793. OLE color: 14850793.
HSL color Cylindrical-coordinate representation of color #E99AE2: hue angle of 305.32º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E99AE2 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 154 | 226 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.09 |
| HSL | 305.32º | 0.64% | 0.76% | - |
| HSV(B) | 305.32º | 0.34% | 0.91% | - |
| XYZ | 58.89 | 45.93 | 77.71 | - |
| YUV | 185.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 226 | 0 | 0.34 | 0.03 | 0.09 | 305.32 | 0.64 | 0.76 |
| Hex | E9 | 9A | E2 | 0 | 22 | 3 | 9 | 131 | 40 | 4C |
| Octal | 351 | 232 | 342 | 0 | 42 | 3 | 11 | 461 | 100 | 114 |
| Binary | 11101001 | 10011010 | 11100010 | 0 | 100010 | 11 | 1001 | 100110001 | 1000000 | 1001100 |
Color Harmonies of #E99AE2
Complementary color
Monochromatic Colors of #E99AE2
Black with #E99AE2
Text Example
Text Example
White with #E99AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99AE2; }
p { color: rgb(233,154,226); }
H1.HeaderClassName
{
color: #E99AE2;
}
.AnyTagClassName
{
color: #E99AE2;
}
</style>
background-color css
<style>
a { background-color: #E99AE2; }
a { background-color: rgb(233,154,226); }
div.DivClassName
{
background-color: #E99AE2;
}
.BgClassName
{
background-color: #E99AE2;
}
</style>
border-color css
<style>
span { border-color: #E99AE2; }
span { border-color: rgb(233,154,226); }
td.TdClassName
{
border-color: #E99AE2;
}
.TagClassName
{
border-color: #E99AE2;
}
</style>