Shades of Mauve #E7B5EF
Tints of Mauve #E7B5EF
RGB
CMYK
RGB Variations
Color information
#E7B5EF (or 0xE7B5EF) is known color: Mauve. HEX triplet: E7, B5 and EF. RGB value is (231,181,239). Sum of RGB (Red+Green+Blue) = 231+181+239=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 181 (71.09% from 255 or 27.80% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7B5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B5EF is #184A10. Grayscale: #CACACA. Windows color (decimal): -1591825 or 15709671. OLE color: 15709671.
HSL color Cylindrical-coordinate representation of color #E7B5EF: hue angle of 291.72º 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 #E7B5EF is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 231 | 181 | 239 | - |
CMYK | 0.03 | 0.24 | 0 | 0.06 |
HSL | 291.72º | 0.64% | 0.82% | - |
HSV(B) | 291.72º | 0.24% | 0.94% | - |
XYZ | 65.06 | 56.27 | 89.09 | - |
YUV | 202.56 | 148.57 | 148.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 181 | 239 | 0.03 | 0.24 | 0 | 0.06 | 291.72 | 0.64 | 0.82 |
Hex | E7 | B5 | EF | 3 | 18 | 0 | 6 | 124 | 40 | 52 |
Octal | 347 | 265 | 357 | 3 | 30 | 0 | 6 | 444 | 100 | 122 |
Binary | 11100111 | 10110101 | 11101111 | 11 | 11000 | 0 | 110 | 100100100 | 1000000 | 1010010 |
Color Harmonies of #E7B5EF
Complementary color
Monochromatic Colors of #E7B5EF
Black with #E7B5EF
Text Example
Text Example
White with #E7B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B5EF; }
p { color: rgb(231,181,239); }
H1.HeaderClassName
{
color: #E7B5EF;
}
.AnyTagClassName
{
color: #E7B5EF;
}
</style>
background-color css
<style>
a { background-color: #E7B5EF; }
a { background-color: rgb(231,181,239); }
div.DivClassName
{
background-color: #E7B5EF;
}
.BgClassName
{
background-color: #E7B5EF;
}
</style>
border-color css
<style>
span { border-color: #E7B5EF; }
span { border-color: rgb(231,181,239); }
td.TdClassName
{
border-color: #E7B5EF;
}
.TagClassName
{
border-color: #E7B5EF;
}
</style>