Shades of Plum #E498DA
Tints of Plum #E498DA
RGB
CMYK
RGB Variations
Color information
#E498DA (or 0xE498DA) is known color: Plum. HEX triplet: E4, 98 and DA. RGB value is (228,152,218). Sum of RGB (Red+Green+Blue) = 228+152+218=598 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.13% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 228 - color contains mainly: red. Hex color #E498DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E498DA is #1B6725. Grayscale: #B6B6B6. Windows color (decimal): -1795878 or 14325988. OLE color: 14325988.
HSL color Cylindrical-coordinate representation of color #E498DA: hue angle of 307.89º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E498DA is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 152 | 218 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.11 |
| HSL | 307.89º | 0.58% | 0.75% | - |
| HSV(B) | 307.89º | 0.33% | 0.89% | - |
| XYZ | 55.88 | 44.01 | 71.88 | - |
| YUV | 182.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 152 | 218 | 0 | 0.33 | 0.04 | 0.11 | 307.89 | 0.58 | 0.75 |
| Hex | E4 | 98 | DA | 0 | 21 | 4 | B | 134 | 3A | 4B |
| Octal | 344 | 230 | 332 | 0 | 41 | 4 | 13 | 464 | 72 | 113 |
| Binary | 11100100 | 10011000 | 11011010 | 0 | 100001 | 100 | 1011 | 100110100 | 111010 | 1001011 |
Color Harmonies of #E498DA
Complementary color
Monochromatic Colors of #E498DA
Black with #E498DA
Text Example
Text Example
White with #E498DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E498DA; }
p { color: rgb(228,152,218); }
H1.HeaderClassName
{
color: #E498DA;
}
.AnyTagClassName
{
color: #E498DA;
}
</style>
background-color css
<style>
a { background-color: #E498DA; }
a { background-color: rgb(228,152,218); }
div.DivClassName
{
background-color: #E498DA;
}
.BgClassName
{
background-color: #E498DA;
}
</style>
border-color css
<style>
span { border-color: #E498DA; }
span { border-color: rgb(228,152,218); }
td.TdClassName
{
border-color: #E498DA;
}
.TagClassName
{
border-color: #E498DA;
}
</style>