Shades of Plum #E296ED
Tints of Plum #E296ED
RGB
CMYK
RGB Variations
Color information
#E296ED (or 0xE296ED) is known color: Plum. HEX triplet: E2, 96 and ED. RGB value is (226,150,237). Sum of RGB (Red+Green+Blue) = 226+150+237=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #E296ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E296ED is #1D6912. Grayscale: #B6B6B6. Windows color (decimal): -1927443 or 15570658. OLE color: 15570658.
HSL color Cylindrical-coordinate representation of color #E296ED: hue angle of 292.41º 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 #E296ED is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 150 | 237 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.07 |
| HSL | 292.41º | 0.71% | 0.76% | - |
| HSV(B) | 292.41º | 0.37% | 0.93% | - |
| XYZ | 57.56 | 44.1 | 85.6 | - |
| YUV | 182.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 237 | 0.05 | 0.37 | 0 | 0.07 | 292.41 | 0.71 | 0.76 |
| Hex | E2 | 96 | ED | 5 | 25 | 0 | 7 | 124 | 47 | 4C |
| Octal | 342 | 226 | 355 | 5 | 45 | 0 | 7 | 444 | 107 | 114 |
| Binary | 11100010 | 10010110 | 11101101 | 101 | 100101 | 0 | 111 | 100100100 | 1000111 | 1001100 |
Color Harmonies of #E296ED
Complementary color
Monochromatic Colors of #E296ED
Black with #E296ED
Text Example
Text Example
White with #E296ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E296ED; }
p { color: rgb(226,150,237); }
H1.HeaderClassName
{
color: #E296ED;
}
.AnyTagClassName
{
color: #E296ED;
}
</style>
background-color css
<style>
a { background-color: #E296ED; }
a { background-color: rgb(226,150,237); }
div.DivClassName
{
background-color: #E296ED;
}
.BgClassName
{
background-color: #E296ED;
}
</style>
border-color css
<style>
span { border-color: #E296ED; }
span { border-color: rgb(226,150,237); }
td.TdClassName
{
border-color: #E296ED;
}
.TagClassName
{
border-color: #E296ED;
}
</style>