Shades of Mauve #E2ACFD
Tints of Mauve #E2ACFD
RGB
CMYK
RGB Variations
Color information
#E2ACFD (or 0xE2ACFD) is known color: Mauve. HEX triplet: E2, AC and FD. RGB value is (226,172,253). Sum of RGB (Red+Green+Blue) = 226+172+253=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACFD is #1D5302. Grayscale: #C5C5C5. Windows color (decimal): -1921795 or 16624866. OLE color: 16624866.
HSL color Cylindrical-coordinate representation of color #E2ACFD: hue angle of 280º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2ACFD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 172 | 253 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.01 |
| HSL | 280º | 0.95% | 0.83% | - |
| HSV(B) | 280º | 0.32% | 0.99% | - |
| XYZ | 63.85 | 52.77 | 99.75 | - |
| YUV | 197.38 | 159.39 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 253 | 0.11 | 0.32 | 0 | 0.01 | 280 | 0.95 | 0.83 |
| Hex | E2 | AC | FD | B | 20 | 0 | 1 | 118 | 5F | 53 |
| Octal | 342 | 254 | 375 | 13 | 40 | 0 | 1 | 430 | 137 | 123 |
| Binary | 11100010 | 10101100 | 11111101 | 1011 | 100000 | 0 | 1 | 100011000 | 1011111 | 1010011 |
Color Harmonies of #E2ACFD
Complementary color
Monochromatic Colors of #E2ACFD
Black with #E2ACFD
Text Example
Text Example
White with #E2ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACFD; }
p { color: rgb(226,172,253); }
H1.HeaderClassName
{
color: #E2ACFD;
}
.AnyTagClassName
{
color: #E2ACFD;
}
</style>
background-color css
<style>
a { background-color: #E2ACFD; }
a { background-color: rgb(226,172,253); }
div.DivClassName
{
background-color: #E2ACFD;
}
.BgClassName
{
background-color: #E2ACFD;
}
</style>
border-color css
<style>
span { border-color: #E2ACFD; }
span { border-color: rgb(226,172,253); }
td.TdClassName
{
border-color: #E2ACFD;
}
.TagClassName
{
border-color: #E2ACFD;
}
</style>