Shades of Mauvelous #EE96A7
Tints of Mauvelous #EE96A7
RGB
CMYK
RGB Variations
Color information
#EE96A7 (or 0xEE96A7) is known color: Mauvelous. HEX triplet: EE, 96 and A7. RGB value is (238,150,167). Sum of RGB (Red+Green+Blue) = 238+150+167=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE96A7 is #116958. Grayscale: #B2B2B2. Windows color (decimal): -1141081 or 10983150. OLE color: 10983150.
HSL color Cylindrical-coordinate representation of color #EE96A7: hue angle of 348.41º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE96A7 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 167 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.07 |
| HSL | 348.41º | 0.72% | 0.76% | - |
| HSV(B) | 348.41º | 0.37% | 0.93% | - |
| XYZ | 53.14 | 42.78 | 42.02 | - |
| YUV | 178.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 167 | 0 | 0.37 | 0.30 | 0.07 | 348.41 | 0.72 | 0.76 |
| Hex | EE | 96 | A7 | 0 | 25 | 1E | 7 | 15C | 48 | 4C |
| Octal | 356 | 226 | 247 | 0 | 45 | 36 | 7 | 534 | 110 | 114 |
| Binary | 11101110 | 10010110 | 10100111 | 0 | 100101 | 11110 | 111 | 101011100 | 1001000 | 1001100 |
Color Harmonies of #EE96A7
Complementary color
Monochromatic Colors of #EE96A7
Black with #EE96A7
Text Example
Text Example
White with #EE96A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE96A7; }
p { color: rgb(238,150,167); }
H1.HeaderClassName
{
color: #EE96A7;
}
.AnyTagClassName
{
color: #EE96A7;
}
</style>
background-color css
<style>
a { background-color: #EE96A7; }
a { background-color: rgb(238,150,167); }
div.DivClassName
{
background-color: #EE96A7;
}
.BgClassName
{
background-color: #EE96A7;
}
</style>
border-color css
<style>
span { border-color: #EE96A7; }
span { border-color: rgb(238,150,167); }
td.TdClassName
{
border-color: #EE96A7;
}
.TagClassName
{
border-color: #EE96A7;
}
</style>