Shades of Mauve #E3B4F8
Tints of Mauve #E3B4F8
RGB
CMYK
RGB Variations
Color information
#E3B4F8 (or 0xE3B4F8) is known color: Mauve. HEX triplet: E3, B4 and F8. RGB value is (227,180,248). Sum of RGB (Red+Green+Blue) = 227+180+248=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 180 (70.70% from 255 or 27.48% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #E3B4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3B4F8 is #1C4B07. Grayscale: #C9C9C9. Windows color (decimal): -1854216 or 16299235. OLE color: 16299235.
HSL color Cylindrical-coordinate representation of color #E3B4F8: hue angle of 281.47º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3B4F8 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 180 | 248 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.03 |
| HSL | 281.47º | 0.83% | 0.84% | - |
| HSV(B) | 281.47º | 0.27% | 0.97% | - |
| XYZ | 64.94 | 55.75 | 96.15 | - |
| YUV | 201.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 180 | 248 | 0.08 | 0.27 | 0 | 0.03 | 281.47 | 0.83 | 0.84 |
| Hex | E3 | B4 | F8 | 8 | 1B | 0 | 3 | 119 | 53 | 54 |
| Octal | 343 | 264 | 370 | 10 | 33 | 0 | 3 | 431 | 123 | 124 |
| Binary | 11100011 | 10110100 | 11111000 | 1000 | 11011 | 0 | 11 | 100011001 | 1010011 | 1010100 |
Color Harmonies of #E3B4F8
Complementary color
Monochromatic Colors of #E3B4F8
Black with #E3B4F8
Text Example
Text Example
White with #E3B4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B4F8; }
p { color: rgb(227,180,248); }
H1.HeaderClassName
{
color: #E3B4F8;
}
.AnyTagClassName
{
color: #E3B4F8;
}
</style>
background-color css
<style>
a { background-color: #E3B4F8; }
a { background-color: rgb(227,180,248); }
div.DivClassName
{
background-color: #E3B4F8;
}
.BgClassName
{
background-color: #E3B4F8;
}
</style>
border-color css
<style>
span { border-color: #E3B4F8; }
span { border-color: rgb(227,180,248); }
td.TdClassName
{
border-color: #E3B4F8;
}
.TagClassName
{
border-color: #E3B4F8;
}
</style>