Shades of Plum #E99BE7
Tints of Plum #E99BE7
RGB
CMYK
RGB Variations
Color information
#E99BE7 (or 0xE99BE7) is known color: Plum. HEX triplet: E9, 9B and E7. RGB value is (233,155,231). Sum of RGB (Red+Green+Blue) = 233+155+231=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 233 - color contains mainly: red. Hex color #E99BE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99BE7 is #166418. Grayscale: #BABABA. Windows color (decimal): -1467417 or 15178729. OLE color: 15178729.
HSL color Cylindrical-coordinate representation of color #E99BE7: hue angle of 301.54º 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 #E99BE7 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 231 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.09 |
| HSL | 301.54º | 0.64% | 0.76% | - |
| HSV(B) | 301.54º | 0.33% | 0.91% | - |
| XYZ | 59.75 | 46.54 | 81.43 | - |
| YUV | 186.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 231 | 0 | 0.33 | 0.01 | 0.09 | 301.54 | 0.64 | 0.76 |
| Hex | E9 | 9B | E7 | 0 | 21 | 1 | 9 | 12E | 40 | 4C |
| Octal | 351 | 233 | 347 | 0 | 41 | 1 | 11 | 456 | 100 | 114 |
| Binary | 11101001 | 10011011 | 11100111 | 0 | 100001 | 1 | 1001 | 100101110 | 1000000 | 1001100 |
Color Harmonies of #E99BE7
Complementary color
Monochromatic Colors of #E99BE7
Black with #E99BE7
Text Example
Text Example
White with #E99BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99BE7; }
p { color: rgb(233,155,231); }
H1.HeaderClassName
{
color: #E99BE7;
}
.AnyTagClassName
{
color: #E99BE7;
}
</style>
background-color css
<style>
a { background-color: #E99BE7; }
a { background-color: rgb(233,155,231); }
div.DivClassName
{
background-color: #E99BE7;
}
.BgClassName
{
background-color: #E99BE7;
}
</style>
border-color css
<style>
span { border-color: #E99BE7; }
span { border-color: rgb(233,155,231); }
td.TdClassName
{
border-color: #E99BE7;
}
.TagClassName
{
border-color: #E99BE7;
}
</style>