Shades of Mauve #E3B4F5
Tints of Mauve #E3B4F5
RGB
CMYK
RGB Variations
Color information
#E3B4F5 (or 0xE3B4F5) is known color: Mauve. HEX triplet: E3, B4 and F5. RGB value is (227,180,245). Sum of RGB (Red+Green+Blue) = 227+180+245=652 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.82% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #E3B4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3B4F5 is #1C4B0A. Grayscale: #C9C9C9. Windows color (decimal): -1854219 or 16102627. OLE color: 16102627.
HSL color Cylindrical-coordinate representation of color #E3B4F5: hue angle of 283.38º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3B4F5 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 180 | 245 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.04 |
| HSL | 283.38º | 0.76% | 0.83% | - |
| HSV(B) | 283.38º | 0.27% | 0.96% | - |
| XYZ | 64.48 | 55.57 | 93.71 | - |
| YUV | 201.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 180 | 245 | 0.07 | 0.27 | 0 | 0.04 | 283.38 | 0.76 | 0.83 |
| Hex | E3 | B4 | F5 | 7 | 1B | 0 | 4 | 11B | 4C | 53 |
| Octal | 343 | 264 | 365 | 7 | 33 | 0 | 4 | 433 | 114 | 123 |
| Binary | 11100011 | 10110100 | 11110101 | 111 | 11011 | 0 | 100 | 100011011 | 1001100 | 1010011 |
Color Harmonies of #E3B4F5
Complementary color
Monochromatic Colors of #E3B4F5
Black with #E3B4F5
Text Example
Text Example
White with #E3B4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B4F5; }
p { color: rgb(227,180,245); }
H1.HeaderClassName
{
color: #E3B4F5;
}
.AnyTagClassName
{
color: #E3B4F5;
}
</style>
background-color css
<style>
a { background-color: #E3B4F5; }
a { background-color: rgb(227,180,245); }
div.DivClassName
{
background-color: #E3B4F5;
}
.BgClassName
{
background-color: #E3B4F5;
}
</style>
border-color css
<style>
span { border-color: #E3B4F5; }
span { border-color: rgb(227,180,245); }
td.TdClassName
{
border-color: #E3B4F5;
}
.TagClassName
{
border-color: #E3B4F5;
}
</style>