Shades of Mauve #EEB9F3
Tints of Mauve #EEB9F3
RGB
CMYK
RGB Variations
Color information
#EEB9F3 (or 0xEEB9F3) is known color: Mauve. HEX triplet: EE, B9 and F3. RGB value is (238,185,243). Sum of RGB (Red+Green+Blue) = 238+185+243=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 185 (72.66% from 255 or 27.78% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEB9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB9F3 is #11460C. Grayscale: #CFCFCF. Windows color (decimal): -1132045 or 15972846. OLE color: 15972846.
HSL color Cylindrical-coordinate representation of color #EEB9F3: hue angle of 294.83º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB9F3 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 185 | 243 | - |
CMYK | 0.02 | 0.24 | 0 | 0.05 |
HSL | 294.83º | 0.71% | 0.84% | - |
HSV(B) | 294.83º | 0.24% | 0.95% | - |
XYZ | 68.79 | 59.35 | 92.62 | - |
YUV | 207.46 | 148.06 | 149.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 185 | 243 | 0.02 | 0.24 | 0 | 0.05 | 294.83 | 0.71 | 0.84 |
Hex | EE | B9 | F3 | 2 | 18 | 0 | 5 | 127 | 47 | 54 |
Octal | 356 | 271 | 363 | 2 | 30 | 0 | 5 | 447 | 107 | 124 |
Binary | 11101110 | 10111001 | 11110011 | 10 | 11000 | 0 | 101 | 100100111 | 1000111 | 1010100 |
Color Harmonies of #EEB9F3
Complementary color
Monochromatic Colors of #EEB9F3
Black with #EEB9F3
Text Example
Text Example
White with #EEB9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB9F3; }
p { color: rgb(238,185,243); }
H1.HeaderClassName
{
color: #EEB9F3;
}
.AnyTagClassName
{
color: #EEB9F3;
}
</style>
background-color css
<style>
a { background-color: #EEB9F3; }
a { background-color: rgb(238,185,243); }
div.DivClassName
{
background-color: #EEB9F3;
}
.BgClassName
{
background-color: #EEB9F3;
}
</style>
border-color css
<style>
span { border-color: #EEB9F3; }
span { border-color: rgb(238,185,243); }
td.TdClassName
{
border-color: #EEB9F3;
}
.TagClassName
{
border-color: #EEB9F3;
}
</style>