Shades of Plum #E99BE9
Tints of Plum #E99BE9
RGB
CMYK
RGB Variations
Color information
#E99BE9 (or 0xE99BE9) is known color: Plum. HEX triplet: E9, 9B and E9. RGB value is (233,155,233). Sum of RGB (Red+Green+Blue) = 233+155+233=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E99BE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99BE9 is #166416. Grayscale: #BABABA. Windows color (decimal): -1467415 or 15309801. OLE color: 15309801.
HSL color Cylindrical-coordinate representation of color #E99BE9: hue angle of 300º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99BE9 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 233 | - |
| CMYK | 0 | 0.33 | 0 | 0.09 |
| HSL | 300º | 0.64% | 0.76% | - |
| HSV(B) | 300º | 0.33% | 0.91% | - |
| XYZ | 60.03 | 46.65 | 82.93 | - |
| YUV | 187.21 | 153.84 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 233 | 0 | 0.33 | 0 | 0.09 | 300 | 0.64 | 0.76 |
| Hex | E9 | 9B | E9 | 0 | 21 | 0 | 9 | 12C | 40 | 4C |
| Octal | 351 | 233 | 351 | 0 | 41 | 0 | 11 | 454 | 100 | 114 |
| Binary | 11101001 | 10011011 | 11101001 | 0 | 100001 | 0 | 1001 | 100101100 | 1000000 | 1001100 |
Color Harmonies of #E99BE9
Complementary color
Monochromatic Colors of #E99BE9
Black with #E99BE9
Text Example
Text Example
White with #E99BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99BE9; }
p { color: rgb(233,155,233); }
H1.HeaderClassName
{
color: #E99BE9;
}
.AnyTagClassName
{
color: #E99BE9;
}
</style>
background-color css
<style>
a { background-color: #E99BE9; }
a { background-color: rgb(233,155,233); }
div.DivClassName
{
background-color: #E99BE9;
}
.BgClassName
{
background-color: #E99BE9;
}
</style>
border-color css
<style>
span { border-color: #E99BE9; }
span { border-color: rgb(233,155,233); }
td.TdClassName
{
border-color: #E99BE9;
}
.TagClassName
{
border-color: #E99BE9;
}
</style>