Shades of Mauve #E396FD
Tints of Mauve #E396FD
RGB
CMYK
RGB Variations
Color information
#E396FD (or 0xE396FD) is known color: Mauve. HEX triplet: E3, 96 and FD. RGB value is (227,150,253). Sum of RGB (Red+Green+Blue) = 227+150+253=630 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.03% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #E396FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E396FD is #1C6902. Grayscale: #B8B8B8. Windows color (decimal): -1861891 or 16619235. OLE color: 16619235.
HSL color Cylindrical-coordinate representation of color #E396FD: hue angle of 284.85º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E396FD is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 150 | 253 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.01 |
| HSL | 284.85º | 0.96% | 0.79% | - |
| HSV(B) | 284.85º | 0.41% | 0.99% | - |
| XYZ | 60.31 | 45.24 | 98.48 | - |
| YUV | 184.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 253 | 0.10 | 0.41 | 0 | 0.01 | 284.85 | 0.96 | 0.79 |
| Hex | E3 | 96 | FD | A | 29 | 0 | 1 | 11D | 60 | 4F |
| Octal | 343 | 226 | 375 | 12 | 51 | 0 | 1 | 435 | 140 | 117 |
| Binary | 11100011 | 10010110 | 11111101 | 1010 | 101001 | 0 | 1 | 100011101 | 1100000 | 1001111 |
Color Harmonies of #E396FD
Complementary color
Monochromatic Colors of #E396FD
Black with #E396FD
Text Example
Text Example
White with #E396FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E396FD; }
p { color: rgb(227,150,253); }
H1.HeaderClassName
{
color: #E396FD;
}
.AnyTagClassName
{
color: #E396FD;
}
</style>
background-color css
<style>
a { background-color: #E396FD; }
a { background-color: rgb(227,150,253); }
div.DivClassName
{
background-color: #E396FD;
}
.BgClassName
{
background-color: #E396FD;
}
</style>
border-color css
<style>
span { border-color: #E396FD; }
span { border-color: rgb(227,150,253); }
td.TdClassName
{
border-color: #E396FD;
}
.TagClassName
{
border-color: #E396FD;
}
</style>