Shades of Mauve #E3AFEF
Tints of Mauve #E3AFEF
RGB
CMYK
RGB Variations
Color information
#E3AFEF (or 0xE3AFEF) is known color: Mauve. HEX triplet: E3, AF and EF. RGB value is (227,175,239). Sum of RGB (Red+Green+Blue) = 227+175+239=641 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.41% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #E3AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AFEF is #1C5010. Grayscale: #C5C5C5. Windows color (decimal): -1855505 or 15708131. OLE color: 15708131.
HSL color Cylindrical-coordinate representation of color #E3AFEF: hue angle of 288.75º 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 #E3AFEF is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 175 | 239 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.06 |
| HSL | 288.75º | 0.67% | 0.81% | - |
| HSV(B) | 288.75º | 0.27% | 0.94% | - |
| XYZ | 62.59 | 53.22 | 88.64 | - |
| YUV | 197.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 239 | 0.05 | 0.27 | 0 | 0.06 | 288.75 | 0.67 | 0.81 |
| Hex | E3 | AF | EF | 5 | 1B | 0 | 6 | 121 | 43 | 51 |
| Octal | 343 | 257 | 357 | 5 | 33 | 0 | 6 | 441 | 103 | 121 |
| Binary | 11100011 | 10101111 | 11101111 | 101 | 11011 | 0 | 110 | 100100001 | 1000011 | 1010001 |
Color Harmonies of #E3AFEF
Complementary color
Monochromatic Colors of #E3AFEF
Black with #E3AFEF
Text Example
Text Example
White with #E3AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AFEF; }
p { color: rgb(227,175,239); }
H1.HeaderClassName
{
color: #E3AFEF;
}
.AnyTagClassName
{
color: #E3AFEF;
}
</style>
background-color css
<style>
a { background-color: #E3AFEF; }
a { background-color: rgb(227,175,239); }
div.DivClassName
{
background-color: #E3AFEF;
}
.BgClassName
{
background-color: #E3AFEF;
}
</style>
border-color css
<style>
span { border-color: #E3AFEF; }
span { border-color: rgb(227,175,239); }
td.TdClassName
{
border-color: #E3AFEF;
}
.TagClassName
{
border-color: #E3AFEF;
}
</style>