Shades of Mauve #E49BFC
Tints of Mauve #E49BFC
RGB
CMYK
RGB Variations
Color information
#E49BFC (or 0xE49BFC) is known color: Mauve. HEX triplet: E4, 9B and FC. RGB value is (228,155,252). Sum of RGB (Red+Green+Blue) = 228+155+252=635 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.91% from 635); Green value is 155 (60.94% from 255 or 24.41% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #E49BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49BFC is #1B6403. Grayscale: #BBBBBB. Windows color (decimal): -1795076 or 16554980. OLE color: 16554980.
HSL color Cylindrical-coordinate representation of color #E49BFC: hue angle of 285.15º 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 #E49BFC is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 155 | 252 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.01 |
| HSL | 285.15º | 0.94% | 0.8% | - |
| HSV(B) | 285.15º | 0.38% | 0.99% | - |
| XYZ | 61.29 | 46.96 | 97.93 | - |
| YUV | 187.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 252 | 0.10 | 0.38 | 0 | 0.01 | 285.15 | 0.94 | 0.8 |
| Hex | E4 | 9B | FC | A | 26 | 0 | 1 | 11D | 5E | 50 |
| Octal | 344 | 233 | 374 | 12 | 46 | 0 | 1 | 435 | 136 | 120 |
| Binary | 11100100 | 10011011 | 11111100 | 1010 | 100110 | 0 | 1 | 100011101 | 1011110 | 1010000 |
Color Harmonies of #E49BFC
Complementary color
Monochromatic Colors of #E49BFC
Black with #E49BFC
Text Example
Text Example
White with #E49BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49BFC; }
p { color: rgb(228,155,252); }
H1.HeaderClassName
{
color: #E49BFC;
}
.AnyTagClassName
{
color: #E49BFC;
}
</style>
background-color css
<style>
a { background-color: #E49BFC; }
a { background-color: rgb(228,155,252); }
div.DivClassName
{
background-color: #E49BFC;
}
.BgClassName
{
background-color: #E49BFC;
}
</style>
border-color css
<style>
span { border-color: #E49BFC; }
span { border-color: rgb(228,155,252); }
td.TdClassName
{
border-color: #E49BFC;
}
.TagClassName
{
border-color: #E49BFC;
}
</style>