Shades of Mauve #E3C2FE
Tints of Mauve #E3C2FE
RGB
CMYK
RGB Variations
Color information
#E3C2FE (or 0xE3C2FE) is known color: Mauve. HEX triplet: E3, C2 and FE. RGB value is (227,194,254). Sum of RGB (Red+Green+Blue) = 227+194+254=675 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.63% from 675); Green value is 194 (76.17% from 255 or 28.74% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3C2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C2FE is #1C3D01. Grayscale: #D2D2D2. Windows color (decimal): -1850626 or 16696035. OLE color: 16696035.
HSL color Cylindrical-coordinate representation of color #E3C2FE: hue angle of 273º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3C2FE is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 227 | 194 | 254 | - |
CMYK | 0.11 | 0.24 | 0 | 0.00 |
HSL | 273º | 0.97% | 0.88% | - |
HSV(B) | 273º | 0.24% | 1% | - |
XYZ | 68.86 | 62.07 | 102.12 | - |
YUV | 210.71 | 152.43 | 139.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 194 | 254 | 0.11 | 0.24 | 0 | 0.00 | 273 | 0.97 | 0.88 |
Hex | E3 | C2 | FE | B | 18 | 0 | 0 | 111 | 61 | 58 |
Octal | 343 | 302 | 376 | 13 | 30 | 0 | 0 | 421 | 141 | 130 |
Binary | 11100011 | 11000010 | 11111110 | 1011 | 11000 | 0 | 0 | 100010001 | 1100001 | 1011000 |
Color Harmonies of #E3C2FE
Complementary color
Monochromatic Colors of #E3C2FE
Black with #E3C2FE
Text Example
Text Example
White with #E3C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C2FE; }
p { color: rgb(227,194,254); }
H1.HeaderClassName
{
color: #E3C2FE;
}
.AnyTagClassName
{
color: #E3C2FE;
}
</style>
background-color css
<style>
a { background-color: #E3C2FE; }
a { background-color: rgb(227,194,254); }
div.DivClassName
{
background-color: #E3C2FE;
}
.BgClassName
{
background-color: #E3C2FE;
}
</style>
border-color css
<style>
span { border-color: #E3C2FE; }
span { border-color: rgb(227,194,254); }
td.TdClassName
{
border-color: #E3C2FE;
}
.TagClassName
{
border-color: #E3C2FE;
}
</style>