Shades of Mauvelous #EE96AA
Tints of Mauvelous #EE96AA
RGB
CMYK
RGB Variations
Color information
#EE96AA (or 0xEE96AA) is known color: Mauvelous. HEX triplet: EE, 96 and AA. RGB value is (238,150,170). Sum of RGB (Red+Green+Blue) = 238+150+170=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE96AA is #116955. Grayscale: #B2B2B2. Windows color (decimal): -1141078 or 11179758. OLE color: 11179758.
HSL color Cylindrical-coordinate representation of color #EE96AA: hue angle of 346.36º 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 #EE96AA is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 170 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.07 |
| HSL | 346.36º | 0.72% | 0.76% | - |
| HSV(B) | 346.36º | 0.37% | 0.93% | - |
| XYZ | 53.42 | 42.89 | 43.49 | - |
| YUV | 178.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 170 | 0 | 0.37 | 0.29 | 0.07 | 346.36 | 0.72 | 0.76 |
| Hex | EE | 96 | AA | 0 | 25 | 1D | 7 | 15A | 48 | 4C |
| Octal | 356 | 226 | 252 | 0 | 45 | 35 | 7 | 532 | 110 | 114 |
| Binary | 11101110 | 10010110 | 10101010 | 0 | 100101 | 11101 | 111 | 101011010 | 1001000 | 1001100 |
Color Harmonies of #EE96AA
Complementary color
Monochromatic Colors of #EE96AA
Black with #EE96AA
Text Example
Text Example
White with #EE96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE96AA; }
p { color: rgb(238,150,170); }
H1.HeaderClassName
{
color: #EE96AA;
}
.AnyTagClassName
{
color: #EE96AA;
}
</style>
background-color css
<style>
a { background-color: #EE96AA; }
a { background-color: rgb(238,150,170); }
div.DivClassName
{
background-color: #EE96AA;
}
.BgClassName
{
background-color: #EE96AA;
}
</style>
border-color css
<style>
span { border-color: #EE96AA; }
span { border-color: rgb(238,150,170); }
td.TdClassName
{
border-color: #EE96AA;
}
.TagClassName
{
border-color: #EE96AA;
}
</style>