Shades of Mauve #E9AEFE
Tints of Mauve #E9AEFE
RGB
CMYK
RGB Variations
Color information
#E9AEFE (or 0xE9AEFE) is known color: Mauve. HEX triplet: E9, AE and FE. RGB value is (233,174,254). Sum of RGB (Red+Green+Blue) = 233+174+254=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 174 (68.36% from 255 or 26.32% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9AEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AEFE is #165101. Grayscale: #C8C8C8. Windows color (decimal): -1462530 or 16690921. OLE color: 16690921.
HSL color Cylindrical-coordinate representation of color #E9AEFE: hue angle of 284.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9AEFE is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 174 | 254 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.00 |
| HSL | 284.25º | 0.98% | 0.84% | - |
| HSV(B) | 284.25º | 0.31% | 1% | - |
| XYZ | 66.63 | 54.75 | 100.82 | - |
| YUV | 200.76 | 158.05 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 174 | 254 | 0.08 | 0.31 | 0 | 0.00 | 284.25 | 0.98 | 0.84 |
| Hex | E9 | AE | FE | 8 | 1F | 0 | 0 | 11C | 62 | 54 |
| Octal | 351 | 256 | 376 | 10 | 37 | 0 | 0 | 434 | 142 | 124 |
| Binary | 11101001 | 10101110 | 11111110 | 1000 | 11111 | 0 | 0 | 100011100 | 1100010 | 1010100 |
Color Harmonies of #E9AEFE
Complementary color
Monochromatic Colors of #E9AEFE
Black with #E9AEFE
Text Example
Text Example
White with #E9AEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AEFE; }
p { color: rgb(233,174,254); }
H1.HeaderClassName
{
color: #E9AEFE;
}
.AnyTagClassName
{
color: #E9AEFE;
}
</style>
background-color css
<style>
a { background-color: #E9AEFE; }
a { background-color: rgb(233,174,254); }
div.DivClassName
{
background-color: #E9AEFE;
}
.BgClassName
{
background-color: #E9AEFE;
}
</style>
border-color css
<style>
span { border-color: #E9AEFE; }
span { border-color: rgb(233,174,254); }
td.TdClassName
{
border-color: #E9AEFE;
}
.TagClassName
{
border-color: #E9AEFE;
}
</style>