Shades of Mauve #EEB0FF
Tints of Mauve #EEB0FF
RGB
CMYK
RGB Variations
Color information
#EEB0FF (or 0xEEB0FF) is known color: Mauve. HEX triplet: EE, B0 and FF. RGB value is (238,176,255). Sum of RGB (Red+Green+Blue) = 238+176+255=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 176 (69.14% from 255 or 26.31% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEB0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0FF is #114F00. Grayscale: #CBCBCB. Windows color (decimal): -1134337 or 16756974. OLE color: 16756974.
HSL color Cylindrical-coordinate representation of color #EEB0FF: hue angle of 287.09º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEB0FF is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 176 | 255 | - |
| CMYK | 0.07 | 0.31 | 0 | 0 |
| HSL | 287.09º | 1% | 0.85% | - |
| HSV(B) | 287.09º | 0.31% | 1% | - |
| XYZ | 68.84 | 56.45 | 101.88 | - |
| YUV | 203.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 255 | 0.07 | 0.31 | 0 | 0 | 287.09 | 1 | 0.85 |
| Hex | EE | B0 | FF | 7 | 1F | 0 | 0 | 11F | 64 | 55 |
| Octal | 356 | 260 | 377 | 7 | 37 | 0 | 0 | 437 | 144 | 125 |
| Binary | 11101110 | 10110000 | 11111111 | 111 | 11111 | 0 | 0 | 100011111 | 1100100 | 1010101 |
Color Harmonies of #EEB0FF
Complementary color
Monochromatic Colors of #EEB0FF
Black with #EEB0FF
Text Example
Text Example
White with #EEB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0FF; }
p { color: rgb(238,176,255); }
H1.HeaderClassName
{
color: #EEB0FF;
}
.AnyTagClassName
{
color: #EEB0FF;
}
</style>
background-color css
<style>
a { background-color: #EEB0FF; }
a { background-color: rgb(238,176,255); }
div.DivClassName
{
background-color: #EEB0FF;
}
.BgClassName
{
background-color: #EEB0FF;
}
</style>
border-color css
<style>
span { border-color: #EEB0FF; }
span { border-color: rgb(238,176,255); }
td.TdClassName
{
border-color: #EEB0FF;
}
.TagClassName
{
border-color: #EEB0FF;
}
</style>