Shades of Mauve #E4C2FF
Tints of Mauve #E4C2FF
RGB
CMYK
RGB Variations
Color information
#E4C2FF (or 0xE4C2FF) is known color: Mauve. HEX triplet: E4, C2 and FF. RGB value is (228,194,255). Sum of RGB (Red+Green+Blue) = 228+194+255=677 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.68% from 677); Green value is 194 (76.17% from 255 or 28.66% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C2FF is #1B3D00. Grayscale: #D2D2D2. Windows color (decimal): -1785089 or 16761572. OLE color: 16761572.
HSL color Cylindrical-coordinate representation of color #E4C2FF: hue angle of 273.44º 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 #E4C2FF is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 228 | 194 | 255 | - |
CMYK | 0.11 | 0.24 | 0 | 0 |
HSL | 273.44º | 1% | 0.88% | - |
HSV(B) | 273.44º | 0.24% | 1% | - |
XYZ | 69.34 | 62.3 | 102.98 | - |
YUV | 211.12 | 152.76 | 140.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 194 | 255 | 0.11 | 0.24 | 0 | 0 | 273.44 | 1 | 0.88 |
Hex | E4 | C2 | FF | B | 18 | 0 | 0 | 111 | 64 | 58 |
Octal | 344 | 302 | 377 | 13 | 30 | 0 | 0 | 421 | 144 | 130 |
Binary | 11100100 | 11000010 | 11111111 | 1011 | 11000 | 0 | 0 | 100010001 | 1100100 | 1011000 |
Color Harmonies of #E4C2FF
Complementary color
Monochromatic Colors of #E4C2FF
Black with #E4C2FF
Text Example
Text Example
White with #E4C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C2FF; }
p { color: rgb(228,194,255); }
H1.HeaderClassName
{
color: #E4C2FF;
}
.AnyTagClassName
{
color: #E4C2FF;
}
</style>
background-color css
<style>
a { background-color: #E4C2FF; }
a { background-color: rgb(228,194,255); }
div.DivClassName
{
background-color: #E4C2FF;
}
.BgClassName
{
background-color: #E4C2FF;
}
</style>
border-color css
<style>
span { border-color: #E4C2FF; }
span { border-color: rgb(228,194,255); }
td.TdClassName
{
border-color: #E4C2FF;
}
.TagClassName
{
border-color: #E4C2FF;
}
</style>