Shades of Mauvelous #EE85AD
Tints of Mauvelous #EE85AD
RGB
CMYK
RGB Variations
Color information
#EE85AD (or 0xEE85AD) is known color: Mauvelous. HEX triplet: EE, 85 and AD. RGB value is (238,133,173). Sum of RGB (Red+Green+Blue) = 238+133+173=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE85AD is #117A52. Grayscale: #A8A8A8. Windows color (decimal): -1145427 or 11372014. OLE color: 11372014.
HSL color Cylindrical-coordinate representation of color #EE85AD: hue angle of 337.14º 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 #EE85AD is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 173 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.07 |
| HSL | 337.14º | 0.76% | 0.73% | - |
| HSV(B) | 337.14º | 0.44% | 0.93% | - |
| XYZ | 51.19 | 37.97 | 44.17 | - |
| YUV | 168.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 173 | 0 | 0.44 | 0.27 | 0.07 | 337.14 | 0.76 | 0.73 |
| Hex | EE | 85 | AD | 0 | 2C | 1B | 7 | 151 | 4C | 49 |
| Octal | 356 | 205 | 255 | 0 | 54 | 33 | 7 | 521 | 114 | 111 |
| Binary | 11101110 | 10000101 | 10101101 | 0 | 101100 | 11011 | 111 | 101010001 | 1001100 | 1001001 |
Color Harmonies of #EE85AD
Complementary color
Monochromatic Colors of #EE85AD
Black with #EE85AD
Text Example
Text Example
White with #EE85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE85AD; }
p { color: rgb(238,133,173); }
H1.HeaderClassName
{
color: #EE85AD;
}
.AnyTagClassName
{
color: #EE85AD;
}
</style>
background-color css
<style>
a { background-color: #EE85AD; }
a { background-color: rgb(238,133,173); }
div.DivClassName
{
background-color: #EE85AD;
}
.BgClassName
{
background-color: #EE85AD;
}
</style>
border-color css
<style>
span { border-color: #EE85AD; }
span { border-color: rgb(238,133,173); }
td.TdClassName
{
border-color: #EE85AD;
}
.TagClassName
{
border-color: #EE85AD;
}
</style>