Shades of Mauve #E4B1FD
Tints of Mauve #E4B1FD
RGB
CMYK
RGB Variations
Color information
#E4B1FD (or 0xE4B1FD) is known color: Mauve. HEX triplet: E4, B1 and FD. RGB value is (228,177,253). Sum of RGB (Red+Green+Blue) = 228+177+253=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 177 (69.53% from 255 or 26.90% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4B1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B1FD is #1B4E02. Grayscale: #C8C8C8. Windows color (decimal): -1789443 or 16626148. OLE color: 16626148.
HSL color Cylindrical-coordinate representation of color #E4B1FD: hue angle of 280.26º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E4B1FD is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 177 | 253 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.01 |
| HSL | 280.26º | 0.95% | 0.84% | - |
| HSV(B) | 280.26º | 0.3% | 0.99% | - |
| XYZ | 65.45 | 55.03 | 100.1 | - |
| YUV | 200.91 | 157.4 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 177 | 253 | 0.10 | 0.30 | 0 | 0.01 | 280.26 | 0.95 | 0.84 |
| Hex | E4 | B1 | FD | A | 1E | 0 | 1 | 118 | 5F | 54 |
| Octal | 344 | 261 | 375 | 12 | 36 | 0 | 1 | 430 | 137 | 124 |
| Binary | 11100100 | 10110001 | 11111101 | 1010 | 11110 | 0 | 1 | 100011000 | 1011111 | 1010100 |
Color Harmonies of #E4B1FD
Complementary color
Monochromatic Colors of #E4B1FD
Black with #E4B1FD
Text Example
Text Example
White with #E4B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B1FD; }
p { color: rgb(228,177,253); }
H1.HeaderClassName
{
color: #E4B1FD;
}
.AnyTagClassName
{
color: #E4B1FD;
}
</style>
background-color css
<style>
a { background-color: #E4B1FD; }
a { background-color: rgb(228,177,253); }
div.DivClassName
{
background-color: #E4B1FD;
}
.BgClassName
{
background-color: #E4B1FD;
}
</style>
border-color css
<style>
span { border-color: #E4B1FD; }
span { border-color: rgb(228,177,253); }
td.TdClassName
{
border-color: #E4B1FD;
}
.TagClassName
{
border-color: #E4B1FD;
}
</style>