Shades of Mauve #E2BEFE
Tints of Mauve #E2BEFE
RGB
CMYK
RGB Variations
Color information
#E2BEFE (or 0xE2BEFE) is known color: Mauve. HEX triplet: E2, BE and FE. RGB value is (226,190,254). Sum of RGB (Red+Green+Blue) = 226+190+254=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEFE is #1D4101. Grayscale: #CFCFCF. Windows color (decimal): -1917186 or 16695010. OLE color: 16695010.
HSL color Cylindrical-coordinate representation of color #E2BEFE: hue angle of 273.75º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2BEFE is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 190 | 254 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.00 |
| HSL | 273.75º | 0.97% | 0.87% | - |
| HSV(B) | 273.75º | 0.25% | 1% | - |
| XYZ | 67.67 | 60.15 | 101.81 | - |
| YUV | 208.06 | 153.93 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 254 | 0.11 | 0.25 | 0 | 0.00 | 273.75 | 0.97 | 0.87 |
| Hex | E2 | BE | FE | B | 19 | 0 | 0 | 112 | 61 | 57 |
| Octal | 342 | 276 | 376 | 13 | 31 | 0 | 0 | 422 | 141 | 127 |
| Binary | 11100010 | 10111110 | 11111110 | 1011 | 11001 | 0 | 0 | 100010010 | 1100001 | 1010111 |
Color Harmonies of #E2BEFE
Complementary color
Monochromatic Colors of #E2BEFE
Black with #E2BEFE
Text Example
Text Example
White with #E2BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEFE; }
p { color: rgb(226,190,254); }
H1.HeaderClassName
{
color: #E2BEFE;
}
.AnyTagClassName
{
color: #E2BEFE;
}
</style>
background-color css
<style>
a { background-color: #E2BEFE; }
a { background-color: rgb(226,190,254); }
div.DivClassName
{
background-color: #E2BEFE;
}
.BgClassName
{
background-color: #E2BEFE;
}
</style>
border-color css
<style>
span { border-color: #E2BEFE; }
span { border-color: rgb(226,190,254); }
td.TdClassName
{
border-color: #E2BEFE;
}
.TagClassName
{
border-color: #E2BEFE;
}
</style>