Shades of Mauve #E5AFFD
Tints of Mauve #E5AFFD
RGB
CMYK
RGB Variations
Color information
#E5AFFD (or 0xE5AFFD) is known color: Mauve. HEX triplet: E5, AF and FD. RGB value is (229,175,253). Sum of RGB (Red+Green+Blue) = 229+175+253=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 175 (68.75% from 255 or 26.64% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFFD is #1A5002. Grayscale: #C7C7C7. Windows color (decimal): -1724419 or 16625637. OLE color: 16625637.
HSL color Cylindrical-coordinate representation of color #E5AFFD: hue angle of 281.54º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5AFFD is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 175 | 253 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.01 |
| HSL | 281.54º | 0.95% | 0.84% | - |
| HSV(B) | 281.54º | 0.31% | 0.99% | - |
| XYZ | 65.37 | 54.41 | 99.99 | - |
| YUV | 200.04 | 157.89 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 253 | 0.09 | 0.31 | 0 | 0.01 | 281.54 | 0.95 | 0.84 |
| Hex | E5 | AF | FD | 9 | 1F | 0 | 1 | 11A | 5F | 54 |
| Octal | 345 | 257 | 375 | 11 | 37 | 0 | 1 | 432 | 137 | 124 |
| Binary | 11100101 | 10101111 | 11111101 | 1001 | 11111 | 0 | 1 | 100011010 | 1011111 | 1010100 |
Color Harmonies of #E5AFFD
Complementary color
Monochromatic Colors of #E5AFFD
Black with #E5AFFD
Text Example
Text Example
White with #E5AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFFD; }
p { color: rgb(229,175,253); }
H1.HeaderClassName
{
color: #E5AFFD;
}
.AnyTagClassName
{
color: #E5AFFD;
}
</style>
background-color css
<style>
a { background-color: #E5AFFD; }
a { background-color: rgb(229,175,253); }
div.DivClassName
{
background-color: #E5AFFD;
}
.BgClassName
{
background-color: #E5AFFD;
}
</style>
border-color css
<style>
span { border-color: #E5AFFD; }
span { border-color: rgb(229,175,253); }
td.TdClassName
{
border-color: #E5AFFD;
}
.TagClassName
{
border-color: #E5AFFD;
}
</style>