Shades of Mauve #E9B5EF
Tints of Mauve #E9B5EF
RGB
CMYK
RGB Variations
Color information
#E9B5EF (or 0xE9B5EF) is known color: Mauve. HEX triplet: E9, B5 and EF. RGB value is (233,181,239). Sum of RGB (Red+Green+Blue) = 233+181+239=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9B5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9B5EF is #164A10. Grayscale: #CACACA. Windows color (decimal): -1460753 or 15709673. OLE color: 15709673.
HSL color Cylindrical-coordinate representation of color #E9B5EF: hue angle of 293.79º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9B5EF is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 181 | 239 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.06 |
| HSL | 293.79º | 0.64% | 0.82% | - |
| HSV(B) | 293.79º | 0.24% | 0.94% | - |
| XYZ | 65.71 | 56.6 | 89.12 | - |
| YUV | 203.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 181 | 239 | 0.03 | 0.24 | 0 | 0.06 | 293.79 | 0.64 | 0.82 |
| Hex | E9 | B5 | EF | 3 | 18 | 0 | 6 | 126 | 40 | 52 |
| Octal | 351 | 265 | 357 | 3 | 30 | 0 | 6 | 446 | 100 | 122 |
| Binary | 11101001 | 10110101 | 11101111 | 11 | 11000 | 0 | 110 | 100100110 | 1000000 | 1010010 |
Color Harmonies of #E9B5EF
Complementary color
Monochromatic Colors of #E9B5EF
Black with #E9B5EF
Text Example
Text Example
White with #E9B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B5EF; }
p { color: rgb(233,181,239); }
H1.HeaderClassName
{
color: #E9B5EF;
}
.AnyTagClassName
{
color: #E9B5EF;
}
</style>
background-color css
<style>
a { background-color: #E9B5EF; }
a { background-color: rgb(233,181,239); }
div.DivClassName
{
background-color: #E9B5EF;
}
.BgClassName
{
background-color: #E9B5EF;
}
</style>
border-color css
<style>
span { border-color: #E9B5EF; }
span { border-color: rgb(233,181,239); }
td.TdClassName
{
border-color: #E9B5EF;
}
.TagClassName
{
border-color: #E9B5EF;
}
</style>