Shades of Plum #E495ED
Tints of Plum #E495ED
RGB
CMYK
RGB Variations
Color information
#E495ED (or 0xE495ED) is known color: Plum. HEX triplet: E4, 95 and ED. RGB value is (228,149,237). Sum of RGB (Red+Green+Blue) = 228+149+237=614 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.13% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #E495ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E495ED is #1B6A12. Grayscale: #B6B6B6. Windows color (decimal): -1796627 or 15570404. OLE color: 15570404.
HSL color Cylindrical-coordinate representation of color #E495ED: hue angle of 293.86º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E495ED is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 149 | 237 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.07 |
| HSL | 293.86º | 0.71% | 0.76% | - |
| HSV(B) | 293.86º | 0.37% | 0.93% | - |
| XYZ | 58.03 | 44.1 | 85.58 | - |
| YUV | 182.65 | 158.67 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 237 | 0.04 | 0.37 | 0 | 0.07 | 293.86 | 0.71 | 0.76 |
| Hex | E4 | 95 | ED | 4 | 25 | 0 | 7 | 126 | 47 | 4C |
| Octal | 344 | 225 | 355 | 4 | 45 | 0 | 7 | 446 | 107 | 114 |
| Binary | 11100100 | 10010101 | 11101101 | 100 | 100101 | 0 | 111 | 100100110 | 1000111 | 1001100 |
Color Harmonies of #E495ED
Complementary color
Monochromatic Colors of #E495ED
Black with #E495ED
Text Example
Text Example
White with #E495ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E495ED; }
p { color: rgb(228,149,237); }
H1.HeaderClassName
{
color: #E495ED;
}
.AnyTagClassName
{
color: #E495ED;
}
</style>
background-color css
<style>
a { background-color: #E495ED; }
a { background-color: rgb(228,149,237); }
div.DivClassName
{
background-color: #E495ED;
}
.BgClassName
{
background-color: #E495ED;
}
</style>
border-color css
<style>
span { border-color: #E495ED; }
span { border-color: rgb(228,149,237); }
td.TdClassName
{
border-color: #E495ED;
}
.TagClassName
{
border-color: #E495ED;
}
</style>