Shades of Mauve #E5AEEF
Tints of Mauve #E5AEEF
RGB
CMYK
RGB Variations
Color information
#E5AEEF (or 0xE5AEEF) is known color: Mauve. HEX triplet: E5, AE and EF. RGB value is (229,174,239). Sum of RGB (Red+Green+Blue) = 229+174+239=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEEF is #1A5110. Grayscale: #C5C5C5. Windows color (decimal): -1724689 or 15707877. OLE color: 15707877.
HSL color Cylindrical-coordinate representation of color #E5AEEF: hue angle of 290.77º 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 #E5AEEF is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 174 | 239 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.06 |
| HSL | 290.77º | 0.67% | 0.81% | - |
| HSV(B) | 290.77º | 0.27% | 0.94% | - |
| XYZ | 63.03 | 53.16 | 88.6 | - |
| YUV | 197.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 239 | 0.04 | 0.27 | 0 | 0.06 | 290.77 | 0.67 | 0.81 |
| Hex | E5 | AE | EF | 4 | 1B | 0 | 6 | 123 | 43 | 51 |
| Octal | 345 | 256 | 357 | 4 | 33 | 0 | 6 | 443 | 103 | 121 |
| Binary | 11100101 | 10101110 | 11101111 | 100 | 11011 | 0 | 110 | 100100011 | 1000011 | 1010001 |
Color Harmonies of #E5AEEF
Complementary color
Monochromatic Colors of #E5AEEF
Black with #E5AEEF
Text Example
Text Example
White with #E5AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AEEF; }
p { color: rgb(229,174,239); }
H1.HeaderClassName
{
color: #E5AEEF;
}
.AnyTagClassName
{
color: #E5AEEF;
}
</style>
background-color css
<style>
a { background-color: #E5AEEF; }
a { background-color: rgb(229,174,239); }
div.DivClassName
{
background-color: #E5AEEF;
}
.BgClassName
{
background-color: #E5AEEF;
}
</style>
border-color css
<style>
span { border-color: #E5AEEF; }
span { border-color: rgb(229,174,239); }
td.TdClassName
{
border-color: #E5AEEF;
}
.TagClassName
{
border-color: #E5AEEF;
}
</style>