Shades of Mauve #E49BFD
Tints of Mauve #E49BFD
RGB
CMYK
RGB Variations
Color information
#E49BFD (or 0xE49BFD) is known color: Mauve. HEX triplet: E4, 9B and FD. RGB value is (228,155,253). Sum of RGB (Red+Green+Blue) = 228+155+253=636 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.85% from 636); Green value is 155 (60.94% from 255 or 24.37% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #E49BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49BFD is #1B6402. Grayscale: #BBBBBB. Windows color (decimal): -1795075 or 16620516. OLE color: 16620516.
HSL color Cylindrical-coordinate representation of color #E49BFD: hue angle of 284.69º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E49BFD is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 155 | 253 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.01 |
| HSL | 284.69º | 0.96% | 0.8% | - |
| HSV(B) | 284.69º | 0.39% | 0.99% | - |
| XYZ | 61.45 | 47.03 | 98.77 | - |
| YUV | 188 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 253 | 0.10 | 0.39 | 0 | 0.01 | 284.69 | 0.96 | 0.8 |
| Hex | E4 | 9B | FD | A | 27 | 0 | 1 | 11D | 60 | 50 |
| Octal | 344 | 233 | 375 | 12 | 47 | 0 | 1 | 435 | 140 | 120 |
| Binary | 11100100 | 10011011 | 11111101 | 1010 | 100111 | 0 | 1 | 100011101 | 1100000 | 1010000 |
Color Harmonies of #E49BFD
Complementary color
Monochromatic Colors of #E49BFD
Black with #E49BFD
Text Example
Text Example
White with #E49BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49BFD; }
p { color: rgb(228,155,253); }
H1.HeaderClassName
{
color: #E49BFD;
}
.AnyTagClassName
{
color: #E49BFD;
}
</style>
background-color css
<style>
a { background-color: #E49BFD; }
a { background-color: rgb(228,155,253); }
div.DivClassName
{
background-color: #E49BFD;
}
.BgClassName
{
background-color: #E49BFD;
}
</style>
border-color css
<style>
span { border-color: #E49BFD; }
span { border-color: rgb(228,155,253); }
td.TdClassName
{
border-color: #E49BFD;
}
.TagClassName
{
border-color: #E49BFD;
}
</style>