Shades of Mauve #EEB3FF
Tints of Mauve #EEB3FF
RGB
CMYK
RGB Variations
Color information
#EEB3FF (or 0xEEB3FF) is known color: Mauve. HEX triplet: EE, B3 and FF. RGB value is (238,179,255). Sum of RGB (Red+Green+Blue) = 238+179+255=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 179 (70.31% from 255 or 26.64% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEB3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB3FF is #114C00. Grayscale: #CDCDCD. Windows color (decimal): -1133569 or 16757742. OLE color: 16757742.
HSL color Cylindrical-coordinate representation of color #EEB3FF: hue angle of 286.58º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEB3FF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 179 | 255 | - |
| CMYK | 0.07 | 0.30 | 0 | 0 |
| HSL | 286.58º | 1% | 0.85% | - |
| HSV(B) | 286.58º | 0.3% | 1% | - |
| XYZ | 69.43 | 57.64 | 102.07 | - |
| YUV | 205.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 255 | 0.07 | 0.30 | 0 | 0 | 286.58 | 1 | 0.85 |
| Hex | EE | B3 | FF | 7 | 1E | 0 | 0 | 11F | 64 | 55 |
| Octal | 356 | 263 | 377 | 7 | 36 | 0 | 0 | 437 | 144 | 125 |
| Binary | 11101110 | 10110011 | 11111111 | 111 | 11110 | 0 | 0 | 100011111 | 1100100 | 1010101 |
Color Harmonies of #EEB3FF
Complementary color
Monochromatic Colors of #EEB3FF
Black with #EEB3FF
Text Example
Text Example
White with #EEB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB3FF; }
p { color: rgb(238,179,255); }
H1.HeaderClassName
{
color: #EEB3FF;
}
.AnyTagClassName
{
color: #EEB3FF;
}
</style>
background-color css
<style>
a { background-color: #EEB3FF; }
a { background-color: rgb(238,179,255); }
div.DivClassName
{
background-color: #EEB3FF;
}
.BgClassName
{
background-color: #EEB3FF;
}
</style>
border-color css
<style>
span { border-color: #EEB3FF; }
span { border-color: rgb(238,179,255); }
td.TdClassName
{
border-color: #EEB3FF;
}
.TagClassName
{
border-color: #EEB3FF;
}
</style>