Shades of Mauve #E2ACF5
Tints of Mauve #E2ACF5
RGB
CMYK
RGB Variations
Color information
#E2ACF5 (or 0xE2ACF5) is known color: Mauve. HEX triplet: E2, AC and F5. RGB value is (226,172,245). Sum of RGB (Red+Green+Blue) = 226+172+245=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 245 - color contains mainly: blue. Hex color #E2ACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACF5 is #1D530A. Grayscale: #C4C4C4. Windows color (decimal): -1921803 or 16100578. OLE color: 16100578.
HSL color Cylindrical-coordinate representation of color #E2ACF5: hue angle of 284.38º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2ACF5 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 172 | 245 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.04 |
| HSL | 284.38º | 0.78% | 0.82% | - |
| HSV(B) | 284.38º | 0.3% | 0.96% | - |
| XYZ | 62.6 | 52.27 | 93.18 | - |
| YUV | 196.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 245 | 0.08 | 0.30 | 0 | 0.04 | 284.38 | 0.78 | 0.82 |
| Hex | E2 | AC | F5 | 8 | 1E | 0 | 4 | 11C | 4E | 52 |
| Octal | 342 | 254 | 365 | 10 | 36 | 0 | 4 | 434 | 116 | 122 |
| Binary | 11100010 | 10101100 | 11110101 | 1000 | 11110 | 0 | 100 | 100011100 | 1001110 | 1010010 |
Color Harmonies of #E2ACF5
Complementary color
Monochromatic Colors of #E2ACF5
Black with #E2ACF5
Text Example
Text Example
White with #E2ACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACF5; }
p { color: rgb(226,172,245); }
H1.HeaderClassName
{
color: #E2ACF5;
}
.AnyTagClassName
{
color: #E2ACF5;
}
</style>
background-color css
<style>
a { background-color: #E2ACF5; }
a { background-color: rgb(226,172,245); }
div.DivClassName
{
background-color: #E2ACF5;
}
.BgClassName
{
background-color: #E2ACF5;
}
</style>
border-color css
<style>
span { border-color: #E2ACF5; }
span { border-color: rgb(226,172,245); }
td.TdClassName
{
border-color: #E2ACF5;
}
.TagClassName
{
border-color: #E2ACF5;
}
</style>