Shades of Mauve #E6B6FF
Tints of Mauve #E6B6FF
RGB
CMYK
RGB Variations
Color information
#E6B6FF (or 0xE6B6FF) is known color: Mauve. HEX triplet: E6, B6 and FF. RGB value is (230,182,255). Sum of RGB (Red+Green+Blue) = 230+182+255=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 182 (71.48% from 255 or 27.29% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6B6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B6FF is #194900. Grayscale: #CCCCCC. Windows color (decimal): -1657089 or 16758502. OLE color: 16758502.
HSL color Cylindrical-coordinate representation of color #E6B6FF: hue angle of 279.45º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6B6FF is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 230 | 182 | 255 | - |
CMYK | 0.10 | 0.29 | 0 | 0 |
HSL | 279.45º | 1% | 0.86% | - |
HSV(B) | 279.45º | 0.29% | 1% | - |
XYZ | 67.41 | 57.5 | 102.15 | - |
YUV | 204.67 | 156.4 | 146.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 182 | 255 | 0.10 | 0.29 | 0 | 0 | 279.45 | 1 | 0.86 |
Hex | E6 | B6 | FF | A | 1D | 0 | 0 | 117 | 64 | 56 |
Octal | 346 | 266 | 377 | 12 | 35 | 0 | 0 | 427 | 144 | 126 |
Binary | 11100110 | 10110110 | 11111111 | 1010 | 11101 | 0 | 0 | 100010111 | 1100100 | 1010110 |
Color Harmonies of #E6B6FF
Complementary color
Monochromatic Colors of #E6B6FF
Black with #E6B6FF
Text Example
Text Example
White with #E6B6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B6FF; }
p { color: rgb(230,182,255); }
H1.HeaderClassName
{
color: #E6B6FF;
}
.AnyTagClassName
{
color: #E6B6FF;
}
</style>
background-color css
<style>
a { background-color: #E6B6FF; }
a { background-color: rgb(230,182,255); }
div.DivClassName
{
background-color: #E6B6FF;
}
.BgClassName
{
background-color: #E6B6FF;
}
</style>
border-color css
<style>
span { border-color: #E6B6FF; }
span { border-color: rgb(230,182,255); }
td.TdClassName
{
border-color: #E6B6FF;
}
.TagClassName
{
border-color: #E6B6FF;
}
</style>