Shades of Mauve #E4B5FF
Tints of Mauve #E4B5FF
RGB
CMYK
RGB Variations
Color information
#E4B5FF (or 0xE4B5FF) is known color: Mauve. HEX triplet: E4, B5 and FF. RGB value is (228,181,255). Sum of RGB (Red+Green+Blue) = 228+181+255=664 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.34% from 664); Green value is 181 (71.09% from 255 or 27.26% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B5FF is #1B4A00. Grayscale: #CBCBCB. Windows color (decimal): -1788417 or 16758244. OLE color: 16758244.
HSL color Cylindrical-coordinate representation of color #E4B5FF: hue angle of 278.11º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E4B5FF is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 181 | 255 | - |
| CMYK | 0.11 | 0.29 | 0 | 0 |
| HSL | 278.11º | 1% | 0.85% | - |
| HSV(B) | 278.11º | 0.29% | 1% | - |
| XYZ | 66.57 | 56.76 | 102.06 | - |
| YUV | 203.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 181 | 255 | 0.11 | 0.29 | 0 | 0 | 278.11 | 1 | 0.85 |
| Hex | E4 | B5 | FF | B | 1D | 0 | 0 | 116 | 64 | 55 |
| Octal | 344 | 265 | 377 | 13 | 35 | 0 | 0 | 426 | 144 | 125 |
| Binary | 11100100 | 10110101 | 11111111 | 1011 | 11101 | 0 | 0 | 100010110 | 1100100 | 1010101 |
Color Harmonies of #E4B5FF
Complementary color
Monochromatic Colors of #E4B5FF
Black with #E4B5FF
Text Example
Text Example
White with #E4B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B5FF; }
p { color: rgb(228,181,255); }
H1.HeaderClassName
{
color: #E4B5FF;
}
.AnyTagClassName
{
color: #E4B5FF;
}
</style>
background-color css
<style>
a { background-color: #E4B5FF; }
a { background-color: rgb(228,181,255); }
div.DivClassName
{
background-color: #E4B5FF;
}
.BgClassName
{
background-color: #E4B5FF;
}
</style>
border-color css
<style>
span { border-color: #E4B5FF; }
span { border-color: rgb(228,181,255); }
td.TdClassName
{
border-color: #E4B5FF;
}
.TagClassName
{
border-color: #E4B5FF;
}
</style>