Shades of Mauve #E29BFB
Tints of Mauve #E29BFB
RGB
CMYK
RGB Variations
Color information
#E29BFB (or 0xE29BFB) is known color: Mauve. HEX triplet: E2, 9B and FB. RGB value is (226,155,251). Sum of RGB (Red+Green+Blue) = 226+155+251=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 155 (60.94% from 255 or 24.53% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #E29BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BFB is #1D6404. Grayscale: #BABABA. Windows color (decimal): -1926149 or 16489442. OLE color: 16489442.
HSL color Cylindrical-coordinate representation of color #E29BFB: hue angle of 284.38º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E29BFB is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 155 | 251 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.02 |
| HSL | 284.38º | 0.92% | 0.8% | - |
| HSV(B) | 284.38º | 0.38% | 0.98% | - |
| XYZ | 60.5 | 46.58 | 97.07 | - |
| YUV | 187.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 251 | 0.10 | 0.38 | 0 | 0.02 | 284.38 | 0.92 | 0.8 |
| Hex | E2 | 9B | FB | A | 26 | 0 | 2 | 11C | 5C | 50 |
| Octal | 342 | 233 | 373 | 12 | 46 | 0 | 2 | 434 | 134 | 120 |
| Binary | 11100010 | 10011011 | 11111011 | 1010 | 100110 | 0 | 10 | 100011100 | 1011100 | 1010000 |
Color Harmonies of #E29BFB
Complementary color
Monochromatic Colors of #E29BFB
Black with #E29BFB
Text Example
Text Example
White with #E29BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BFB; }
p { color: rgb(226,155,251); }
H1.HeaderClassName
{
color: #E29BFB;
}
.AnyTagClassName
{
color: #E29BFB;
}
</style>
background-color css
<style>
a { background-color: #E29BFB; }
a { background-color: rgb(226,155,251); }
div.DivClassName
{
background-color: #E29BFB;
}
.BgClassName
{
background-color: #E29BFB;
}
</style>
border-color css
<style>
span { border-color: #E29BFB; }
span { border-color: rgb(226,155,251); }
td.TdClassName
{
border-color: #E29BFB;
}
.TagClassName
{
border-color: #E29BFB;
}
</style>