Shades of Plum #E598EC
Tints of Plum #E598EC
RGB
CMYK
RGB Variations
Color information
#E598EC (or 0xE598EC) is known color: Plum. HEX triplet: E5, 98 and EC. RGB value is (229,152,236). Sum of RGB (Red+Green+Blue) = 229+152+236=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #E598EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E598EC is #1A6713. Grayscale: #B8B8B8. Windows color (decimal): -1730324 or 15505637. OLE color: 15505637.
HSL color Cylindrical-coordinate representation of color #E598EC: hue angle of 295º degrees, saturation: 0.69, 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 #E598EC is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 152 | 236 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.07 |
| HSL | 295º | 0.69% | 0.76% | - |
| HSV(B) | 295º | 0.36% | 0.93% | - |
| XYZ | 58.68 | 45.17 | 84.98 | - |
| YUV | 184.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 236 | 0.03 | 0.36 | 0 | 0.07 | 295 | 0.69 | 0.76 |
| Hex | E5 | 98 | EC | 3 | 24 | 0 | 7 | 127 | 45 | 4C |
| Octal | 345 | 230 | 354 | 3 | 44 | 0 | 7 | 447 | 105 | 114 |
| Binary | 11100101 | 10011000 | 11101100 | 11 | 100100 | 0 | 111 | 100100111 | 1000101 | 1001100 |
Color Harmonies of #E598EC
Complementary color
Monochromatic Colors of #E598EC
Black with #E598EC
Text Example
Text Example
White with #E598EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598EC; }
p { color: rgb(229,152,236); }
H1.HeaderClassName
{
color: #E598EC;
}
.AnyTagClassName
{
color: #E598EC;
}
</style>
background-color css
<style>
a { background-color: #E598EC; }
a { background-color: rgb(229,152,236); }
div.DivClassName
{
background-color: #E598EC;
}
.BgClassName
{
background-color: #E598EC;
}
</style>
border-color css
<style>
span { border-color: #E598EC; }
span { border-color: rgb(229,152,236); }
td.TdClassName
{
border-color: #E598EC;
}
.TagClassName
{
border-color: #E598EC;
}
</style>