Shades of Plum #E998E5
Tints of Plum #E998E5
RGB
CMYK
RGB Variations
Color information
#E998E5 (or 0xE998E5) is known color: Plum. HEX triplet: E9, 98 and E5. RGB value is (233,152,229). Sum of RGB (Red+Green+Blue) = 233+152+229=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E998E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E998E5 is #16671A. Grayscale: #B8B8B8. Windows color (decimal): -1468187 or 15046889. OLE color: 15046889.
HSL color Cylindrical-coordinate representation of color #E998E5: hue angle of 302.96º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E998E5 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 229 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.09 |
| HSL | 302.96º | 0.65% | 0.75% | - |
| HSV(B) | 302.96º | 0.35% | 0.91% | - |
| XYZ | 58.98 | 45.44 | 79.79 | - |
| YUV | 185 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 229 | 0 | 0.35 | 0.02 | 0.09 | 302.96 | 0.65 | 0.75 |
| Hex | E9 | 98 | E5 | 0 | 23 | 2 | 9 | 12F | 41 | 4B |
| Octal | 351 | 230 | 345 | 0 | 43 | 2 | 11 | 457 | 101 | 113 |
| Binary | 11101001 | 10011000 | 11100101 | 0 | 100011 | 10 | 1001 | 100101111 | 1000001 | 1001011 |
Color Harmonies of #E998E5
Complementary color
Monochromatic Colors of #E998E5
Black with #E998E5
Text Example
Text Example
White with #E998E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E998E5; }
p { color: rgb(233,152,229); }
H1.HeaderClassName
{
color: #E998E5;
}
.AnyTagClassName
{
color: #E998E5;
}
</style>
background-color css
<style>
a { background-color: #E998E5; }
a { background-color: rgb(233,152,229); }
div.DivClassName
{
background-color: #E998E5;
}
.BgClassName
{
background-color: #E998E5;
}
</style>
border-color css
<style>
span { border-color: #E998E5; }
span { border-color: rgb(233,152,229); }
td.TdClassName
{
border-color: #E998E5;
}
.TagClassName
{
border-color: #E998E5;
}
</style>