Shades of Mauve #E5AFEF
Tints of Mauve #E5AFEF
RGB
CMYK
RGB Variations
Color information
#E5AFEF (or 0xE5AFEF) is known color: Mauve. HEX triplet: E5, AF and EF. RGB value is (229,175,239). Sum of RGB (Red+Green+Blue) = 229+175+239=643 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.61% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFEF is #1A5010. Grayscale: #C6C6C6. Windows color (decimal): -1724433 or 15708133. OLE color: 15708133.
HSL color Cylindrical-coordinate representation of color #E5AFEF: hue angle of 290.62º 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 #E5AFEF is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 175 | 239 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.06 |
| HSL | 290.63º | 0.67% | 0.81% | - |
| HSV(B) | 290.63º | 0.27% | 0.94% | - |
| XYZ | 63.22 | 53.55 | 88.67 | - |
| YUV | 198.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 239 | 0.04 | 0.27 | 0 | 0.06 | 290.63 | 0.67 | 0.81 |
| Hex | E5 | AF | EF | 4 | 1B | 0 | 6 | 123 | 43 | 51 |
| Octal | 345 | 257 | 357 | 4 | 33 | 0 | 6 | 443 | 103 | 121 |
| Binary | 11100101 | 10101111 | 11101111 | 100 | 11011 | 0 | 110 | 100100011 | 1000011 | 1010001 |
Color Harmonies of #E5AFEF
Complementary color
Monochromatic Colors of #E5AFEF
Black with #E5AFEF
Text Example
Text Example
White with #E5AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFEF; }
p { color: rgb(229,175,239); }
H1.HeaderClassName
{
color: #E5AFEF;
}
.AnyTagClassName
{
color: #E5AFEF;
}
</style>
background-color css
<style>
a { background-color: #E5AFEF; }
a { background-color: rgb(229,175,239); }
div.DivClassName
{
background-color: #E5AFEF;
}
.BgClassName
{
background-color: #E5AFEF;
}
</style>
border-color css
<style>
span { border-color: #E5AFEF; }
span { border-color: rgb(229,175,239); }
td.TdClassName
{
border-color: #E5AFEF;
}
.TagClassName
{
border-color: #E5AFEF;
}
</style>