Shades of Plum #E296EC
Tints of Plum #E296EC
RGB
CMYK
RGB Variations
Color information
#E296EC (or 0xE296EC) is known color: Plum. HEX triplet: E2, 96 and EC. RGB value is (226,150,236). Sum of RGB (Red+Green+Blue) = 226+150+236=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #E296EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E296EC is #1D6913. Grayscale: #B6B6B6. Windows color (decimal): -1927444 or 15505122. OLE color: 15505122.
HSL color Cylindrical-coordinate representation of color #E296EC: hue angle of 293.02º 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 #E296EC is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 150 | 236 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.07 |
| HSL | 293.02º | 0.69% | 0.76% | - |
| HSV(B) | 293.02º | 0.36% | 0.93% | - |
| XYZ | 57.41 | 44.04 | 84.83 | - |
| YUV | 182.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 236 | 0.04 | 0.36 | 0 | 0.07 | 293.02 | 0.69 | 0.76 |
| Hex | E2 | 96 | EC | 4 | 24 | 0 | 7 | 125 | 45 | 4C |
| Octal | 342 | 226 | 354 | 4 | 44 | 0 | 7 | 445 | 105 | 114 |
| Binary | 11100010 | 10010110 | 11101100 | 100 | 100100 | 0 | 111 | 100100101 | 1000101 | 1001100 |
Color Harmonies of #E296EC
Complementary color
Monochromatic Colors of #E296EC
Black with #E296EC
Text Example
Text Example
White with #E296EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E296EC; }
p { color: rgb(226,150,236); }
H1.HeaderClassName
{
color: #E296EC;
}
.AnyTagClassName
{
color: #E296EC;
}
</style>
background-color css
<style>
a { background-color: #E296EC; }
a { background-color: rgb(226,150,236); }
div.DivClassName
{
background-color: #E296EC;
}
.BgClassName
{
background-color: #E296EC;
}
</style>
border-color css
<style>
span { border-color: #E296EC; }
span { border-color: rgb(226,150,236); }
td.TdClassName
{
border-color: #E296EC;
}
.TagClassName
{
border-color: #E296EC;
}
</style>