Shades of Mauvelous #EE85AF
Tints of Mauvelous #EE85AF
RGB
CMYK
RGB Variations
Color information
#EE85AF (or 0xEE85AF) is known color: Mauvelous. HEX triplet: EE, 85 and AF. RGB value is (238,133,175). Sum of RGB (Red+Green+Blue) = 238+133+175=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE85AF is #117A50. Grayscale: #A9A9A9. Windows color (decimal): -1145425 or 11503086. OLE color: 11503086.
HSL color Cylindrical-coordinate representation of color #EE85AF: hue angle of 336º 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 #EE85AF is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 175 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.07 |
| HSL | 336º | 0.76% | 0.73% | - |
| HSV(B) | 336º | 0.44% | 0.93% | - |
| XYZ | 51.39 | 38.05 | 45.19 | - |
| YUV | 169.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 175 | 0 | 0.44 | 0.26 | 0.07 | 336 | 0.76 | 0.73 |
| Hex | EE | 85 | AF | 0 | 2C | 1A | 7 | 150 | 4C | 49 |
| Octal | 356 | 205 | 257 | 0 | 54 | 32 | 7 | 520 | 114 | 111 |
| Binary | 11101110 | 10000101 | 10101111 | 0 | 101100 | 11010 | 111 | 101010000 | 1001100 | 1001001 |
Color Harmonies of #EE85AF
Complementary color
Monochromatic Colors of #EE85AF
Black with #EE85AF
Text Example
Text Example
White with #EE85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE85AF; }
p { color: rgb(238,133,175); }
H1.HeaderClassName
{
color: #EE85AF;
}
.AnyTagClassName
{
color: #EE85AF;
}
</style>
background-color css
<style>
a { background-color: #EE85AF; }
a { background-color: rgb(238,133,175); }
div.DivClassName
{
background-color: #EE85AF;
}
.BgClassName
{
background-color: #EE85AF;
}
</style>
border-color css
<style>
span { border-color: #EE85AF; }
span { border-color: rgb(238,133,175); }
td.TdClassName
{
border-color: #EE85AF;
}
.TagClassName
{
border-color: #EE85AF;
}
</style>