Shades of Mauve #E9AFFC
Tints of Mauve #E9AFFC
RGB
CMYK
RGB Variations
Color information
#E9AFFC (or 0xE9AFFC) is known color: Mauve. HEX triplet: E9, AF and FC. RGB value is (233,175,252). Sum of RGB (Red+Green+Blue) = 233+175+252=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 175 (68.75% from 255 or 26.52% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9AFFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AFFC is #165003. Grayscale: #C8C8C8. Windows color (decimal): -1462276 or 16560105. OLE color: 16560105.
HSL color Cylindrical-coordinate representation of color #E9AFFC: hue angle of 285.19º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9AFFC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 175 | 252 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.01 |
| HSL | 285.19º | 0.93% | 0.84% | - |
| HSV(B) | 285.19º | 0.31% | 0.99% | - |
| XYZ | 66.5 | 55.01 | 99.21 | - |
| YUV | 201.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 252 | 0.08 | 0.31 | 0 | 0.01 | 285.19 | 0.93 | 0.84 |
| Hex | E9 | AF | FC | 8 | 1F | 0 | 1 | 11D | 5D | 54 |
| Octal | 351 | 257 | 374 | 10 | 37 | 0 | 1 | 435 | 135 | 124 |
| Binary | 11101001 | 10101111 | 11111100 | 1000 | 11111 | 0 | 1 | 100011101 | 1011101 | 1010100 |
Color Harmonies of #E9AFFC
Complementary color
Monochromatic Colors of #E9AFFC
Black with #E9AFFC
Text Example
Text Example
White with #E9AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AFFC; }
p { color: rgb(233,175,252); }
H1.HeaderClassName
{
color: #E9AFFC;
}
.AnyTagClassName
{
color: #E9AFFC;
}
</style>
background-color css
<style>
a { background-color: #E9AFFC; }
a { background-color: rgb(233,175,252); }
div.DivClassName
{
background-color: #E9AFFC;
}
.BgClassName
{
background-color: #E9AFFC;
}
</style>
border-color css
<style>
span { border-color: #E9AFFC; }
span { border-color: rgb(233,175,252); }
td.TdClassName
{
border-color: #E9AFFC;
}
.TagClassName
{
border-color: #E9AFFC;
}
</style>