Shades of Plum #E99AE5
Tints of Plum #E99AE5
RGB
CMYK
RGB Variations
Color information
#E99AE5 (or 0xE99AE5) is known color: Plum. HEX triplet: E9, 9A and E5. RGB value is (233,154,229). Sum of RGB (Red+Green+Blue) = 233+154+229=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 233 - color contains mainly: red. Hex color #E99AE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99AE5 is #16651A. Grayscale: #B9B9B9. Windows color (decimal): -1467675 or 15047401. OLE color: 15047401.
HSL color Cylindrical-coordinate representation of color #E99AE5: hue angle of 303.04º 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 #E99AE5 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 154 | 229 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.09 |
| HSL | 303.04º | 0.64% | 0.76% | - |
| HSV(B) | 303.04º | 0.34% | 0.91% | - |
| XYZ | 59.3 | 46.09 | 79.9 | - |
| YUV | 186.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 229 | 0 | 0.34 | 0.02 | 0.09 | 303.04 | 0.64 | 0.76 |
| Hex | E9 | 9A | E5 | 0 | 22 | 2 | 9 | 12F | 40 | 4C |
| Octal | 351 | 232 | 345 | 0 | 42 | 2 | 11 | 457 | 100 | 114 |
| Binary | 11101001 | 10011010 | 11100101 | 0 | 100010 | 10 | 1001 | 100101111 | 1000000 | 1001100 |
Color Harmonies of #E99AE5
Complementary color
Monochromatic Colors of #E99AE5
Black with #E99AE5
Text Example
Text Example
White with #E99AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99AE5; }
p { color: rgb(233,154,229); }
H1.HeaderClassName
{
color: #E99AE5;
}
.AnyTagClassName
{
color: #E99AE5;
}
</style>
background-color css
<style>
a { background-color: #E99AE5; }
a { background-color: rgb(233,154,229); }
div.DivClassName
{
background-color: #E99AE5;
}
.BgClassName
{
background-color: #E99AE5;
}
</style>
border-color css
<style>
span { border-color: #E99AE5; }
span { border-color: rgb(233,154,229); }
td.TdClassName
{
border-color: #E99AE5;
}
.TagClassName
{
border-color: #E99AE5;
}
</style>