Shades of Mauve #E4AAFD
Tints of Mauve #E4AAFD
RGB
CMYK
RGB Variations
Color information
#E4AAFD (or 0xE4AAFD) is known color: Mauve. HEX triplet: E4, AA and FD. RGB value is (228,170,253). Sum of RGB (Red+Green+Blue) = 228+170+253=651 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.02% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AAFD is #1B5502. Grayscale: #C4C4C4. Windows color (decimal): -1791235 or 16624356. OLE color: 16624356.
HSL color Cylindrical-coordinate representation of color #E4AAFD: hue angle of 281.93º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E4AAFD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 170 | 253 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.01 |
| HSL | 281.93º | 0.95% | 0.83% | - |
| HSV(B) | 281.93º | 0.33% | 0.99% | - |
| XYZ | 64.1 | 52.34 | 99.65 | - |
| YUV | 196.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 253 | 0.10 | 0.33 | 0 | 0.01 | 281.93 | 0.95 | 0.83 |
| Hex | E4 | AA | FD | A | 21 | 0 | 1 | 11A | 5F | 53 |
| Octal | 344 | 252 | 375 | 12 | 41 | 0 | 1 | 432 | 137 | 123 |
| Binary | 11100100 | 10101010 | 11111101 | 1010 | 100001 | 0 | 1 | 100011010 | 1011111 | 1010011 |
Color Harmonies of #E4AAFD
Complementary color
Monochromatic Colors of #E4AAFD
Black with #E4AAFD
Text Example
Text Example
White with #E4AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AAFD; }
p { color: rgb(228,170,253); }
H1.HeaderClassName
{
color: #E4AAFD;
}
.AnyTagClassName
{
color: #E4AAFD;
}
</style>
background-color css
<style>
a { background-color: #E4AAFD; }
a { background-color: rgb(228,170,253); }
div.DivClassName
{
background-color: #E4AAFD;
}
.BgClassName
{
background-color: #E4AAFD;
}
</style>
border-color css
<style>
span { border-color: #E4AAFD; }
span { border-color: rgb(228,170,253); }
td.TdClassName
{
border-color: #E4AAFD;
}
.TagClassName
{
border-color: #E4AAFD;
}
</style>