Shades of Mauve #E29BFA
Tints of Mauve #E29BFA
RGB
CMYK
RGB Variations
Color information
#E29BFA (or 0xE29BFA) is known color: Mauve. HEX triplet: E2, 9B and FA. RGB value is (226,155,250). Sum of RGB (Red+Green+Blue) = 226+155+250=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 155 (60.94% from 255 or 24.56% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #E29BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BFA is #1D6405. Grayscale: #BABABA. Windows color (decimal): -1926150 or 16423906. OLE color: 16423906.
HSL color Cylindrical-coordinate representation of color #E29BFA: hue angle of 284.84º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E29BFA is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 155 | 250 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.02 |
| HSL | 284.84º | 0.9% | 0.79% | - |
| HSV(B) | 284.84º | 0.38% | 0.98% | - |
| XYZ | 60.34 | 46.51 | 96.24 | - |
| YUV | 187.06 | 163.52 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 250 | 0.10 | 0.38 | 0 | 0.02 | 284.84 | 0.9 | 0.79 |
| Hex | E2 | 9B | FA | A | 26 | 0 | 2 | 11D | 5A | 4F |
| Octal | 342 | 233 | 372 | 12 | 46 | 0 | 2 | 435 | 132 | 117 |
| Binary | 11100010 | 10011011 | 11111010 | 1010 | 100110 | 0 | 10 | 100011101 | 1011010 | 1001111 |
Color Harmonies of #E29BFA
Complementary color
Monochromatic Colors of #E29BFA
Black with #E29BFA
Text Example
Text Example
White with #E29BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BFA; }
p { color: rgb(226,155,250); }
H1.HeaderClassName
{
color: #E29BFA;
}
.AnyTagClassName
{
color: #E29BFA;
}
</style>
background-color css
<style>
a { background-color: #E29BFA; }
a { background-color: rgb(226,155,250); }
div.DivClassName
{
background-color: #E29BFA;
}
.BgClassName
{
background-color: #E29BFA;
}
</style>
border-color css
<style>
span { border-color: #E29BFA; }
span { border-color: rgb(226,155,250); }
td.TdClassName
{
border-color: #E29BFA;
}
.TagClassName
{
border-color: #E29BFA;
}
</style>