Shades of Mauve #EEB7F9
Tints of Mauve #EEB7F9
RGB
CMYK
RGB Variations
Color information
#EEB7F9 (or 0xEEB7F9) is known color: Mauve. HEX triplet: EE, B7 and F9. RGB value is (238,183,249). Sum of RGB (Red+Green+Blue) = 238+183+249=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 183 (71.88% from 255 or 27.31% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEB7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB7F9 is #114806. Grayscale: #CECECE. Windows color (decimal): -1132551 or 16365550. OLE color: 16365550.
HSL color Cylindrical-coordinate representation of color #EEB7F9: hue angle of 290º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEB7F9 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 183 | 249 | - |
CMYK | 0.04 | 0.27 | 0 | 0.02 |
HSL | 290º | 0.85% | 0.85% | - |
HSV(B) | 290º | 0.27% | 0.98% | - |
XYZ | 69.29 | 58.88 | 97.34 | - |
YUV | 206.97 | 151.72 | 150.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 183 | 249 | 0.04 | 0.27 | 0 | 0.02 | 290 | 0.85 | 0.85 |
Hex | EE | B7 | F9 | 4 | 1B | 0 | 2 | 122 | 55 | 55 |
Octal | 356 | 267 | 371 | 4 | 33 | 0 | 2 | 442 | 125 | 125 |
Binary | 11101110 | 10110111 | 11111001 | 100 | 11011 | 0 | 10 | 100100010 | 1010101 | 1010101 |
Color Harmonies of #EEB7F9
Complementary color
Monochromatic Colors of #EEB7F9
Black with #EEB7F9
Text Example
Text Example
White with #EEB7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB7F9; }
p { color: rgb(238,183,249); }
H1.HeaderClassName
{
color: #EEB7F9;
}
.AnyTagClassName
{
color: #EEB7F9;
}
</style>
background-color css
<style>
a { background-color: #EEB7F9; }
a { background-color: rgb(238,183,249); }
div.DivClassName
{
background-color: #EEB7F9;
}
.BgClassName
{
background-color: #EEB7F9;
}
</style>
border-color css
<style>
span { border-color: #EEB7F9; }
span { border-color: rgb(238,183,249); }
td.TdClassName
{
border-color: #EEB7F9;
}
.TagClassName
{
border-color: #EEB7F9;
}
</style>