Shades of Mauve #EEB4FF
Tints of Mauve #EEB4FF
RGB
CMYK
RGB Variations
Color information
#EEB4FF (or 0xEEB4FF) is known color: Mauve. HEX triplet: EE, B4 and FF. RGB value is (238,180,255). Sum of RGB (Red+Green+Blue) = 238+180+255=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 180 (70.70% from 255 or 26.75% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEB4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB4FF is #114B00. Grayscale: #CDCDCD. Windows color (decimal): -1133313 or 16757998. OLE color: 16757998.
HSL color Cylindrical-coordinate representation of color #EEB4FF: hue angle of 286.4º 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 #EEB4FF is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 180 | 255 | - |
| CMYK | 0.07 | 0.29 | 0 | 0 |
| HSL | 286.4º | 1% | 0.85% | - |
| HSV(B) | 286.4º | 0.29% | 1% | - |
| XYZ | 69.63 | 58.04 | 102.14 | - |
| YUV | 205.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 255 | 0.07 | 0.29 | 0 | 0 | 286.4 | 1 | 0.85 |
| Hex | EE | B4 | FF | 7 | 1D | 0 | 0 | 11E | 64 | 55 |
| Octal | 356 | 264 | 377 | 7 | 35 | 0 | 0 | 436 | 144 | 125 |
| Binary | 11101110 | 10110100 | 11111111 | 111 | 11101 | 0 | 0 | 100011110 | 1100100 | 1010101 |
Color Harmonies of #EEB4FF
Complementary color
Monochromatic Colors of #EEB4FF
Black with #EEB4FF
Text Example
Text Example
White with #EEB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB4FF; }
p { color: rgb(238,180,255); }
H1.HeaderClassName
{
color: #EEB4FF;
}
.AnyTagClassName
{
color: #EEB4FF;
}
</style>
background-color css
<style>
a { background-color: #EEB4FF; }
a { background-color: rgb(238,180,255); }
div.DivClassName
{
background-color: #EEB4FF;
}
.BgClassName
{
background-color: #EEB4FF;
}
</style>
border-color css
<style>
span { border-color: #EEB4FF; }
span { border-color: rgb(238,180,255); }
td.TdClassName
{
border-color: #EEB4FF;
}
.TagClassName
{
border-color: #EEB4FF;
}
</style>