Shades of Mauve #E3AEFE
Tints of Mauve #E3AEFE
RGB
CMYK
RGB Variations
Color information
#E3AEFE (or 0xE3AEFE) is known color: Mauve. HEX triplet: E3, AE and FE. RGB value is (227,174,254). Sum of RGB (Red+Green+Blue) = 227+174+254=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AEFE is #1C5101. Grayscale: #C6C6C6. Windows color (decimal): -1855746 or 16690915. OLE color: 16690915.
HSL color Cylindrical-coordinate representation of color #E3AEFE: hue angle of 279.75º 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 #E3AEFE is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 174 | 254 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.00 |
| HSL | 279.75º | 0.98% | 0.84% | - |
| HSV(B) | 279.75º | 0.31% | 1% | - |
| XYZ | 64.7 | 53.76 | 100.73 | - |
| YUV | 198.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 174 | 254 | 0.11 | 0.31 | 0 | 0.00 | 279.75 | 0.98 | 0.84 |
| Hex | E3 | AE | FE | B | 1F | 0 | 0 | 118 | 62 | 54 |
| Octal | 343 | 256 | 376 | 13 | 37 | 0 | 0 | 430 | 142 | 124 |
| Binary | 11100011 | 10101110 | 11111110 | 1011 | 11111 | 0 | 0 | 100011000 | 1100010 | 1010100 |
Color Harmonies of #E3AEFE
Complementary color
Monochromatic Colors of #E3AEFE
Black with #E3AEFE
Text Example
Text Example
White with #E3AEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AEFE; }
p { color: rgb(227,174,254); }
H1.HeaderClassName
{
color: #E3AEFE;
}
.AnyTagClassName
{
color: #E3AEFE;
}
</style>
background-color css
<style>
a { background-color: #E3AEFE; }
a { background-color: rgb(227,174,254); }
div.DivClassName
{
background-color: #E3AEFE;
}
.BgClassName
{
background-color: #E3AEFE;
}
</style>
border-color css
<style>
span { border-color: #E3AEFE; }
span { border-color: rgb(227,174,254); }
td.TdClassName
{
border-color: #E3AEFE;
}
.TagClassName
{
border-color: #E3AEFE;
}
</style>