Shades of Mauve #E4B2ED
Tints of Mauve #E4B2ED
RGB
CMYK
RGB Variations
Color information
#E4B2ED (or 0xE4B2ED) is known color: Mauve. HEX triplet: E4, B2 and ED. RGB value is (228,178,237). Sum of RGB (Red+Green+Blue) = 228+178+237=643 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.46% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4B2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B2ED is #1B4D12. Grayscale: #C7C7C7. Windows color (decimal): -1789203 or 15577828. OLE color: 15577828.
HSL color Cylindrical-coordinate representation of color #E4B2ED: hue angle of 290.85º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4B2ED is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 178 | 237 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.07 |
| HSL | 290.85º | 0.62% | 0.81% | - |
| HSV(B) | 290.85º | 0.25% | 0.93% | - |
| XYZ | 63.2 | 54.45 | 87.3 | - |
| YUV | 199.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 178 | 237 | 0.04 | 0.25 | 0 | 0.07 | 290.85 | 0.62 | 0.81 |
| Hex | E4 | B2 | ED | 4 | 19 | 0 | 7 | 123 | 3E | 51 |
| Octal | 344 | 262 | 355 | 4 | 31 | 0 | 7 | 443 | 76 | 121 |
| Binary | 11100100 | 10110010 | 11101101 | 100 | 11001 | 0 | 111 | 100100011 | 111110 | 1010001 |
Color Harmonies of #E4B2ED
Complementary color
Monochromatic Colors of #E4B2ED
Black with #E4B2ED
Text Example
Text Example
White with #E4B2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B2ED; }
p { color: rgb(228,178,237); }
H1.HeaderClassName
{
color: #E4B2ED;
}
.AnyTagClassName
{
color: #E4B2ED;
}
</style>
background-color css
<style>
a { background-color: #E4B2ED; }
a { background-color: rgb(228,178,237); }
div.DivClassName
{
background-color: #E4B2ED;
}
.BgClassName
{
background-color: #E4B2ED;
}
</style>
border-color css
<style>
span { border-color: #E4B2ED; }
span { border-color: rgb(228,178,237); }
td.TdClassName
{
border-color: #E4B2ED;
}
.TagClassName
{
border-color: #E4B2ED;
}
</style>