Shades of Mauve #E2B8FF
Tints of Mauve #E2B8FF
RGB
CMYK
RGB Variations
Color information
#E2B8FF (or 0xE2B8FF) is known color: Mauve. HEX triplet: E2, B8 and FF. RGB value is (226,184,255). Sum of RGB (Red+Green+Blue) = 226+184+255=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 184 (72.27% from 255 or 27.67% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B8FF is #1D4700. Grayscale: #CCCCCC. Windows color (decimal): -1918721 or 16759010. OLE color: 16759010.
HSL color Cylindrical-coordinate representation of color #E2B8FF: hue angle of 275.49º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2B8FF is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 184 | 255 | - |
| CMYK | 0.11 | 0.28 | 0 | 0 |
| HSL | 275.49º | 1% | 0.86% | - |
| HSV(B) | 275.49º | 0.28% | 1% | - |
| XYZ | 66.55 | 57.67 | 102.23 | - |
| YUV | 204.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 255 | 0.11 | 0.28 | 0 | 0 | 275.49 | 1 | 0.86 |
| Hex | E2 | B8 | FF | B | 1C | 0 | 0 | 113 | 64 | 56 |
| Octal | 342 | 270 | 377 | 13 | 34 | 0 | 0 | 423 | 144 | 126 |
| Binary | 11100010 | 10111000 | 11111111 | 1011 | 11100 | 0 | 0 | 100010011 | 1100100 | 1010110 |
Color Harmonies of #E2B8FF
Complementary color
Monochromatic Colors of #E2B8FF
Black with #E2B8FF
Text Example
Text Example
White with #E2B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B8FF; }
p { color: rgb(226,184,255); }
H1.HeaderClassName
{
color: #E2B8FF;
}
.AnyTagClassName
{
color: #E2B8FF;
}
</style>
background-color css
<style>
a { background-color: #E2B8FF; }
a { background-color: rgb(226,184,255); }
div.DivClassName
{
background-color: #E2B8FF;
}
.BgClassName
{
background-color: #E2B8FF;
}
</style>
border-color css
<style>
span { border-color: #E2B8FF; }
span { border-color: rgb(226,184,255); }
td.TdClassName
{
border-color: #E2B8FF;
}
.TagClassName
{
border-color: #E2B8FF;
}
</style>