Shades of Mauve #E296FA
Tints of Mauve #E296FA
RGB
CMYK
RGB Variations
Color information
#E296FA (or 0xE296FA) is known color: Mauve. HEX triplet: E2, 96 and FA. RGB value is (226,150,250). Sum of RGB (Red+Green+Blue) = 226+150+250=626 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.10% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #E296FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E296FA is #1D6905. Grayscale: #B7B7B7. Windows color (decimal): -1927430 or 16422626. OLE color: 16422626.
HSL color Cylindrical-coordinate representation of color #E296FA: hue angle of 285.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E296FA is Cyan = 0.10, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 150 | 250 | - |
| CMYK | 0.10 | 0.4 | 0 | 0.02 |
| HSL | 285.6º | 0.91% | 0.78% | - |
| HSV(B) | 285.6º | 0.4% | 0.98% | - |
| XYZ | 59.53 | 44.88 | 95.97 | - |
| YUV | 184.12 | 165.18 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 250 | 0.10 | 0.4 | 0 | 0.02 | 285.6 | 0.91 | 0.78 |
| Hex | E2 | 96 | FA | A | 28 | 0 | 2 | 11E | 5B | 4E |
| Octal | 342 | 226 | 372 | 12 | 50 | 0 | 2 | 436 | 133 | 116 |
| Binary | 11100010 | 10010110 | 11111010 | 1010 | 101000 | 0 | 10 | 100011110 | 1011011 | 1001110 |
Color Harmonies of #E296FA
Complementary color
Monochromatic Colors of #E296FA
Black with #E296FA
Text Example
Text Example
White with #E296FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E296FA; }
p { color: rgb(226,150,250); }
H1.HeaderClassName
{
color: #E296FA;
}
.AnyTagClassName
{
color: #E296FA;
}
</style>
background-color css
<style>
a { background-color: #E296FA; }
a { background-color: rgb(226,150,250); }
div.DivClassName
{
background-color: #E296FA;
}
.BgClassName
{
background-color: #E296FA;
}
</style>
border-color css
<style>
span { border-color: #E296FA; }
span { border-color: rgb(226,150,250); }
td.TdClassName
{
border-color: #E296FA;
}
.TagClassName
{
border-color: #E296FA;
}
</style>