Shades of Plum #E296F1
Tints of Plum #E296F1
RGB
CMYK
RGB Variations
Color information
#E296F1 (or 0xE296F1) is known color: Plum. HEX triplet: E2, 96 and F1. RGB value is (226,150,241). Sum of RGB (Red+Green+Blue) = 226+150+241=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #E296F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E296F1 is #1D690E. Grayscale: #B6B6B6. Windows color (decimal): -1927439 or 15832802. OLE color: 15832802.
HSL color Cylindrical-coordinate representation of color #E296F1: hue angle of 290.11º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E296F1 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 150 | 241 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.05 |
| HSL | 290.11º | 0.76% | 0.77% | - |
| HSV(B) | 290.11º | 0.38% | 0.95% | - |
| XYZ | 58.15 | 44.33 | 88.71 | - |
| YUV | 183.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 241 | 0.06 | 0.38 | 0 | 0.05 | 290.11 | 0.76 | 0.77 |
| Hex | E2 | 96 | F1 | 6 | 26 | 0 | 5 | 122 | 4C | 4D |
| Octal | 342 | 226 | 361 | 6 | 46 | 0 | 5 | 442 | 114 | 115 |
| Binary | 11100010 | 10010110 | 11110001 | 110 | 100110 | 0 | 101 | 100100010 | 1001100 | 1001101 |
Color Harmonies of #E296F1
Complementary color
Monochromatic Colors of #E296F1
Black with #E296F1
Text Example
Text Example
White with #E296F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E296F1; }
p { color: rgb(226,150,241); }
H1.HeaderClassName
{
color: #E296F1;
}
.AnyTagClassName
{
color: #E296F1;
}
</style>
background-color css
<style>
a { background-color: #E296F1; }
a { background-color: rgb(226,150,241); }
div.DivClassName
{
background-color: #E296F1;
}
.BgClassName
{
background-color: #E296F1;
}
</style>
border-color css
<style>
span { border-color: #E296F1; }
span { border-color: rgb(226,150,241); }
td.TdClassName
{
border-color: #E296F1;
}
.TagClassName
{
border-color: #E296F1;
}
</style>