Shades of Mauve #E4B4FF
Tints of Mauve #E4B4FF
RGB
CMYK
RGB Variations
Color information
#E4B4FF (or 0xE4B4FF) is known color: Mauve. HEX triplet: E4, B4 and FF. RGB value is (228,180,255). Sum of RGB (Red+Green+Blue) = 228+180+255=663 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.39% from 663); Green value is 180 (70.70% from 255 or 27.15% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4B4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B4FF is #1B4B00. Grayscale: #CACACA. Windows color (decimal): -1788673 or 16757988. OLE color: 16757988.
HSL color Cylindrical-coordinate representation of color #E4B4FF: hue angle of 278.4º 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 #E4B4FF is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 180 | 255 | - |
| CMYK | 0.11 | 0.29 | 0 | 0 |
| HSL | 278.4º | 1% | 0.85% | - |
| HSV(B) | 278.4º | 0.29% | 1% | - |
| XYZ | 66.37 | 56.36 | 101.99 | - |
| YUV | 202.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 180 | 255 | 0.11 | 0.29 | 0 | 0 | 278.4 | 1 | 0.85 |
| Hex | E4 | B4 | FF | B | 1D | 0 | 0 | 116 | 64 | 55 |
| Octal | 344 | 264 | 377 | 13 | 35 | 0 | 0 | 426 | 144 | 125 |
| Binary | 11100100 | 10110100 | 11111111 | 1011 | 11101 | 0 | 0 | 100010110 | 1100100 | 1010101 |
Color Harmonies of #E4B4FF
Complementary color
Monochromatic Colors of #E4B4FF
Black with #E4B4FF
Text Example
Text Example
White with #E4B4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B4FF; }
p { color: rgb(228,180,255); }
H1.HeaderClassName
{
color: #E4B4FF;
}
.AnyTagClassName
{
color: #E4B4FF;
}
</style>
background-color css
<style>
a { background-color: #E4B4FF; }
a { background-color: rgb(228,180,255); }
div.DivClassName
{
background-color: #E4B4FF;
}
.BgClassName
{
background-color: #E4B4FF;
}
</style>
border-color css
<style>
span { border-color: #E4B4FF; }
span { border-color: rgb(228,180,255); }
td.TdClassName
{
border-color: #E4B4FF;
}
.TagClassName
{
border-color: #E4B4FF;
}
</style>