Shades of Mauve #E7B5F5
Tints of Mauve #E7B5F5
RGB
CMYK
RGB Variations
Color information
#E7B5F5 (or 0xE7B5F5) is known color: Mauve. HEX triplet: E7, B5 and F5. RGB value is (231,181,245). Sum of RGB (Red+Green+Blue) = 231+181+245=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 181 (71.09% from 255 or 27.55% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #E7B5F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B5F5 is #184A0A. Grayscale: #CBCBCB. Windows color (decimal): -1591819 or 16102887. OLE color: 16102887.
HSL color Cylindrical-coordinate representation of color #E7B5F5: hue angle of 286.88º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7B5F5 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 231 | 181 | 245 | - |
CMYK | 0.06 | 0.26 | 0 | 0.04 |
HSL | 286.88º | 0.76% | 0.84% | - |
HSV(B) | 286.88º | 0.26% | 0.96% | - |
XYZ | 65.96 | 56.63 | 93.84 | - |
YUV | 203.25 | 151.57 | 147.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 181 | 245 | 0.06 | 0.26 | 0 | 0.04 | 286.88 | 0.76 | 0.84 |
Hex | E7 | B5 | F5 | 6 | 1A | 0 | 4 | 11F | 4C | 54 |
Octal | 347 | 265 | 365 | 6 | 32 | 0 | 4 | 437 | 114 | 124 |
Binary | 11100111 | 10110101 | 11110101 | 110 | 11010 | 0 | 100 | 100011111 | 1001100 | 1010100 |
Color Harmonies of #E7B5F5
Complementary color
Monochromatic Colors of #E7B5F5
Black with #E7B5F5
Text Example
Text Example
White with #E7B5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B5F5; }
p { color: rgb(231,181,245); }
H1.HeaderClassName
{
color: #E7B5F5;
}
.AnyTagClassName
{
color: #E7B5F5;
}
</style>
background-color css
<style>
a { background-color: #E7B5F5; }
a { background-color: rgb(231,181,245); }
div.DivClassName
{
background-color: #E7B5F5;
}
.BgClassName
{
background-color: #E7B5F5;
}
</style>
border-color css
<style>
span { border-color: #E7B5F5; }
span { border-color: rgb(231,181,245); }
td.TdClassName
{
border-color: #E7B5F5;
}
.TagClassName
{
border-color: #E7B5F5;
}
</style>