Shades of Mauve #E4B2FD
Tints of Mauve #E4B2FD
RGB
CMYK
RGB Variations
Color information
#E4B2FD (or 0xE4B2FD) is known color: Mauve. HEX triplet: E4, B2 and FD. RGB value is (228,178,253). Sum of RGB (Red+Green+Blue) = 228+178+253=659 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.60% from 659); Green value is 178 (69.92% from 255 or 27.01% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4B2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B2FD is #1B4D02. Grayscale: #C9C9C9. Windows color (decimal): -1789187 or 16626404. OLE color: 16626404.
HSL color Cylindrical-coordinate representation of color #E4B2FD: hue angle of 280º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E4B2FD is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 178 | 253 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.01 |
| HSL | 280º | 0.95% | 0.85% | - |
| HSV(B) | 280º | 0.3% | 0.99% | - |
| XYZ | 65.64 | 55.43 | 100.17 | - |
| YUV | 201.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 178 | 253 | 0.10 | 0.30 | 0 | 0.01 | 280 | 0.95 | 0.85 |
| Hex | E4 | B2 | FD | A | 1E | 0 | 1 | 118 | 5F | 55 |
| Octal | 344 | 262 | 375 | 12 | 36 | 0 | 1 | 430 | 137 | 125 |
| Binary | 11100100 | 10110010 | 11111101 | 1010 | 11110 | 0 | 1 | 100011000 | 1011111 | 1010101 |
Color Harmonies of #E4B2FD
Complementary color
Monochromatic Colors of #E4B2FD
Black with #E4B2FD
Text Example
Text Example
White with #E4B2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B2FD; }
p { color: rgb(228,178,253); }
H1.HeaderClassName
{
color: #E4B2FD;
}
.AnyTagClassName
{
color: #E4B2FD;
}
</style>
background-color css
<style>
a { background-color: #E4B2FD; }
a { background-color: rgb(228,178,253); }
div.DivClassName
{
background-color: #E4B2FD;
}
.BgClassName
{
background-color: #E4B2FD;
}
</style>
border-color css
<style>
span { border-color: #E4B2FD; }
span { border-color: rgb(228,178,253); }
td.TdClassName
{
border-color: #E4B2FD;
}
.TagClassName
{
border-color: #E4B2FD;
}
</style>