Shades of Mauve #E2ACF0
Tints of Mauve #E2ACF0
RGB
CMYK
RGB Variations
Color information
#E2ACF0 (or 0xE2ACF0) is known color: Mauve. HEX triplet: E2, AC and F0. RGB value is (226,172,240). Sum of RGB (Red+Green+Blue) = 226+172+240=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACF0 is #1D530F. Grayscale: #C3C3C3. Windows color (decimal): -1921808 or 15772898. OLE color: 15772898.
HSL color Cylindrical-coordinate representation of color #E2ACF0: hue angle of 287.65º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2ACF0 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 172 | 240 | - |
CMYK | 0.06 | 0.28 | 0 | 0.06 |
HSL | 287.65º | 0.69% | 0.81% | - |
HSV(B) | 287.65º | 0.28% | 0.94% | - |
XYZ | 61.84 | 51.97 | 89.21 | - |
YUV | 195.9 | 152.89 | 149.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 172 | 240 | 0.06 | 0.28 | 0 | 0.06 | 287.65 | 0.69 | 0.81 |
Hex | E2 | AC | F0 | 6 | 1C | 0 | 6 | 120 | 45 | 51 |
Octal | 342 | 254 | 360 | 6 | 34 | 0 | 6 | 440 | 105 | 121 |
Binary | 11100010 | 10101100 | 11110000 | 110 | 11100 | 0 | 110 | 100100000 | 1000101 | 1010001 |
Color Harmonies of #E2ACF0
Complementary color
Monochromatic Colors of #E2ACF0
Black with #E2ACF0
Text Example
Text Example
White with #E2ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACF0; }
p { color: rgb(226,172,240); }
H1.HeaderClassName
{
color: #E2ACF0;
}
.AnyTagClassName
{
color: #E2ACF0;
}
</style>
background-color css
<style>
a { background-color: #E2ACF0; }
a { background-color: rgb(226,172,240); }
div.DivClassName
{
background-color: #E2ACF0;
}
.BgClassName
{
background-color: #E2ACF0;
}
</style>
border-color css
<style>
span { border-color: #E2ACF0; }
span { border-color: rgb(226,172,240); }
td.TdClassName
{
border-color: #E2ACF0;
}
.TagClassName
{
border-color: #E2ACF0;
}
</style>