Shades of Mauve #E0AFEF
Tints of Mauve #E0AFEF
RGB
CMYK
RGB Variations
Color information
#E0AFEF (or 0xE0AFEF) is known color: Mauve. HEX triplet: E0, AF and EF. RGB value is (224,175,239). Sum of RGB (Red+Green+Blue) = 224+175+239=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFEF is #1F5010. Grayscale: #C4C4C4. Windows color (decimal): -2052113 or 15708128. OLE color: 15708128.
HSL color Cylindrical-coordinate representation of color #E0AFEF: hue angle of 285.94º 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 #E0AFEF is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 175 | 239 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.06 |
| HSL | 285.94º | 0.67% | 0.81% | - |
| HSV(B) | 285.94º | 0.27% | 0.94% | - |
| XYZ | 61.65 | 52.74 | 88.59 | - |
| YUV | 196.95 | 151.73 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 239 | 0.06 | 0.27 | 0 | 0.06 | 285.94 | 0.67 | 0.81 |
| Hex | E0 | AF | EF | 6 | 1B | 0 | 6 | 11E | 43 | 51 |
| Octal | 340 | 257 | 357 | 6 | 33 | 0 | 6 | 436 | 103 | 121 |
| Binary | 11100000 | 10101111 | 11101111 | 110 | 11011 | 0 | 110 | 100011110 | 1000011 | 1010001 |
Color Harmonies of #E0AFEF
Complementary color
Monochromatic Colors of #E0AFEF
Black with #E0AFEF
Text Example
Text Example
White with #E0AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFEF; }
p { color: rgb(224,175,239); }
H1.HeaderClassName
{
color: #E0AFEF;
}
.AnyTagClassName
{
color: #E0AFEF;
}
</style>
background-color css
<style>
a { background-color: #E0AFEF; }
a { background-color: rgb(224,175,239); }
div.DivClassName
{
background-color: #E0AFEF;
}
.BgClassName
{
background-color: #E0AFEF;
}
</style>
border-color css
<style>
span { border-color: #E0AFEF; }
span { border-color: rgb(224,175,239); }
td.TdClassName
{
border-color: #E0AFEF;
}
.TagClassName
{
border-color: #E0AFEF;
}
</style>