Shades of Mauve #E2A0FD
Tints of Mauve #E2A0FD
RGB
CMYK
RGB Variations
Color information
#E2A0FD (or 0xE2A0FD) is known color: Mauve. HEX triplet: E2, A0 and FD. RGB value is (226,160,253). Sum of RGB (Red+Green+Blue) = 226+160+253=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 160 (62.89% from 255 or 25.04% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2A0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A0FD is #1D5F02. Grayscale: #BEBEBE. Windows color (decimal): -1924867 or 16621794. OLE color: 16621794.
HSL color Cylindrical-coordinate representation of color #E2A0FD: hue angle of 282.58º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E2A0FD is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 160 | 253 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.01 |
| HSL | 282.58º | 0.96% | 0.81% | - |
| HSV(B) | 282.58º | 0.37% | 0.99% | - |
| XYZ | 61.66 | 48.4 | 99.02 | - |
| YUV | 190.34 | 163.37 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 253 | 0.11 | 0.37 | 0 | 0.01 | 282.58 | 0.96 | 0.81 |
| Hex | E2 | A0 | FD | B | 25 | 0 | 1 | 11B | 60 | 51 |
| Octal | 342 | 240 | 375 | 13 | 45 | 0 | 1 | 433 | 140 | 121 |
| Binary | 11100010 | 10100000 | 11111101 | 1011 | 100101 | 0 | 1 | 100011011 | 1100000 | 1010001 |
Color Harmonies of #E2A0FD
Complementary color
Monochromatic Colors of #E2A0FD
Black with #E2A0FD
Text Example
Text Example
White with #E2A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A0FD; }
p { color: rgb(226,160,253); }
H1.HeaderClassName
{
color: #E2A0FD;
}
.AnyTagClassName
{
color: #E2A0FD;
}
</style>
background-color css
<style>
a { background-color: #E2A0FD; }
a { background-color: rgb(226,160,253); }
div.DivClassName
{
background-color: #E2A0FD;
}
.BgClassName
{
background-color: #E2A0FD;
}
</style>
border-color css
<style>
span { border-color: #E2A0FD; }
span { border-color: rgb(226,160,253); }
td.TdClassName
{
border-color: #E2A0FD;
}
.TagClassName
{
border-color: #E2A0FD;
}
</style>