Shades of Mauve #EEB5FF
Tints of Mauve #EEB5FF
RGB
CMYK
RGB Variations
Color information
#EEB5FF (or 0xEEB5FF) is known color: Mauve. HEX triplet: EE, B5 and FF. RGB value is (238,181,255). Sum of RGB (Red+Green+Blue) = 238+181+255=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 181 (71.09% from 255 or 26.85% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEB5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB5FF is #114A00. Grayscale: #CECECE. Windows color (decimal): -1133057 or 16758254. OLE color: 16758254.
HSL color Cylindrical-coordinate representation of color #EEB5FF: hue angle of 286.22º 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 #EEB5FF is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 181 | 255 | - |
| CMYK | 0.07 | 0.29 | 0 | 0 |
| HSL | 286.22º | 1% | 0.85% | - |
| HSV(B) | 286.22º | 0.29% | 1% | - |
| XYZ | 69.83 | 58.44 | 102.21 | - |
| YUV | 206.48 | 155.38 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 255 | 0.07 | 0.29 | 0 | 0 | 286.22 | 1 | 0.85 |
| Hex | EE | B5 | FF | 7 | 1D | 0 | 0 | 11E | 64 | 55 |
| Octal | 356 | 265 | 377 | 7 | 35 | 0 | 0 | 436 | 144 | 125 |
| Binary | 11101110 | 10110101 | 11111111 | 111 | 11101 | 0 | 0 | 100011110 | 1100100 | 1010101 |
Color Harmonies of #EEB5FF
Complementary color
Monochromatic Colors of #EEB5FF
Black with #EEB5FF
Text Example
Text Example
White with #EEB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB5FF; }
p { color: rgb(238,181,255); }
H1.HeaderClassName
{
color: #EEB5FF;
}
.AnyTagClassName
{
color: #EEB5FF;
}
</style>
background-color css
<style>
a { background-color: #EEB5FF; }
a { background-color: rgb(238,181,255); }
div.DivClassName
{
background-color: #EEB5FF;
}
.BgClassName
{
background-color: #EEB5FF;
}
</style>
border-color css
<style>
span { border-color: #EEB5FF; }
span { border-color: rgb(238,181,255); }
td.TdClassName
{
border-color: #EEB5FF;
}
.TagClassName
{
border-color: #EEB5FF;
}
</style>