Shades of Mauve #E2AFEF
Tints of Mauve #E2AFEF
RGB
CMYK
RGB Variations
Color information
#E2AFEF (or 0xE2AFEF) is known color: Mauve. HEX triplet: E2, AF and EF. RGB value is (226,175,239). Sum of RGB (Red+Green+Blue) = 226+175+239=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFEF is #1D5010. Grayscale: #C5C5C5. Windows color (decimal): -1921041 or 15708130. OLE color: 15708130.
HSL color Cylindrical-coordinate representation of color #E2AFEF: hue angle of 287.81º degrees, saturation: 0.67, 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 #E2AFEF is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 175 | 239 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.06 |
| HSL | 287.81º | 0.67% | 0.81% | - |
| HSV(B) | 287.81º | 0.27% | 0.94% | - |
| XYZ | 62.27 | 53.06 | 88.62 | - |
| YUV | 197.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 239 | 0.05 | 0.27 | 0 | 0.06 | 287.81 | 0.67 | 0.81 |
| Hex | E2 | AF | EF | 5 | 1B | 0 | 6 | 120 | 43 | 51 |
| Octal | 342 | 257 | 357 | 5 | 33 | 0 | 6 | 440 | 103 | 121 |
| Binary | 11100010 | 10101111 | 11101111 | 101 | 11011 | 0 | 110 | 100100000 | 1000011 | 1010001 |
Color Harmonies of #E2AFEF
Complementary color
Monochromatic Colors of #E2AFEF
Black with #E2AFEF
Text Example
Text Example
White with #E2AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFEF; }
p { color: rgb(226,175,239); }
H1.HeaderClassName
{
color: #E2AFEF;
}
.AnyTagClassName
{
color: #E2AFEF;
}
</style>
background-color css
<style>
a { background-color: #E2AFEF; }
a { background-color: rgb(226,175,239); }
div.DivClassName
{
background-color: #E2AFEF;
}
.BgClassName
{
background-color: #E2AFEF;
}
</style>
border-color css
<style>
span { border-color: #E2AFEF; }
span { border-color: rgb(226,175,239); }
td.TdClassName
{
border-color: #E2AFEF;
}
.TagClassName
{
border-color: #E2AFEF;
}
</style>