Shades of Mauve #E2AFFD
Tints of Mauve #E2AFFD
RGB
CMYK
RGB Variations
Color information
#E2AFFD (or 0xE2AFFD) is known color: Mauve. HEX triplet: E2, AF and FD. RGB value is (226,175,253). Sum of RGB (Red+Green+Blue) = 226+175+253=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFFD is #1D5002. Grayscale: #C6C6C6. Windows color (decimal): -1921027 or 16625634. OLE color: 16625634.
HSL color Cylindrical-coordinate representation of color #E2AFFD: hue angle of 279.23º 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 #E2AFFD is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 175 | 253 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.01 |
| HSL | 279.23º | 0.95% | 0.84% | - |
| HSV(B) | 279.23º | 0.31% | 0.99% | - |
| XYZ | 64.42 | 53.92 | 99.94 | - |
| YUV | 199.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 253 | 0.11 | 0.31 | 0 | 0.01 | 279.23 | 0.95 | 0.84 |
| Hex | E2 | AF | FD | B | 1F | 0 | 1 | 117 | 5F | 54 |
| Octal | 342 | 257 | 375 | 13 | 37 | 0 | 1 | 427 | 137 | 124 |
| Binary | 11100010 | 10101111 | 11111101 | 1011 | 11111 | 0 | 1 | 100010111 | 1011111 | 1010100 |
Color Harmonies of #E2AFFD
Complementary color
Monochromatic Colors of #E2AFFD
Black with #E2AFFD
Text Example
Text Example
White with #E2AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFFD; }
p { color: rgb(226,175,253); }
H1.HeaderClassName
{
color: #E2AFFD;
}
.AnyTagClassName
{
color: #E2AFFD;
}
</style>
background-color css
<style>
a { background-color: #E2AFFD; }
a { background-color: rgb(226,175,253); }
div.DivClassName
{
background-color: #E2AFFD;
}
.BgClassName
{
background-color: #E2AFFD;
}
</style>
border-color css
<style>
span { border-color: #E2AFFD; }
span { border-color: rgb(226,175,253); }
td.TdClassName
{
border-color: #E2AFFD;
}
.TagClassName
{
border-color: #E2AFFD;
}
</style>