Shades of Mauvelous #EE96A8
Tints of Mauvelous #EE96A8
RGB
CMYK
RGB Variations
Color information
#EE96A8 (or 0xEE96A8) is known color: Mauvelous. HEX triplet: EE, 96 and A8. RGB value is (238,150,168). Sum of RGB (Red+Green+Blue) = 238+150+168=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE96A8 is #116957. Grayscale: #B2B2B2. Windows color (decimal): -1141080 or 11048686. OLE color: 11048686.
HSL color Cylindrical-coordinate representation of color #EE96A8: hue angle of 347.73º 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 #EE96A8 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 168 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.07 |
| HSL | 347.73º | 0.72% | 0.76% | - |
| HSV(B) | 347.73º | 0.37% | 0.93% | - |
| XYZ | 53.23 | 42.82 | 42.5 | - |
| YUV | 178.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 168 | 0 | 0.37 | 0.29 | 0.07 | 347.73 | 0.72 | 0.76 |
| Hex | EE | 96 | A8 | 0 | 25 | 1D | 7 | 15C | 48 | 4C |
| Octal | 356 | 226 | 250 | 0 | 45 | 35 | 7 | 534 | 110 | 114 |
| Binary | 11101110 | 10010110 | 10101000 | 0 | 100101 | 11101 | 111 | 101011100 | 1001000 | 1001100 |
Color Harmonies of #EE96A8
Complementary color
Monochromatic Colors of #EE96A8
Black with #EE96A8
Text Example
Text Example
White with #EE96A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE96A8; }
p { color: rgb(238,150,168); }
H1.HeaderClassName
{
color: #EE96A8;
}
.AnyTagClassName
{
color: #EE96A8;
}
</style>
background-color css
<style>
a { background-color: #EE96A8; }
a { background-color: rgb(238,150,168); }
div.DivClassName
{
background-color: #EE96A8;
}
.BgClassName
{
background-color: #EE96A8;
}
</style>
border-color css
<style>
span { border-color: #EE96A8; }
span { border-color: rgb(238,150,168); }
td.TdClassName
{
border-color: #EE96A8;
}
.TagClassName
{
border-color: #EE96A8;
}
</style>