Shades of Mauvelous #EF85AB
Tints of Mauvelous #EF85AB
RGB
CMYK
RGB Variations
Color information
#EF85AB (or 0xEF85AB) is known color: Mauvelous. HEX triplet: EF, 85 and AB. RGB value is (239,133,171). Sum of RGB (Red+Green+Blue) = 239+133+171=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF85AB is #107A54. Grayscale: #A8A8A8. Windows color (decimal): -1079893 or 11240943. OLE color: 11240943.
HSL color Cylindrical-coordinate representation of color #EF85AB: hue angle of 338.49º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF85AB is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 171 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.06 |
| HSL | 338.49º | 0.77% | 0.73% | - |
| HSV(B) | 338.49º | 0.44% | 0.94% | - |
| XYZ | 51.33 | 38.07 | 43.17 | - |
| YUV | 169.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 171 | 0 | 0.44 | 0.28 | 0.06 | 338.49 | 0.77 | 0.73 |
| Hex | EF | 85 | AB | 0 | 2C | 1C | 6 | 152 | 4D | 49 |
| Octal | 357 | 205 | 253 | 0 | 54 | 34 | 6 | 522 | 115 | 111 |
| Binary | 11101111 | 10000101 | 10101011 | 0 | 101100 | 11100 | 110 | 101010010 | 1001101 | 1001001 |
Color Harmonies of #EF85AB
Complementary color
Monochromatic Colors of #EF85AB
Black with #EF85AB
Text Example
Text Example
White with #EF85AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85AB; }
p { color: rgb(239,133,171); }
H1.HeaderClassName
{
color: #EF85AB;
}
.AnyTagClassName
{
color: #EF85AB;
}
</style>
background-color css
<style>
a { background-color: #EF85AB; }
a { background-color: rgb(239,133,171); }
div.DivClassName
{
background-color: #EF85AB;
}
.BgClassName
{
background-color: #EF85AB;
}
</style>
border-color css
<style>
span { border-color: #EF85AB; }
span { border-color: rgb(239,133,171); }
td.TdClassName
{
border-color: #EF85AB;
}
.TagClassName
{
border-color: #EF85AB;
}
</style>