Shades of Mauve #E3AFFD
Tints of Mauve #E3AFFD
RGB
CMYK
RGB Variations
Color information
#E3AFFD (or 0xE3AFFD) is known color: Mauve. HEX triplet: E3, AF and FD. RGB value is (227,175,253). Sum of RGB (Red+Green+Blue) = 227+175+253=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AFFD is #1C5002. Grayscale: #C7C7C7. Windows color (decimal): -1855491 or 16625635. OLE color: 16625635.
HSL color Cylindrical-coordinate representation of color #E3AFFD: hue angle of 280º 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 #E3AFFD is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 175 | 253 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.01 |
| HSL | 280º | 0.95% | 0.84% | - |
| HSV(B) | 280º | 0.31% | 0.99% | - |
| XYZ | 64.74 | 54.08 | 99.96 | - |
| YUV | 199.44 | 158.23 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 253 | 0.10 | 0.31 | 0 | 0.01 | 280 | 0.95 | 0.84 |
| Hex | E3 | AF | FD | A | 1F | 0 | 1 | 118 | 5F | 54 |
| Octal | 343 | 257 | 375 | 12 | 37 | 0 | 1 | 430 | 137 | 124 |
| Binary | 11100011 | 10101111 | 11111101 | 1010 | 11111 | 0 | 1 | 100011000 | 1011111 | 1010100 |
Color Harmonies of #E3AFFD
Complementary color
Monochromatic Colors of #E3AFFD
Black with #E3AFFD
Text Example
Text Example
White with #E3AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AFFD; }
p { color: rgb(227,175,253); }
H1.HeaderClassName
{
color: #E3AFFD;
}
.AnyTagClassName
{
color: #E3AFFD;
}
</style>
background-color css
<style>
a { background-color: #E3AFFD; }
a { background-color: rgb(227,175,253); }
div.DivClassName
{
background-color: #E3AFFD;
}
.BgClassName
{
background-color: #E3AFFD;
}
</style>
border-color css
<style>
span { border-color: #E3AFFD; }
span { border-color: rgb(227,175,253); }
td.TdClassName
{
border-color: #E3AFFD;
}
.TagClassName
{
border-color: #E3AFFD;
}
</style>