Shades of Mauve #E29BFE
Tints of Mauve #E29BFE
RGB
CMYK
RGB Variations
Color information
#E29BFE (or 0xE29BFE) is known color: Mauve. HEX triplet: E2, 9B and FE. RGB value is (226,155,254). Sum of RGB (Red+Green+Blue) = 226+155+254=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 155 (60.94% from 255 or 24.41% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #E29BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BFE is #1D6401. Grayscale: #BBBBBB. Windows color (decimal): -1926146 or 16686050. OLE color: 16686050.
HSL color Cylindrical-coordinate representation of color #E29BFE: hue angle of 283.03º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E29BFE is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 155 | 254 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.00 |
| HSL | 283.03º | 0.98% | 0.8% | - |
| HSV(B) | 283.03º | 0.39% | 1% | - |
| XYZ | 60.97 | 46.77 | 99.58 | - |
| YUV | 187.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 254 | 0.11 | 0.39 | 0 | 0.00 | 283.03 | 0.98 | 0.8 |
| Hex | E2 | 9B | FE | B | 27 | 0 | 0 | 11B | 62 | 50 |
| Octal | 342 | 233 | 376 | 13 | 47 | 0 | 0 | 433 | 142 | 120 |
| Binary | 11100010 | 10011011 | 11111110 | 1011 | 100111 | 0 | 0 | 100011011 | 1100010 | 1010000 |
Color Harmonies of #E29BFE
Complementary color
Monochromatic Colors of #E29BFE
Black with #E29BFE
Text Example
Text Example
White with #E29BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BFE; }
p { color: rgb(226,155,254); }
H1.HeaderClassName
{
color: #E29BFE;
}
.AnyTagClassName
{
color: #E29BFE;
}
</style>
background-color css
<style>
a { background-color: #E29BFE; }
a { background-color: rgb(226,155,254); }
div.DivClassName
{
background-color: #E29BFE;
}
.BgClassName
{
background-color: #E29BFE;
}
</style>
border-color css
<style>
span { border-color: #E29BFE; }
span { border-color: rgb(226,155,254); }
td.TdClassName
{
border-color: #E29BFE;
}
.TagClassName
{
border-color: #E29BFE;
}
</style>