Shades of Mauve #E2C5FF
Tints of Mauve #E2C5FF
RGB
CMYK
RGB Variations
Color information
#E2C5FF (or 0xE2C5FF) is known color: Mauve. HEX triplet: E2, C5 and FF. RGB value is (226,197,255). Sum of RGB (Red+Green+Blue) = 226+197+255=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 197 (77.34% from 255 or 29.06% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C5FF is #1D3A00. Grayscale: #D4D4D4. Windows color (decimal): -1915393 or 16762338. OLE color: 16762338.
HSL color Cylindrical-coordinate representation of color #E2C5FF: hue angle of 270º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2C5FF is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 197 | 255 | - |
| CMYK | 0.11 | 0.23 | 0 | 0 |
| HSL | 270º | 1% | 0.89% | - |
| HSV(B) | 270º | 0.23% | 1% | - |
| XYZ | 69.38 | 63.32 | 103.17 | - |
| YUV | 212.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 255 | 0.11 | 0.23 | 0 | 0 | 270 | 1 | 0.89 |
| Hex | E2 | C5 | FF | B | 17 | 0 | 0 | 10E | 64 | 59 |
| Octal | 342 | 305 | 377 | 13 | 27 | 0 | 0 | 416 | 144 | 131 |
| Binary | 11100010 | 11000101 | 11111111 | 1011 | 10111 | 0 | 0 | 100001110 | 1100100 | 1011001 |
Color Harmonies of #E2C5FF
Complementary color
Monochromatic Colors of #E2C5FF
Black with #E2C5FF
Text Example
Text Example
White with #E2C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C5FF; }
p { color: rgb(226,197,255); }
H1.HeaderClassName
{
color: #E2C5FF;
}
.AnyTagClassName
{
color: #E2C5FF;
}
</style>
background-color css
<style>
a { background-color: #E2C5FF; }
a { background-color: rgb(226,197,255); }
div.DivClassName
{
background-color: #E2C5FF;
}
.BgClassName
{
background-color: #E2C5FF;
}
</style>
border-color css
<style>
span { border-color: #E2C5FF; }
span { border-color: rgb(226,197,255); }
td.TdClassName
{
border-color: #E2C5FF;
}
.TagClassName
{
border-color: #E2C5FF;
}
</style>