Shades of Plum #E497ED
Tints of Plum #E497ED
RGB
CMYK
RGB Variations
Color information
#E497ED (or 0xE497ED) is known color: Plum. HEX triplet: E4, 97 and ED. RGB value is (228,151,237). Sum of RGB (Red+Green+Blue) = 228+151+237=616 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.01% from 616); Green value is 151 (59.38% from 255 or 24.51% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #E497ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E497ED is #1B6812. Grayscale: #B7B7B7. Windows color (decimal): -1796115 or 15570916. OLE color: 15570916.
HSL color Cylindrical-coordinate representation of color #E497ED: hue angle of 293.72º 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 #E497ED is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 151 | 237 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.07 |
| HSL | 293.72º | 0.7% | 0.76% | - |
| HSV(B) | 293.72º | 0.36% | 0.93% | - |
| XYZ | 58.35 | 44.74 | 85.68 | - |
| YUV | 183.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 237 | 0.04 | 0.36 | 0 | 0.07 | 293.72 | 0.7 | 0.76 |
| Hex | E4 | 97 | ED | 4 | 24 | 0 | 7 | 126 | 46 | 4C |
| Octal | 344 | 227 | 355 | 4 | 44 | 0 | 7 | 446 | 106 | 114 |
| Binary | 11100100 | 10010111 | 11101101 | 100 | 100100 | 0 | 111 | 100100110 | 1000110 | 1001100 |
Color Harmonies of #E497ED
Complementary color
Monochromatic Colors of #E497ED
Black with #E497ED
Text Example
Text Example
White with #E497ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E497ED; }
p { color: rgb(228,151,237); }
H1.HeaderClassName
{
color: #E497ED;
}
.AnyTagClassName
{
color: #E497ED;
}
</style>
background-color css
<style>
a { background-color: #E497ED; }
a { background-color: rgb(228,151,237); }
div.DivClassName
{
background-color: #E497ED;
}
.BgClassName
{
background-color: #E497ED;
}
</style>
border-color css
<style>
span { border-color: #E497ED; }
span { border-color: rgb(228,151,237); }
td.TdClassName
{
border-color: #E497ED;
}
.TagClassName
{
border-color: #E497ED;
}
</style>