Shades of Mauve #E9C4FC
Tints of Mauve #E9C4FC
RGB
CMYK
RGB Variations
Color information
#E9C4FC (or 0xE9C4FC) is known color: Mauve. HEX triplet: E9, C4 and FC. RGB value is (233,196,252). Sum of RGB (Red+Green+Blue) = 233+196+252=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 196 (76.95% from 255 or 28.78% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9C4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C4FC is #163B03. Grayscale: #D5D5D5. Windows color (decimal): -1456900 or 16565481. OLE color: 16565481.
HSL color Cylindrical-coordinate representation of color #E9C4FC: hue angle of 279.64º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E9C4FC is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 196 | 252 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.01 |
| HSL | 279.64º | 0.9% | 0.88% | - |
| HSV(B) | 279.64º | 0.22% | 0.99% | - |
| XYZ | 70.91 | 63.83 | 100.68 | - |
| YUV | 213.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 252 | 0.08 | 0.22 | 0 | 0.01 | 279.64 | 0.9 | 0.88 |
| Hex | E9 | C4 | FC | 8 | 16 | 0 | 1 | 118 | 5A | 58 |
| Octal | 351 | 304 | 374 | 10 | 26 | 0 | 1 | 430 | 132 | 130 |
| Binary | 11101001 | 11000100 | 11111100 | 1000 | 10110 | 0 | 1 | 100011000 | 1011010 | 1011000 |
Color Harmonies of #E9C4FC
Complementary color
Monochromatic Colors of #E9C4FC
Black with #E9C4FC
Text Example
Text Example
White with #E9C4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C4FC; }
p { color: rgb(233,196,252); }
H1.HeaderClassName
{
color: #E9C4FC;
}
.AnyTagClassName
{
color: #E9C4FC;
}
</style>
background-color css
<style>
a { background-color: #E9C4FC; }
a { background-color: rgb(233,196,252); }
div.DivClassName
{
background-color: #E9C4FC;
}
.BgClassName
{
background-color: #E9C4FC;
}
</style>
border-color css
<style>
span { border-color: #E9C4FC; }
span { border-color: rgb(233,196,252); }
td.TdClassName
{
border-color: #E9C4FC;
}
.TagClassName
{
border-color: #E9C4FC;
}
</style>