Shades of Mauve #E7B5FD
Tints of Mauve #E7B5FD
RGB
CMYK
RGB Variations
Color information
#E7B5FD (or 0xE7B5FD) is known color: Mauve. HEX triplet: E7, B5 and FD. RGB value is (231,181,253). Sum of RGB (Red+Green+Blue) = 231+181+253=665 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.74% from 665); Green value is 181 (71.09% from 255 or 27.22% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7B5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B5FD is #184A02. Grayscale: #CBCBCB. Windows color (decimal): -1591811 or 16627175. OLE color: 16627175.
HSL color Cylindrical-coordinate representation of color #E7B5FD: hue angle of 281.67º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7B5FD is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 231 | 181 | 253 | - |
CMYK | 0.09 | 0.28 | 0 | 0.01 |
HSL | 281.67º | 0.95% | 0.85% | - |
HSV(B) | 281.67º | 0.28% | 0.99% | - |
XYZ | 67.21 | 57.13 | 100.41 | - |
YUV | 204.16 | 155.57 | 147.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 181 | 253 | 0.09 | 0.28 | 0 | 0.01 | 281.67 | 0.95 | 0.85 |
Hex | E7 | B5 | FD | 9 | 1C | 0 | 1 | 11A | 5F | 55 |
Octal | 347 | 265 | 375 | 11 | 34 | 0 | 1 | 432 | 137 | 125 |
Binary | 11100111 | 10110101 | 11111101 | 1001 | 11100 | 0 | 1 | 100011010 | 1011111 | 1010101 |
Color Harmonies of #E7B5FD
Complementary color
Monochromatic Colors of #E7B5FD
Black with #E7B5FD
Text Example
Text Example
White with #E7B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B5FD; }
p { color: rgb(231,181,253); }
H1.HeaderClassName
{
color: #E7B5FD;
}
.AnyTagClassName
{
color: #E7B5FD;
}
</style>
background-color css
<style>
a { background-color: #E7B5FD; }
a { background-color: rgb(231,181,253); }
div.DivClassName
{
background-color: #E7B5FD;
}
.BgClassName
{
background-color: #E7B5FD;
}
</style>
border-color css
<style>
span { border-color: #E7B5FD; }
span { border-color: rgb(231,181,253); }
td.TdClassName
{
border-color: #E7B5FD;
}
.TagClassName
{
border-color: #E7B5FD;
}
</style>