Shades of Mauve #E5BFF3
Tints of Mauve #E5BFF3
RGB
CMYK
RGB Variations
Color information
#E5BFF3 (or 0xE5BFF3) is known color: Mauve. HEX triplet: E5, BF and F3. RGB value is (229,191,243). Sum of RGB (Red+Green+Blue) = 229+191+243=663 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.54% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5BFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFF3 is #1A400C. Grayscale: #D0D0D0. Windows color (decimal): -1720333 or 15974373. OLE color: 15974373.
HSL color Cylindrical-coordinate representation of color #E5BFF3: hue angle of 283.85º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5BFF3 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 191 | 243 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.05 |
| HSL | 283.85º | 0.68% | 0.85% | - |
| HSV(B) | 283.85º | 0.21% | 0.95% | - |
| XYZ | 67.12 | 60.39 | 92.91 | - |
| YUV | 208.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 243 | 0.06 | 0.21 | 0 | 0.05 | 283.85 | 0.68 | 0.85 |
| Hex | E5 | BF | F3 | 6 | 15 | 0 | 5 | 11C | 44 | 55 |
| Octal | 345 | 277 | 363 | 6 | 25 | 0 | 5 | 434 | 104 | 125 |
| Binary | 11100101 | 10111111 | 11110011 | 110 | 10101 | 0 | 101 | 100011100 | 1000100 | 1010101 |
Color Harmonies of #E5BFF3
Complementary color
Monochromatic Colors of #E5BFF3
Black with #E5BFF3
Text Example
Text Example
White with #E5BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFF3; }
p { color: rgb(229,191,243); }
H1.HeaderClassName
{
color: #E5BFF3;
}
.AnyTagClassName
{
color: #E5BFF3;
}
</style>
background-color css
<style>
a { background-color: #E5BFF3; }
a { background-color: rgb(229,191,243); }
div.DivClassName
{
background-color: #E5BFF3;
}
.BgClassName
{
background-color: #E5BFF3;
}
</style>
border-color css
<style>
span { border-color: #E5BFF3; }
span { border-color: rgb(229,191,243); }
td.TdClassName
{
border-color: #E5BFF3;
}
.TagClassName
{
border-color: #E5BFF3;
}
</style>