Shades of Plum #E498ED
Tints of Plum #E498ED
RGB
CMYK
RGB Variations
Color information
#E498ED (or 0xE498ED) is known color: Plum. HEX triplet: E4, 98 and ED. RGB value is (228,152,237). Sum of RGB (Red+Green+Blue) = 228+152+237=617 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.95% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #E498ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E498ED is #1B6712. Grayscale: #B8B8B8. Windows color (decimal): -1795859 or 15571172. OLE color: 15571172.
HSL color Cylindrical-coordinate representation of color #E498ED: hue angle of 293.65º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E498ED is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 152 | 237 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.07 |
| HSL | 293.65º | 0.7% | 0.76% | - |
| HSV(B) | 293.65º | 0.36% | 0.93% | - |
| XYZ | 58.51 | 45.06 | 85.74 | - |
| YUV | 184.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 152 | 237 | 0.04 | 0.36 | 0 | 0.07 | 293.65 | 0.7 | 0.76 |
| Hex | E4 | 98 | ED | 4 | 24 | 0 | 7 | 126 | 46 | 4C |
| Octal | 344 | 230 | 355 | 4 | 44 | 0 | 7 | 446 | 106 | 114 |
| Binary | 11100100 | 10011000 | 11101101 | 100 | 100100 | 0 | 111 | 100100110 | 1000110 | 1001100 |
Color Harmonies of #E498ED
Complementary color
Monochromatic Colors of #E498ED
Black with #E498ED
Text Example
Text Example
White with #E498ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E498ED; }
p { color: rgb(228,152,237); }
H1.HeaderClassName
{
color: #E498ED;
}
.AnyTagClassName
{
color: #E498ED;
}
</style>
background-color css
<style>
a { background-color: #E498ED; }
a { background-color: rgb(228,152,237); }
div.DivClassName
{
background-color: #E498ED;
}
.BgClassName
{
background-color: #E498ED;
}
</style>
border-color css
<style>
span { border-color: #E498ED; }
span { border-color: rgb(228,152,237); }
td.TdClassName
{
border-color: #E498ED;
}
.TagClassName
{
border-color: #E498ED;
}
</style>