Shades of Plum #E899EB
Tints of Plum #E899EB
RGB
CMYK
RGB Variations
Color information
#E899EB (or 0xE899EB) is known color: Plum. HEX triplet: E8, 99 and EB. RGB value is (232,153,235). Sum of RGB (Red+Green+Blue) = 232+153+235=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #E899EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E899EB is #176614. Grayscale: #B9B9B9. Windows color (decimal): -1533461 or 15440360. OLE color: 15440360.
HSL color Cylindrical-coordinate representation of color #E899EB: hue angle of 297.8º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E899EB is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 153 | 235 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.08 |
| HSL | 297.8º | 0.67% | 0.76% | - |
| HSV(B) | 297.8º | 0.35% | 0.92% | - |
| XYZ | 59.67 | 45.94 | 84.32 | - |
| YUV | 185.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 153 | 235 | 0.01 | 0.35 | 0 | 0.08 | 297.8 | 0.67 | 0.76 |
| Hex | E8 | 99 | EB | 1 | 23 | 0 | 8 | 12A | 43 | 4C |
| Octal | 350 | 231 | 353 | 1 | 43 | 0 | 10 | 452 | 103 | 114 |
| Binary | 11101000 | 10011001 | 11101011 | 1 | 100011 | 0 | 1000 | 100101010 | 1000011 | 1001100 |
Color Harmonies of #E899EB
Complementary color
Monochromatic Colors of #E899EB
Black with #E899EB
Text Example
Text Example
White with #E899EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E899EB; }
p { color: rgb(232,153,235); }
H1.HeaderClassName
{
color: #E899EB;
}
.AnyTagClassName
{
color: #E899EB;
}
</style>
background-color css
<style>
a { background-color: #E899EB; }
a { background-color: rgb(232,153,235); }
div.DivClassName
{
background-color: #E899EB;
}
.BgClassName
{
background-color: #E899EB;
}
</style>
border-color css
<style>
span { border-color: #E899EB; }
span { border-color: rgb(232,153,235); }
td.TdClassName
{
border-color: #E899EB;
}
.TagClassName
{
border-color: #E899EB;
}
</style>