Shades of Mauve #E2A4FD
Tints of Mauve #E2A4FD
RGB
CMYK
RGB Variations
Color information
#E2A4FD (or 0xE2A4FD) is known color: Mauve. HEX triplet: E2, A4 and FD. RGB value is (226,164,253). Sum of RGB (Red+Green+Blue) = 226+164+253=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 164 (64.45% from 255 or 25.51% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2A4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A4FD is #1D5B02. Grayscale: #C0C0C0. Windows color (decimal): -1923843 or 16622818. OLE color: 16622818.
HSL color Cylindrical-coordinate representation of color #E2A4FD: hue angle of 281.8º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2A4FD is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 164 | 253 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.01 |
| HSL | 281.8º | 0.96% | 0.82% | - |
| HSV(B) | 281.8º | 0.35% | 0.99% | - |
| XYZ | 62.37 | 49.81 | 99.26 | - |
| YUV | 192.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 164 | 253 | 0.11 | 0.35 | 0 | 0.01 | 281.8 | 0.96 | 0.82 |
| Hex | E2 | A4 | FD | B | 23 | 0 | 1 | 11A | 60 | 52 |
| Octal | 342 | 244 | 375 | 13 | 43 | 0 | 1 | 432 | 140 | 122 |
| Binary | 11100010 | 10100100 | 11111101 | 1011 | 100011 | 0 | 1 | 100011010 | 1100000 | 1010010 |
Color Harmonies of #E2A4FD
Complementary color
Monochromatic Colors of #E2A4FD
Black with #E2A4FD
Text Example
Text Example
White with #E2A4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A4FD; }
p { color: rgb(226,164,253); }
H1.HeaderClassName
{
color: #E2A4FD;
}
.AnyTagClassName
{
color: #E2A4FD;
}
</style>
background-color css
<style>
a { background-color: #E2A4FD; }
a { background-color: rgb(226,164,253); }
div.DivClassName
{
background-color: #E2A4FD;
}
.BgClassName
{
background-color: #E2A4FD;
}
</style>
border-color css
<style>
span { border-color: #E2A4FD; }
span { border-color: rgb(226,164,253); }
td.TdClassName
{
border-color: #E2A4FD;
}
.TagClassName
{
border-color: #E2A4FD;
}
</style>