Shades of Mauve #E2B8F9
Tints of Mauve #E2B8F9
RGB
CMYK
RGB Variations
Color information
#E2B8F9 (or 0xE2B8F9) is known color: Mauve. HEX triplet: E2, B8 and F9. RGB value is (226,184,249). Sum of RGB (Red+Green+Blue) = 226+184+249=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 184 (72.27% from 255 or 27.92% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2B8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B8F9 is #1D4706. Grayscale: #CBCBCB. Windows color (decimal): -1918727 or 16365794. OLE color: 16365794.
HSL color Cylindrical-coordinate representation of color #E2B8F9: hue angle of 278.77º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2B8F9 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 184 | 249 | - |
CMYK | 0.09 | 0.26 | 0 | 0.02 |
HSL | 278.77º | 0.84% | 0.85% | - |
HSV(B) | 278.77º | 0.26% | 0.98% | - |
XYZ | 65.6 | 57.29 | 97.22 | - |
YUV | 203.97 | 153.41 | 143.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 184 | 249 | 0.09 | 0.26 | 0 | 0.02 | 278.77 | 0.84 | 0.85 |
Hex | E2 | B8 | F9 | 9 | 1A | 0 | 2 | 117 | 54 | 55 |
Octal | 342 | 270 | 371 | 11 | 32 | 0 | 2 | 427 | 124 | 125 |
Binary | 11100010 | 10111000 | 11111001 | 1001 | 11010 | 0 | 10 | 100010111 | 1010100 | 1010101 |
Color Harmonies of #E2B8F9
Complementary color
Monochromatic Colors of #E2B8F9
Black with #E2B8F9
Text Example
Text Example
White with #E2B8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B8F9; }
p { color: rgb(226,184,249); }
H1.HeaderClassName
{
color: #E2B8F9;
}
.AnyTagClassName
{
color: #E2B8F9;
}
</style>
background-color css
<style>
a { background-color: #E2B8F9; }
a { background-color: rgb(226,184,249); }
div.DivClassName
{
background-color: #E2B8F9;
}
.BgClassName
{
background-color: #E2B8F9;
}
</style>
border-color css
<style>
span { border-color: #E2B8F9; }
span { border-color: rgb(226,184,249); }
td.TdClassName
{
border-color: #E2B8F9;
}
.TagClassName
{
border-color: #E2B8F9;
}
</style>