Shades of Mauve #E2A8FB
Tints of Mauve #E2A8FB
RGB
CMYK
RGB Variations
Color information
#E2A8FB (or 0xE2A8FB) is known color: Mauve. HEX triplet: E2, A8 and FB. RGB value is (226,168,251). Sum of RGB (Red+Green+Blue) = 226+168+251=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 168 (66.02% from 255 or 26.05% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2A8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A8FB is #1D5704. Grayscale: #C2C2C2. Windows color (decimal): -1922821 or 16492770. OLE color: 16492770.
HSL color Cylindrical-coordinate representation of color #E2A8FB: hue angle of 281.93º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2A8FB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 168 | 251 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.02 |
| HSL | 281.93º | 0.91% | 0.82% | - |
| HSV(B) | 281.93º | 0.33% | 0.98% | - |
| XYZ | 62.78 | 51.14 | 97.83 | - |
| YUV | 194.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 168 | 251 | 0.10 | 0.33 | 0 | 0.02 | 281.93 | 0.91 | 0.82 |
| Hex | E2 | A8 | FB | A | 21 | 0 | 2 | 11A | 5B | 52 |
| Octal | 342 | 250 | 373 | 12 | 41 | 0 | 2 | 432 | 133 | 122 |
| Binary | 11100010 | 10101000 | 11111011 | 1010 | 100001 | 0 | 10 | 100011010 | 1011011 | 1010010 |
Color Harmonies of #E2A8FB
Complementary color
Monochromatic Colors of #E2A8FB
Black with #E2A8FB
Text Example
Text Example
White with #E2A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A8FB; }
p { color: rgb(226,168,251); }
H1.HeaderClassName
{
color: #E2A8FB;
}
.AnyTagClassName
{
color: #E2A8FB;
}
</style>
background-color css
<style>
a { background-color: #E2A8FB; }
a { background-color: rgb(226,168,251); }
div.DivClassName
{
background-color: #E2A8FB;
}
.BgClassName
{
background-color: #E2A8FB;
}
</style>
border-color css
<style>
span { border-color: #E2A8FB; }
span { border-color: rgb(226,168,251); }
td.TdClassName
{
border-color: #E2A8FB;
}
.TagClassName
{
border-color: #E2A8FB;
}
</style>