Shades of Mauve #E396FE
Tints of Mauve #E396FE
RGB
CMYK
RGB Variations
Color information
#E396FE (or 0xE396FE) is known color: Mauve. HEX triplet: E3, 96 and FE. RGB value is (227,150,254). Sum of RGB (Red+Green+Blue) = 227+150+254=631 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.97% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #E396FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E396FE is #1C6901. Grayscale: #B8B8B8. Windows color (decimal): -1861890 or 16684771. OLE color: 16684771.
HSL color Cylindrical-coordinate representation of color #E396FE: hue angle of 284.42º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E396FE is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 150 | 254 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.00 |
| HSL | 284.42º | 0.98% | 0.79% | - |
| HSV(B) | 284.42º | 0.41% | 1% | - |
| XYZ | 60.47 | 45.3 | 99.32 | - |
| YUV | 184.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 254 | 0.11 | 0.41 | 0 | 0.00 | 284.42 | 0.98 | 0.79 |
| Hex | E3 | 96 | FE | B | 29 | 0 | 0 | 11C | 62 | 4F |
| Octal | 343 | 226 | 376 | 13 | 51 | 0 | 0 | 434 | 142 | 117 |
| Binary | 11100011 | 10010110 | 11111110 | 1011 | 101001 | 0 | 0 | 100011100 | 1100010 | 1001111 |
Color Harmonies of #E396FE
Complementary color
Monochromatic Colors of #E396FE
Black with #E396FE
Text Example
Text Example
White with #E396FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E396FE; }
p { color: rgb(227,150,254); }
H1.HeaderClassName
{
color: #E396FE;
}
.AnyTagClassName
{
color: #E396FE;
}
</style>
background-color css
<style>
a { background-color: #E396FE; }
a { background-color: rgb(227,150,254); }
div.DivClassName
{
background-color: #E396FE;
}
.BgClassName
{
background-color: #E396FE;
}
</style>
border-color css
<style>
span { border-color: #E396FE; }
span { border-color: rgb(227,150,254); }
td.TdClassName
{
border-color: #E396FE;
}
.TagClassName
{
border-color: #E396FE;
}
</style>