Shades of Mauve #E395FC
Tints of Mauve #E395FC
RGB
CMYK
RGB Variations
Color information
#E395FC (or 0xE395FC) is known color: Mauve. HEX triplet: E3, 95 and FC. RGB value is (227,149,252). Sum of RGB (Red+Green+Blue) = 227+149+252=628 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.15% from 628); Green value is 149 (58.59% from 255 or 23.73% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #E395FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E395FC is #1C6A03. Grayscale: #B7B7B7. Windows color (decimal): -1862148 or 16553443. OLE color: 16553443.
HSL color Cylindrical-coordinate representation of color #E395FC: hue angle of 285.44º degrees, saturation: 0.94, 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 #E395FC is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 149 | 252 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.01 |
| HSL | 285.44º | 0.94% | 0.79% | - |
| HSV(B) | 285.44º | 0.41% | 0.99% | - |
| XYZ | 60 | 44.85 | 97.59 | - |
| YUV | 184.06 | 166.34 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 252 | 0.10 | 0.41 | 0 | 0.01 | 285.44 | 0.94 | 0.79 |
| Hex | E3 | 95 | FC | A | 29 | 0 | 1 | 11D | 5E | 4F |
| Octal | 343 | 225 | 374 | 12 | 51 | 0 | 1 | 435 | 136 | 117 |
| Binary | 11100011 | 10010101 | 11111100 | 1010 | 101001 | 0 | 1 | 100011101 | 1011110 | 1001111 |
Color Harmonies of #E395FC
Complementary color
Monochromatic Colors of #E395FC
Black with #E395FC
Text Example
Text Example
White with #E395FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E395FC; }
p { color: rgb(227,149,252); }
H1.HeaderClassName
{
color: #E395FC;
}
.AnyTagClassName
{
color: #E395FC;
}
</style>
background-color css
<style>
a { background-color: #E395FC; }
a { background-color: rgb(227,149,252); }
div.DivClassName
{
background-color: #E395FC;
}
.BgClassName
{
background-color: #E395FC;
}
</style>
border-color css
<style>
span { border-color: #E395FC; }
span { border-color: rgb(227,149,252); }
td.TdClassName
{
border-color: #E395FC;
}
.TagClassName
{
border-color: #E395FC;
}
</style>