Shades of Mauve #E29BFD
Tints of Mauve #E29BFD
RGB
CMYK
RGB Variations
Color information
#E29BFD (or 0xE29BFD) is known color: Mauve. HEX triplet: E2, 9B and FD. RGB value is (226,155,253). Sum of RGB (Red+Green+Blue) = 226+155+253=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 155 (60.94% from 255 or 24.45% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #E29BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BFD is #1D6402. Grayscale: #BBBBBB. Windows color (decimal): -1926147 or 16620514. OLE color: 16620514.
HSL color Cylindrical-coordinate representation of color #E29BFD: hue angle of 283.47º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E29BFD is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 155 | 253 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.01 |
| HSL | 283.47º | 0.96% | 0.8% | - |
| HSV(B) | 283.47º | 0.39% | 0.99% | - |
| XYZ | 60.82 | 46.7 | 98.74 | - |
| YUV | 187.4 | 165.02 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 253 | 0.11 | 0.39 | 0 | 0.01 | 283.47 | 0.96 | 0.8 |
| Hex | E2 | 9B | FD | B | 27 | 0 | 1 | 11B | 60 | 50 |
| Octal | 342 | 233 | 375 | 13 | 47 | 0 | 1 | 433 | 140 | 120 |
| Binary | 11100010 | 10011011 | 11111101 | 1011 | 100111 | 0 | 1 | 100011011 | 1100000 | 1010000 |
Color Harmonies of #E29BFD
Complementary color
Monochromatic Colors of #E29BFD
Black with #E29BFD
Text Example
Text Example
White with #E29BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BFD; }
p { color: rgb(226,155,253); }
H1.HeaderClassName
{
color: #E29BFD;
}
.AnyTagClassName
{
color: #E29BFD;
}
</style>
background-color css
<style>
a { background-color: #E29BFD; }
a { background-color: rgb(226,155,253); }
div.DivClassName
{
background-color: #E29BFD;
}
.BgClassName
{
background-color: #E29BFD;
}
</style>
border-color css
<style>
span { border-color: #E29BFD; }
span { border-color: rgb(226,155,253); }
td.TdClassName
{
border-color: #E29BFD;
}
.TagClassName
{
border-color: #E29BFD;
}
</style>