Shades of Mauve #E6B4FF
Tints of Mauve #E6B4FF
RGB
CMYK
RGB Variations
Color information
#E6B4FF (or 0xE6B4FF) is known color: Mauve. HEX triplet: E6, B4 and FF. RGB value is (230,180,255). Sum of RGB (Red+Green+Blue) = 230+180+255=665 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.59% from 665); Green value is 180 (70.70% from 255 or 27.07% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6B4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B4FF is #194B00. Grayscale: #CBCBCB. Windows color (decimal): -1657601 or 16757990. OLE color: 16757990.
HSL color Cylindrical-coordinate representation of color #E6B4FF: hue angle of 280º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6B4FF is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 180 | 255 | - |
| CMYK | 0.10 | 0.29 | 0 | 0 |
| HSL | 280º | 1% | 0.85% | - |
| HSV(B) | 280º | 0.29% | 1% | - |
| XYZ | 67 | 56.69 | 102.02 | - |
| YUV | 203.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 180 | 255 | 0.10 | 0.29 | 0 | 0 | 280 | 1 | 0.85 |
| Hex | E6 | B4 | FF | A | 1D | 0 | 0 | 118 | 64 | 55 |
| Octal | 346 | 264 | 377 | 12 | 35 | 0 | 0 | 430 | 144 | 125 |
| Binary | 11100110 | 10110100 | 11111111 | 1010 | 11101 | 0 | 0 | 100011000 | 1100100 | 1010101 |
Color Harmonies of #E6B4FF
Complementary color
Monochromatic Colors of #E6B4FF
Black with #E6B4FF
Text Example
Text Example
White with #E6B4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B4FF; }
p { color: rgb(230,180,255); }
H1.HeaderClassName
{
color: #E6B4FF;
}
.AnyTagClassName
{
color: #E6B4FF;
}
</style>
background-color css
<style>
a { background-color: #E6B4FF; }
a { background-color: rgb(230,180,255); }
div.DivClassName
{
background-color: #E6B4FF;
}
.BgClassName
{
background-color: #E6B4FF;
}
</style>
border-color css
<style>
span { border-color: #E6B4FF; }
span { border-color: rgb(230,180,255); }
td.TdClassName
{
border-color: #E6B4FF;
}
.TagClassName
{
border-color: #E6B4FF;
}
</style>