Shades of Mauve #E6C0FF
Tints of Mauve #E6C0FF
RGB
CMYK
RGB Variations
Color information
#E6C0FF (or 0xE6C0FF) is known color: Mauve. HEX triplet: E6, C0 and FF. RGB value is (230,192,255). Sum of RGB (Red+Green+Blue) = 230+192+255=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 192 (75.39% from 255 or 28.36% 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 #E6C0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C0FF is #193F00. Grayscale: #D2D2D2. Windows color (decimal): -1654529 or 16761062. OLE color: 16761062.
HSL color Cylindrical-coordinate representation of color #E6C0FF: hue angle of 276.19º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6C0FF is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 230 | 192 | 255 | - |
CMYK | 0.10 | 0.25 | 0 | 0 |
HSL | 276.19º | 1% | 0.88% | - |
HSV(B) | 276.19º | 0.25% | 1% | - |
XYZ | 69.53 | 61.74 | 102.86 | - |
YUV | 210.54 | 153.09 | 141.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 192 | 255 | 0.10 | 0.25 | 0 | 0 | 276.19 | 1 | 0.88 |
Hex | E6 | C0 | FF | A | 19 | 0 | 0 | 114 | 64 | 58 |
Octal | 346 | 300 | 377 | 12 | 31 | 0 | 0 | 424 | 144 | 130 |
Binary | 11100110 | 11000000 | 11111111 | 1010 | 11001 | 0 | 0 | 100010100 | 1100100 | 1011000 |
Color Harmonies of #E6C0FF
Complementary color
Monochromatic Colors of #E6C0FF
Black with #E6C0FF
Text Example
Text Example
White with #E6C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C0FF; }
p { color: rgb(230,192,255); }
H1.HeaderClassName
{
color: #E6C0FF;
}
.AnyTagClassName
{
color: #E6C0FF;
}
</style>
background-color css
<style>
a { background-color: #E6C0FF; }
a { background-color: rgb(230,192,255); }
div.DivClassName
{
background-color: #E6C0FF;
}
.BgClassName
{
background-color: #E6C0FF;
}
</style>
border-color css
<style>
span { border-color: #E6C0FF; }
span { border-color: rgb(230,192,255); }
td.TdClassName
{
border-color: #E6C0FF;
}
.TagClassName
{
border-color: #E6C0FF;
}
</style>