Shades of Mauve #E39BFC
Tints of Mauve #E39BFC
RGB
CMYK
RGB Variations
Color information
#E39BFC (or 0xE39BFC) is known color: Mauve. HEX triplet: E3, 9B and FC. RGB value is (227,155,252). Sum of RGB (Red+Green+Blue) = 227+155+252=634 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.80% from 634); Green value is 155 (60.94% from 255 or 24.45% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #E39BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39BFC is #1C6403. Grayscale: #BBBBBB. Windows color (decimal): -1860612 or 16554979. OLE color: 16554979.
HSL color Cylindrical-coordinate representation of color #E39BFC: hue angle of 284.54º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E39BFC is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 155 | 252 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.01 |
| HSL | 284.54º | 0.94% | 0.8% | - |
| HSV(B) | 284.54º | 0.38% | 0.99% | - |
| XYZ | 60.97 | 46.8 | 97.92 | - |
| YUV | 187.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 155 | 252 | 0.10 | 0.38 | 0 | 0.01 | 284.54 | 0.94 | 0.8 |
| Hex | E3 | 9B | FC | A | 26 | 0 | 1 | 11D | 5E | 50 |
| Octal | 343 | 233 | 374 | 12 | 46 | 0 | 1 | 435 | 136 | 120 |
| Binary | 11100011 | 10011011 | 11111100 | 1010 | 100110 | 0 | 1 | 100011101 | 1011110 | 1010000 |
Color Harmonies of #E39BFC
Complementary color
Monochromatic Colors of #E39BFC
Black with #E39BFC
Text Example
Text Example
White with #E39BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39BFC; }
p { color: rgb(227,155,252); }
H1.HeaderClassName
{
color: #E39BFC;
}
.AnyTagClassName
{
color: #E39BFC;
}
</style>
background-color css
<style>
a { background-color: #E39BFC; }
a { background-color: rgb(227,155,252); }
div.DivClassName
{
background-color: #E39BFC;
}
.BgClassName
{
background-color: #E39BFC;
}
</style>
border-color css
<style>
span { border-color: #E39BFC; }
span { border-color: rgb(227,155,252); }
td.TdClassName
{
border-color: #E39BFC;
}
.TagClassName
{
border-color: #E39BFC;
}
</style>