Shades of Plum #E498DE
Tints of Plum #E498DE
RGB
CMYK
RGB Variations
Color information
#E498DE (or 0xE498DE) is known color: Plum. HEX triplet: E4, 98 and DE. RGB value is (228,152,222). Sum of RGB (Red+Green+Blue) = 228+152+222=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 228 - color contains mainly: red. Hex color #E498DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E498DE is #1B6721. Grayscale: #B6B6B6. Windows color (decimal): -1795874 or 14588132. OLE color: 14588132.
HSL color Cylindrical-coordinate representation of color #E498DE: hue angle of 304.74º 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 #E498DE is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 152 | 222 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.11 |
| HSL | 304.74º | 0.58% | 0.75% | - |
| HSV(B) | 304.74º | 0.33% | 0.89% | - |
| XYZ | 56.41 | 44.22 | 74.67 | - |
| YUV | 182.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 152 | 222 | 0 | 0.33 | 0.03 | 0.11 | 304.74 | 0.58 | 0.75 |
| Hex | E4 | 98 | DE | 0 | 21 | 3 | B | 131 | 3A | 4B |
| Octal | 344 | 230 | 336 | 0 | 41 | 3 | 13 | 461 | 72 | 113 |
| Binary | 11100100 | 10011000 | 11011110 | 0 | 100001 | 11 | 1011 | 100110001 | 111010 | 1001011 |
Color Harmonies of #E498DE
Complementary color
Monochromatic Colors of #E498DE
Black with #E498DE
Text Example
Text Example
White with #E498DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E498DE; }
p { color: rgb(228,152,222); }
H1.HeaderClassName
{
color: #E498DE;
}
.AnyTagClassName
{
color: #E498DE;
}
</style>
background-color css
<style>
a { background-color: #E498DE; }
a { background-color: rgb(228,152,222); }
div.DivClassName
{
background-color: #E498DE;
}
.BgClassName
{
background-color: #E498DE;
}
</style>
border-color css
<style>
span { border-color: #E498DE; }
span { border-color: rgb(228,152,222); }
td.TdClassName
{
border-color: #E498DE;
}
.TagClassName
{
border-color: #E498DE;
}
</style>