Shades of Mauve #EEB5FB
Tints of Mauve #EEB5FB
RGB
CMYK
RGB Variations
Color information
#EEB5FB (or 0xEEB5FB) is known color: Mauve. HEX triplet: EE, B5 and FB. RGB value is (238,181,251). Sum of RGB (Red+Green+Blue) = 238+181+251=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 181 (71.09% from 255 or 27.01% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEB5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB5FB is #114A04. Grayscale: #CDCDCD. Windows color (decimal): -1133061 or 16496110. OLE color: 16496110.
HSL color Cylindrical-coordinate representation of color #EEB5FB: hue angle of 288.86º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEB5FB is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 181 | 251 | - |
CMYK | 0.05 | 0.28 | 0 | 0.02 |
HSL | 288.86º | 0.9% | 0.85% | - |
HSV(B) | 288.86º | 0.28% | 0.98% | - |
XYZ | 69.2 | 58.19 | 98.85 | - |
YUV | 206.02 | 153.38 | 150.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 181 | 251 | 0.05 | 0.28 | 0 | 0.02 | 288.86 | 0.9 | 0.85 |
Hex | EE | B5 | FB | 5 | 1C | 0 | 2 | 121 | 5A | 55 |
Octal | 356 | 265 | 373 | 5 | 34 | 0 | 2 | 441 | 132 | 125 |
Binary | 11101110 | 10110101 | 11111011 | 101 | 11100 | 0 | 10 | 100100001 | 1011010 | 1010101 |
Color Harmonies of #EEB5FB
Complementary color
Monochromatic Colors of #EEB5FB
Black with #EEB5FB
Text Example
Text Example
White with #EEB5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB5FB; }
p { color: rgb(238,181,251); }
H1.HeaderClassName
{
color: #EEB5FB;
}
.AnyTagClassName
{
color: #EEB5FB;
}
</style>
background-color css
<style>
a { background-color: #EEB5FB; }
a { background-color: rgb(238,181,251); }
div.DivClassName
{
background-color: #EEB5FB;
}
.BgClassName
{
background-color: #EEB5FB;
}
</style>
border-color css
<style>
span { border-color: #EEB5FB; }
span { border-color: rgb(238,181,251); }
td.TdClassName
{
border-color: #EEB5FB;
}
.TagClassName
{
border-color: #EEB5FB;
}
</style>