Shades of Mauve #E6AFEF
Tints of Mauve #E6AFEF
RGB
CMYK
RGB Variations
Color information
#E6AFEF (or 0xE6AFEF) is known color: Mauve. HEX triplet: E6, AF and EF. RGB value is (230,175,239). Sum of RGB (Red+Green+Blue) = 230+175+239=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6AFEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFEF is #195010. Grayscale: #C6C6C6. Windows color (decimal): -1658897 or 15708134. OLE color: 15708134.
HSL color Cylindrical-coordinate representation of color #E6AFEF: hue angle of 291.56º 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 #E6AFEF is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 175 | 239 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.06 |
| HSL | 291.56º | 0.67% | 0.81% | - |
| HSV(B) | 291.56º | 0.27% | 0.94% | - |
| XYZ | 63.54 | 53.71 | 88.68 | - |
| YUV | 198.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 239 | 0.04 | 0.27 | 0 | 0.06 | 291.56 | 0.67 | 0.81 |
| Hex | E6 | AF | EF | 4 | 1B | 0 | 6 | 124 | 43 | 51 |
| Octal | 346 | 257 | 357 | 4 | 33 | 0 | 6 | 444 | 103 | 121 |
| Binary | 11100110 | 10101111 | 11101111 | 100 | 11011 | 0 | 110 | 100100100 | 1000011 | 1010001 |
Color Harmonies of #E6AFEF
Complementary color
Monochromatic Colors of #E6AFEF
Black with #E6AFEF
Text Example
Text Example
White with #E6AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFEF; }
p { color: rgb(230,175,239); }
H1.HeaderClassName
{
color: #E6AFEF;
}
.AnyTagClassName
{
color: #E6AFEF;
}
</style>
background-color css
<style>
a { background-color: #E6AFEF; }
a { background-color: rgb(230,175,239); }
div.DivClassName
{
background-color: #E6AFEF;
}
.BgClassName
{
background-color: #E6AFEF;
}
</style>
border-color css
<style>
span { border-color: #E6AFEF; }
span { border-color: rgb(230,175,239); }
td.TdClassName
{
border-color: #E6AFEF;
}
.TagClassName
{
border-color: #E6AFEF;
}
</style>