Shades of Plum #E498DD
Tints of Plum #E498DD
RGB
CMYK
RGB Variations
Color information
#E498DD (or 0xE498DD) is known color: Plum. HEX triplet: E4, 98 and DD. RGB value is (228,152,221). Sum of RGB (Red+Green+Blue) = 228+152+221=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 228 - color contains mainly: red. Hex color #E498DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E498DD is #1B6722. Grayscale: #B6B6B6. Windows color (decimal): -1795875 or 14522596. OLE color: 14522596.
HSL color Cylindrical-coordinate representation of color #E498DD: hue angle of 305.53º 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 #E498DD is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 152 | 221 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.11 |
| HSL | 305.53º | 0.58% | 0.75% | - |
| HSV(B) | 305.53º | 0.33% | 0.89% | - |
| XYZ | 56.27 | 44.17 | 73.97 | - |
| YUV | 182.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 152 | 221 | 0 | 0.33 | 0.03 | 0.11 | 305.53 | 0.58 | 0.75 |
| Hex | E4 | 98 | DD | 0 | 21 | 3 | B | 132 | 3A | 4B |
| Octal | 344 | 230 | 335 | 0 | 41 | 3 | 13 | 462 | 72 | 113 |
| Binary | 11100100 | 10011000 | 11011101 | 0 | 100001 | 11 | 1011 | 100110010 | 111010 | 1001011 |
Color Harmonies of #E498DD
Complementary color
Monochromatic Colors of #E498DD
Black with #E498DD
Text Example
Text Example
White with #E498DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E498DD; }
p { color: rgb(228,152,221); }
H1.HeaderClassName
{
color: #E498DD;
}
.AnyTagClassName
{
color: #E498DD;
}
</style>
background-color css
<style>
a { background-color: #E498DD; }
a { background-color: rgb(228,152,221); }
div.DivClassName
{
background-color: #E498DD;
}
.BgClassName
{
background-color: #E498DD;
}
</style>
border-color css
<style>
span { border-color: #E498DD; }
span { border-color: rgb(228,152,221); }
td.TdClassName
{
border-color: #E498DD;
}
.TagClassName
{
border-color: #E498DD;
}
</style>