Shades of Mauve #E2AFF0
Tints of Mauve #E2AFF0
RGB
CMYK
RGB Variations
Color information
#E2AFF0 (or 0xE2AFF0) is known color: Mauve. HEX triplet: E2, AF and F0. RGB value is (226,175,240). Sum of RGB (Red+Green+Blue) = 226+175+240=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFF0 is #1D500F. Grayscale: #C5C5C5. Windows color (decimal): -1921040 or 15773666. OLE color: 15773666.
HSL color Cylindrical-coordinate representation of color #E2AFF0: hue angle of 287.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2AFF0 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 175 | 240 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.06 |
| HSL | 287.08º | 0.68% | 0.81% | - |
| HSV(B) | 287.08º | 0.27% | 0.94% | - |
| XYZ | 62.42 | 53.12 | 89.4 | - |
| YUV | 197.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 240 | 0.06 | 0.27 | 0 | 0.06 | 287.08 | 0.68 | 0.81 |
| Hex | E2 | AF | F0 | 6 | 1B | 0 | 6 | 11F | 44 | 51 |
| Octal | 342 | 257 | 360 | 6 | 33 | 0 | 6 | 437 | 104 | 121 |
| Binary | 11100010 | 10101111 | 11110000 | 110 | 11011 | 0 | 110 | 100011111 | 1000100 | 1010001 |
Color Harmonies of #E2AFF0
Complementary color
Monochromatic Colors of #E2AFF0
Black with #E2AFF0
Text Example
Text Example
White with #E2AFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFF0; }
p { color: rgb(226,175,240); }
H1.HeaderClassName
{
color: #E2AFF0;
}
.AnyTagClassName
{
color: #E2AFF0;
}
</style>
background-color css
<style>
a { background-color: #E2AFF0; }
a { background-color: rgb(226,175,240); }
div.DivClassName
{
background-color: #E2AFF0;
}
.BgClassName
{
background-color: #E2AFF0;
}
</style>
border-color css
<style>
span { border-color: #E2AFF0; }
span { border-color: rgb(226,175,240); }
td.TdClassName
{
border-color: #E2AFF0;
}
.TagClassName
{
border-color: #E2AFF0;
}
</style>