Shades of Mauvelous #EE86AB
Tints of Mauvelous #EE86AB
RGB
CMYK
RGB Variations
Color information
#EE86AB (or 0xEE86AB) is known color: Mauvelous. HEX triplet: EE, 86 and AB. RGB value is (238,134,171). Sum of RGB (Red+Green+Blue) = 238+134+171=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE86AB is #117954. Grayscale: #A9A9A9. Windows color (decimal): -1145173 or 11241198. OLE color: 11241198.
HSL color Cylindrical-coordinate representation of color #EE86AB: hue angle of 338.65º degrees, saturation: 0.75, 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 #EE86AB is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 171 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.07 |
| HSL | 338.65º | 0.75% | 0.73% | - |
| HSV(B) | 338.65º | 0.44% | 0.93% | - |
| XYZ | 51.14 | 38.17 | 43.2 | - |
| YUV | 169.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 171 | 0 | 0.44 | 0.28 | 0.07 | 338.65 | 0.75 | 0.73 |
| Hex | EE | 86 | AB | 0 | 2C | 1C | 7 | 153 | 4B | 49 |
| Octal | 356 | 206 | 253 | 0 | 54 | 34 | 7 | 523 | 113 | 111 |
| Binary | 11101110 | 10000110 | 10101011 | 0 | 101100 | 11100 | 111 | 101010011 | 1001011 | 1001001 |
Color Harmonies of #EE86AB
Complementary color
Monochromatic Colors of #EE86AB
Black with #EE86AB
Text Example
Text Example
White with #EE86AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE86AB; }
p { color: rgb(238,134,171); }
H1.HeaderClassName
{
color: #EE86AB;
}
.AnyTagClassName
{
color: #EE86AB;
}
</style>
background-color css
<style>
a { background-color: #EE86AB; }
a { background-color: rgb(238,134,171); }
div.DivClassName
{
background-color: #EE86AB;
}
.BgClassName
{
background-color: #EE86AB;
}
</style>
border-color css
<style>
span { border-color: #EE86AB; }
span { border-color: rgb(238,134,171); }
td.TdClassName
{
border-color: #EE86AB;
}
.TagClassName
{
border-color: #EE86AB;
}
</style>