Shades of Mauve #E3B4F6
Tints of Mauve #E3B4F6
RGB
CMYK
RGB Variations
Color information
#E3B4F6 (or 0xE3B4F6) is known color: Mauve. HEX triplet: E3, B4 and F6. RGB value is (227,180,246). Sum of RGB (Red+Green+Blue) = 227+180+246=653 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.76% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #E3B4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3B4F6 is #1C4B09. Grayscale: #C9C9C9. Windows color (decimal): -1854218 or 16168163. OLE color: 16168163.
HSL color Cylindrical-coordinate representation of color #E3B4F6: hue angle of 282.73º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3B4F6 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 180 | 246 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.04 |
| HSL | 282.73º | 0.79% | 0.84% | - |
| HSV(B) | 282.73º | 0.27% | 0.96% | - |
| XYZ | 64.63 | 55.63 | 94.52 | - |
| YUV | 201.58 | 153.07 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 180 | 246 | 0.08 | 0.27 | 0 | 0.04 | 282.73 | 0.79 | 0.84 |
| Hex | E3 | B4 | F6 | 8 | 1B | 0 | 4 | 11B | 4F | 54 |
| Octal | 343 | 264 | 366 | 10 | 33 | 0 | 4 | 433 | 117 | 124 |
| Binary | 11100011 | 10110100 | 11110110 | 1000 | 11011 | 0 | 100 | 100011011 | 1001111 | 1010100 |
Color Harmonies of #E3B4F6
Complementary color
Monochromatic Colors of #E3B4F6
Black with #E3B4F6
Text Example
Text Example
White with #E3B4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B4F6; }
p { color: rgb(227,180,246); }
H1.HeaderClassName
{
color: #E3B4F6;
}
.AnyTagClassName
{
color: #E3B4F6;
}
</style>
background-color css
<style>
a { background-color: #E3B4F6; }
a { background-color: rgb(227,180,246); }
div.DivClassName
{
background-color: #E3B4F6;
}
.BgClassName
{
background-color: #E3B4F6;
}
</style>
border-color css
<style>
span { border-color: #E3B4F6; }
span { border-color: rgb(227,180,246); }
td.TdClassName
{
border-color: #E3B4F6;
}
.TagClassName
{
border-color: #E3B4F6;
}
</style>