Shades of Mauve #E4B4FA
Tints of Mauve #E4B4FA
RGB
CMYK
RGB Variations
Color information
#E4B4FA (or 0xE4B4FA) is known color: Mauve. HEX triplet: E4, B4 and FA. RGB value is (228,180,250). Sum of RGB (Red+Green+Blue) = 228+180+250=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 180 (70.70% from 255 or 27.36% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4B4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B4FA is #1B4B05. Grayscale: #CACACA. Windows color (decimal): -1788678 or 16430308. OLE color: 16430308.
HSL color Cylindrical-coordinate representation of color #E4B4FA: hue angle of 281.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E4B4FA is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 180 | 250 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.02 |
| HSL | 281.14º | 0.88% | 0.84% | - |
| HSV(B) | 281.14º | 0.28% | 0.98% | - |
| XYZ | 65.57 | 56.04 | 97.8 | - |
| YUV | 202.33 | 154.9 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 180 | 250 | 0.09 | 0.28 | 0 | 0.02 | 281.14 | 0.88 | 0.84 |
| Hex | E4 | B4 | FA | 9 | 1C | 0 | 2 | 119 | 58 | 54 |
| Octal | 344 | 264 | 372 | 11 | 34 | 0 | 2 | 431 | 130 | 124 |
| Binary | 11100100 | 10110100 | 11111010 | 1001 | 11100 | 0 | 10 | 100011001 | 1011000 | 1010100 |
Color Harmonies of #E4B4FA
Complementary color
Monochromatic Colors of #E4B4FA
Black with #E4B4FA
Text Example
Text Example
White with #E4B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B4FA; }
p { color: rgb(228,180,250); }
H1.HeaderClassName
{
color: #E4B4FA;
}
.AnyTagClassName
{
color: #E4B4FA;
}
</style>
background-color css
<style>
a { background-color: #E4B4FA; }
a { background-color: rgb(228,180,250); }
div.DivClassName
{
background-color: #E4B4FA;
}
.BgClassName
{
background-color: #E4B4FA;
}
</style>
border-color css
<style>
span { border-color: #E4B4FA; }
span { border-color: rgb(228,180,250); }
td.TdClassName
{
border-color: #E4B4FA;
}
.TagClassName
{
border-color: #E4B4FA;
}
</style>