Shades of Mauve #E2A8FF
Tints of Mauve #E2A8FF
RGB
CMYK
RGB Variations
Color information
#E2A8FF (or 0xE2A8FF) is known color: Mauve. HEX triplet: E2, A8 and FF. RGB value is (226,168,255). Sum of RGB (Red+Green+Blue) = 226+168+255=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 168 (66.02% from 255 or 25.89% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A8FF is #1D5700. Grayscale: #C2C2C2. Windows color (decimal): -1922817 or 16754914. OLE color: 16754914.
HSL color Cylindrical-coordinate representation of color #E2A8FF: hue angle of 280º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2A8FF is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 168 | 255 | - |
| CMYK | 0.11 | 0.34 | 0 | 0 |
| HSL | 280º | 1% | 0.83% | - |
| HSV(B) | 280º | 0.34% | 1% | - |
| XYZ | 63.42 | 51.39 | 101.19 | - |
| YUV | 195.26 | 161.72 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 168 | 255 | 0.11 | 0.34 | 0 | 0 | 280 | 1 | 0.83 |
| Hex | E2 | A8 | FF | B | 22 | 0 | 0 | 118 | 64 | 53 |
| Octal | 342 | 250 | 377 | 13 | 42 | 0 | 0 | 430 | 144 | 123 |
| Binary | 11100010 | 10101000 | 11111111 | 1011 | 100010 | 0 | 0 | 100011000 | 1100100 | 1010011 |
Color Harmonies of #E2A8FF
Complementary color
Monochromatic Colors of #E2A8FF
Black with #E2A8FF
Text Example
Text Example
White with #E2A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A8FF; }
p { color: rgb(226,168,255); }
H1.HeaderClassName
{
color: #E2A8FF;
}
.AnyTagClassName
{
color: #E2A8FF;
}
</style>
background-color css
<style>
a { background-color: #E2A8FF; }
a { background-color: rgb(226,168,255); }
div.DivClassName
{
background-color: #E2A8FF;
}
.BgClassName
{
background-color: #E2A8FF;
}
</style>
border-color css
<style>
span { border-color: #E2A8FF; }
span { border-color: rgb(226,168,255); }
td.TdClassName
{
border-color: #E2A8FF;
}
.TagClassName
{
border-color: #E2A8FF;
}
</style>