Shades of Mauve #E9BBF4
Tints of Mauve #E9BBF4
RGB
CMYK
RGB Variations
Color information
#E9BBF4 (or 0xE9BBF4) is known color: Mauve. HEX triplet: E9, BB and F4. RGB value is (233,187,244). Sum of RGB (Red+Green+Blue) = 233+187+244=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 244 (95.70% from 255 or 36.75% from 664); Max value from RGB is 244 - color contains mainly: blue. Hex color #E9BBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BBF4 is #16440B. Grayscale: #CFCFCF. Windows color (decimal): -1459212 or 16038889. OLE color: 16038889.
HSL color Cylindrical-coordinate representation of color #E9BBF4: hue angle of 288.42º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9BBF4 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 187 | 244 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.04 |
| HSL | 288.42º | 0.72% | 0.85% | - |
| HSV(B) | 288.42º | 0.23% | 0.96% | - |
| XYZ | 67.7 | 59.4 | 93.48 | - |
| YUV | 207.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 244 | 0.05 | 0.23 | 0 | 0.04 | 288.42 | 0.72 | 0.85 |
| Hex | E9 | BB | F4 | 5 | 17 | 0 | 4 | 120 | 48 | 55 |
| Octal | 351 | 273 | 364 | 5 | 27 | 0 | 4 | 440 | 110 | 125 |
| Binary | 11101001 | 10111011 | 11110100 | 101 | 10111 | 0 | 100 | 100100000 | 1001000 | 1010101 |
Color Harmonies of #E9BBF4
Complementary color
Monochromatic Colors of #E9BBF4
Black with #E9BBF4
Text Example
Text Example
White with #E9BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBF4; }
p { color: rgb(233,187,244); }
H1.HeaderClassName
{
color: #E9BBF4;
}
.AnyTagClassName
{
color: #E9BBF4;
}
</style>
background-color css
<style>
a { background-color: #E9BBF4; }
a { background-color: rgb(233,187,244); }
div.DivClassName
{
background-color: #E9BBF4;
}
.BgClassName
{
background-color: #E9BBF4;
}
</style>
border-color css
<style>
span { border-color: #E9BBF4; }
span { border-color: rgb(233,187,244); }
td.TdClassName
{
border-color: #E9BBF4;
}
.TagClassName
{
border-color: #E9BBF4;
}
</style>