Shades of Mauve #E9AEFB
Tints of Mauve #E9AEFB
RGB
CMYK
RGB Variations
Color information
#E9AEFB (or 0xE9AEFB) is known color: Mauve. HEX triplet: E9, AE and FB. RGB value is (233,174,251). Sum of RGB (Red+Green+Blue) = 233+174+251=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 174 (68.36% from 255 or 26.44% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9AEFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AEFB is #165104. Grayscale: #C8C8C8. Windows color (decimal): -1462533 or 16494313. OLE color: 16494313.
HSL color Cylindrical-coordinate representation of color #E9AEFB: hue angle of 285.97º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9AEFB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 174 | 251 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.02 |
| HSL | 285.97º | 0.91% | 0.83% | - |
| HSV(B) | 285.97º | 0.31% | 0.98% | - |
| XYZ | 66.15 | 54.56 | 98.31 | - |
| YUV | 200.42 | 156.55 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 174 | 251 | 0.07 | 0.31 | 0 | 0.02 | 285.97 | 0.91 | 0.83 |
| Hex | E9 | AE | FB | 7 | 1F | 0 | 2 | 11E | 5B | 53 |
| Octal | 351 | 256 | 373 | 7 | 37 | 0 | 2 | 436 | 133 | 123 |
| Binary | 11101001 | 10101110 | 11111011 | 111 | 11111 | 0 | 10 | 100011110 | 1011011 | 1010011 |
Color Harmonies of #E9AEFB
Complementary color
Monochromatic Colors of #E9AEFB
Black with #E9AEFB
Text Example
Text Example
White with #E9AEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AEFB; }
p { color: rgb(233,174,251); }
H1.HeaderClassName
{
color: #E9AEFB;
}
.AnyTagClassName
{
color: #E9AEFB;
}
</style>
background-color css
<style>
a { background-color: #E9AEFB; }
a { background-color: rgb(233,174,251); }
div.DivClassName
{
background-color: #E9AEFB;
}
.BgClassName
{
background-color: #E9AEFB;
}
</style>
border-color css
<style>
span { border-color: #E9AEFB; }
span { border-color: rgb(233,174,251); }
td.TdClassName
{
border-color: #E9AEFB;
}
.TagClassName
{
border-color: #E9AEFB;
}
</style>