Shades of Mauve #E4A7FB
Tints of Mauve #E4A7FB
RGB
CMYK
RGB Variations
Color information
#E4A7FB (or 0xE4A7FB) is known color: Mauve. HEX triplet: E4, A7 and FB. RGB value is (228,167,251). Sum of RGB (Red+Green+Blue) = 228+167+251=646 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.29% from 646); Green value is 167 (65.62% from 255 or 25.85% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4A7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A7FB is #1B5804. Grayscale: #C2C2C2. Windows color (decimal): -1792005 or 16492516. OLE color: 16492516.
HSL color Cylindrical-coordinate representation of color #E4A7FB: hue angle of 283.57º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E4A7FB is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 167 | 251 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.02 |
| HSL | 283.57º | 0.91% | 0.82% | - |
| HSV(B) | 283.57º | 0.33% | 0.98% | - |
| XYZ | 63.23 | 51.1 | 97.8 | - |
| YUV | 194.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 167 | 251 | 0.09 | 0.33 | 0 | 0.02 | 283.57 | 0.91 | 0.82 |
| Hex | E4 | A7 | FB | 9 | 21 | 0 | 2 | 11C | 5B | 52 |
| Octal | 344 | 247 | 373 | 11 | 41 | 0 | 2 | 434 | 133 | 122 |
| Binary | 11100100 | 10100111 | 11111011 | 1001 | 100001 | 0 | 10 | 100011100 | 1011011 | 1010010 |
Color Harmonies of #E4A7FB
Complementary color
Monochromatic Colors of #E4A7FB
Black with #E4A7FB
Text Example
Text Example
White with #E4A7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A7FB; }
p { color: rgb(228,167,251); }
H1.HeaderClassName
{
color: #E4A7FB;
}
.AnyTagClassName
{
color: #E4A7FB;
}
</style>
background-color css
<style>
a { background-color: #E4A7FB; }
a { background-color: rgb(228,167,251); }
div.DivClassName
{
background-color: #E4A7FB;
}
.BgClassName
{
background-color: #E4A7FB;
}
</style>
border-color css
<style>
span { border-color: #E4A7FB; }
span { border-color: rgb(228,167,251); }
td.TdClassName
{
border-color: #E4A7FB;
}
.TagClassName
{
border-color: #E4A7FB;
}
</style>