Shades of Plum #E595EC
Tints of Plum #E595EC
RGB
CMYK
RGB Variations
Color information
#E595EC (or 0xE595EC) is known color: Plum. HEX triplet: E5, 95 and EC. RGB value is (229,149,236). Sum of RGB (Red+Green+Blue) = 229+149+236=614 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.30% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #E595EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E595EC is #1A6A13. Grayscale: #B6B6B6. Windows color (decimal): -1731092 or 15504869. OLE color: 15504869.
HSL color Cylindrical-coordinate representation of color #E595EC: hue angle of 295.17º 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 #E595EC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 149 | 236 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.07 |
| HSL | 295.17º | 0.7% | 0.75% | - |
| HSV(B) | 295.17º | 0.37% | 0.93% | - |
| XYZ | 58.2 | 44.21 | 84.82 | - |
| YUV | 182.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 236 | 0.03 | 0.37 | 0 | 0.07 | 295.17 | 0.7 | 0.75 |
| Hex | E5 | 95 | EC | 3 | 25 | 0 | 7 | 127 | 46 | 4B |
| Octal | 345 | 225 | 354 | 3 | 45 | 0 | 7 | 447 | 106 | 113 |
| Binary | 11100101 | 10010101 | 11101100 | 11 | 100101 | 0 | 111 | 100100111 | 1000110 | 1001011 |
Color Harmonies of #E595EC
Complementary color
Monochromatic Colors of #E595EC
Black with #E595EC
Text Example
Text Example
White with #E595EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E595EC; }
p { color: rgb(229,149,236); }
H1.HeaderClassName
{
color: #E595EC;
}
.AnyTagClassName
{
color: #E595EC;
}
</style>
background-color css
<style>
a { background-color: #E595EC; }
a { background-color: rgb(229,149,236); }
div.DivClassName
{
background-color: #E595EC;
}
.BgClassName
{
background-color: #E595EC;
}
</style>
border-color css
<style>
span { border-color: #E595EC; }
span { border-color: rgb(229,149,236); }
td.TdClassName
{
border-color: #E595EC;
}
.TagClassName
{
border-color: #E595EC;
}
</style>