Shades of Mauve #E1A8FD
Tints of Mauve #E1A8FD
RGB
CMYK
RGB Variations
Color information
#E1A8FD (or 0xE1A8FD) is known color: Mauve. HEX triplet: E1, A8 and FD. RGB value is (225,168,253). Sum of RGB (Red+Green+Blue) = 225+168+253=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 168 (66.02% from 255 or 26.01% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A8FD is #1E5702. Grayscale: #C2C2C2. Windows color (decimal): -1988355 or 16623841. OLE color: 16623841.
HSL color Cylindrical-coordinate representation of color #E1A8FD: hue angle of 280.24º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1A8FD is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 168 | 253 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.01 |
| HSL | 280.24º | 0.96% | 0.83% | - |
| HSV(B) | 280.24º | 0.34% | 0.99% | - |
| XYZ | 62.78 | 51.1 | 99.48 | - |
| YUV | 194.73 | 160.88 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 253 | 0.11 | 0.34 | 0 | 0.01 | 280.24 | 0.96 | 0.83 |
| Hex | E1 | A8 | FD | B | 22 | 0 | 1 | 118 | 60 | 53 |
| Octal | 341 | 250 | 375 | 13 | 42 | 0 | 1 | 430 | 140 | 123 |
| Binary | 11100001 | 10101000 | 11111101 | 1011 | 100010 | 0 | 1 | 100011000 | 1100000 | 1010011 |
Color Harmonies of #E1A8FD
Complementary color
Monochromatic Colors of #E1A8FD
Black with #E1A8FD
Text Example
Text Example
White with #E1A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A8FD; }
p { color: rgb(225,168,253); }
H1.HeaderClassName
{
color: #E1A8FD;
}
.AnyTagClassName
{
color: #E1A8FD;
}
</style>
background-color css
<style>
a { background-color: #E1A8FD; }
a { background-color: rgb(225,168,253); }
div.DivClassName
{
background-color: #E1A8FD;
}
.BgClassName
{
background-color: #E1A8FD;
}
</style>
border-color css
<style>
span { border-color: #E1A8FD; }
span { border-color: rgb(225,168,253); }
td.TdClassName
{
border-color: #E1A8FD;
}
.TagClassName
{
border-color: #E1A8FD;
}
</style>