Shades of Mauvelous #EE85A8
Tints of Mauvelous #EE85A8
RGB
CMYK
RGB Variations
Color information
#EE85A8 (or 0xEE85A8) is known color: Mauvelous. HEX triplet: EE, 85 and A8. RGB value is (238,133,168). Sum of RGB (Red+Green+Blue) = 238+133+168=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE85A8 is #117A57. Grayscale: #A8A8A8. Windows color (decimal): -1145432 or 11044334. OLE color: 11044334.
HSL color Cylindrical-coordinate representation of color #EE85A8: hue angle of 340º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE85A8 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 168 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.07 |
| HSL | 340º | 0.76% | 0.73% | - |
| HSV(B) | 340º | 0.44% | 0.93% | - |
| XYZ | 50.72 | 37.78 | 41.66 | - |
| YUV | 168.39 | 127.79 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 168 | 0 | 0.44 | 0.29 | 0.07 | 340 | 0.76 | 0.73 |
| Hex | EE | 85 | A8 | 0 | 2C | 1D | 7 | 154 | 4C | 49 |
| Octal | 356 | 205 | 250 | 0 | 54 | 35 | 7 | 524 | 114 | 111 |
| Binary | 11101110 | 10000101 | 10101000 | 0 | 101100 | 11101 | 111 | 101010100 | 1001100 | 1001001 |
Color Harmonies of #EE85A8
Complementary color
Monochromatic Colors of #EE85A8
Black with #EE85A8
Text Example
Text Example
White with #EE85A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE85A8; }
p { color: rgb(238,133,168); }
H1.HeaderClassName
{
color: #EE85A8;
}
.AnyTagClassName
{
color: #EE85A8;
}
</style>
background-color css
<style>
a { background-color: #EE85A8; }
a { background-color: rgb(238,133,168); }
div.DivClassName
{
background-color: #EE85A8;
}
.BgClassName
{
background-color: #EE85A8;
}
</style>
border-color css
<style>
span { border-color: #EE85A8; }
span { border-color: rgb(238,133,168); }
td.TdClassName
{
border-color: #EE85A8;
}
.TagClassName
{
border-color: #EE85A8;
}
</style>