Shades of Mauve #E3C2FF
Tints of Mauve #E3C2FF
RGB
CMYK
RGB Variations
Color information
#E3C2FF (or 0xE3C2FF) is known color: Mauve. HEX triplet: E3, C2 and FF. RGB value is (227,194,255). Sum of RGB (Red+Green+Blue) = 227+194+255=676 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.58% from 676); Green value is 194 (76.17% from 255 or 28.70% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #E3C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C2FF is #1C3D00. Grayscale: #D2D2D2. Windows color (decimal): -1850625 or 16761571. OLE color: 16761571.
HSL color Cylindrical-coordinate representation of color #E3C2FF: hue angle of 272.46º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3C2FF is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 194 | 255 | - |
| CMYK | 0.11 | 0.24 | 0 | 0 |
| HSL | 272.46º | 1% | 0.88% | - |
| HSV(B) | 272.46º | 0.24% | 1% | - |
| XYZ | 69.02 | 62.13 | 102.96 | - |
| YUV | 210.82 | 152.93 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 194 | 255 | 0.11 | 0.24 | 0 | 0 | 272.46 | 1 | 0.88 |
| Hex | E3 | C2 | FF | B | 18 | 0 | 0 | 110 | 64 | 58 |
| Octal | 343 | 302 | 377 | 13 | 30 | 0 | 0 | 420 | 144 | 130 |
| Binary | 11100011 | 11000010 | 11111111 | 1011 | 11000 | 0 | 0 | 100010000 | 1100100 | 1011000 |
Color Harmonies of #E3C2FF
Complementary color
Monochromatic Colors of #E3C2FF
Black with #E3C2FF
Text Example
Text Example
White with #E3C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C2FF; }
p { color: rgb(227,194,255); }
H1.HeaderClassName
{
color: #E3C2FF;
}
.AnyTagClassName
{
color: #E3C2FF;
}
</style>
background-color css
<style>
a { background-color: #E3C2FF; }
a { background-color: rgb(227,194,255); }
div.DivClassName
{
background-color: #E3C2FF;
}
.BgClassName
{
background-color: #E3C2FF;
}
</style>
border-color css
<style>
span { border-color: #E3C2FF; }
span { border-color: rgb(227,194,255); }
td.TdClassName
{
border-color: #E3C2FF;
}
.TagClassName
{
border-color: #E3C2FF;
}
</style>