Shades of Plum #E495EC
Tints of Plum #E495EC
RGB
CMYK
RGB Variations
Color information
#E495EC (or 0xE495EC) is known color: Plum. HEX triplet: E4, 95 and EC. RGB value is (228,149,236). Sum of RGB (Red+Green+Blue) = 228+149+236=613 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.19% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #E495EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E495EC is #1B6A13. Grayscale: #B6B6B6. Windows color (decimal): -1796628 or 15504868. OLE color: 15504868.
HSL color Cylindrical-coordinate representation of color #E495EC: hue angle of 294.48º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E495EC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 149 | 236 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.07 |
| HSL | 294.48º | 0.7% | 0.75% | - |
| HSV(B) | 294.48º | 0.37% | 0.93% | - |
| XYZ | 57.88 | 44.05 | 84.81 | - |
| YUV | 182.54 | 158.17 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 236 | 0.03 | 0.37 | 0 | 0.07 | 294.48 | 0.7 | 0.75 |
| Hex | E4 | 95 | EC | 3 | 25 | 0 | 7 | 126 | 46 | 4B |
| Octal | 344 | 225 | 354 | 3 | 45 | 0 | 7 | 446 | 106 | 113 |
| Binary | 11100100 | 10010101 | 11101100 | 11 | 100101 | 0 | 111 | 100100110 | 1000110 | 1001011 |
Color Harmonies of #E495EC
Complementary color
Monochromatic Colors of #E495EC
Black with #E495EC
Text Example
Text Example
White with #E495EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E495EC; }
p { color: rgb(228,149,236); }
H1.HeaderClassName
{
color: #E495EC;
}
.AnyTagClassName
{
color: #E495EC;
}
</style>
background-color css
<style>
a { background-color: #E495EC; }
a { background-color: rgb(228,149,236); }
div.DivClassName
{
background-color: #E495EC;
}
.BgClassName
{
background-color: #E495EC;
}
</style>
border-color css
<style>
span { border-color: #E495EC; }
span { border-color: rgb(228,149,236); }
td.TdClassName
{
border-color: #E495EC;
}
.TagClassName
{
border-color: #E495EC;
}
</style>