Shades of Mauvelous #EF85AA
Tints of Mauvelous #EF85AA
RGB
CMYK
RGB Variations
Color information
#EF85AA (or 0xEF85AA) is known color: Mauvelous. HEX triplet: EF, 85 and AA. RGB value is (239,133,170). Sum of RGB (Red+Green+Blue) = 239+133+170=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF85AA is #107A55. Grayscale: #A8A8A8. Windows color (decimal): -1079894 or 11175407. OLE color: 11175407.
HSL color Cylindrical-coordinate representation of color #EF85AA: hue angle of 339.06º 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 #EF85AA is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 170 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.06 |
| HSL | 339.06º | 0.77% | 0.73% | - |
| HSV(B) | 339.06º | 0.44% | 0.94% | - |
| XYZ | 51.24 | 38.03 | 42.67 | - |
| YUV | 168.91 | 128.62 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 170 | 0 | 0.44 | 0.29 | 0.06 | 339.06 | 0.77 | 0.73 |
| Hex | EF | 85 | AA | 0 | 2C | 1D | 6 | 153 | 4D | 49 |
| Octal | 357 | 205 | 252 | 0 | 54 | 35 | 6 | 523 | 115 | 111 |
| Binary | 11101111 | 10000101 | 10101010 | 0 | 101100 | 11101 | 110 | 101010011 | 1001101 | 1001001 |
Color Harmonies of #EF85AA
Complementary color
Monochromatic Colors of #EF85AA
Black with #EF85AA
Text Example
Text Example
White with #EF85AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85AA; }
p { color: rgb(239,133,170); }
H1.HeaderClassName
{
color: #EF85AA;
}
.AnyTagClassName
{
color: #EF85AA;
}
</style>
background-color css
<style>
a { background-color: #EF85AA; }
a { background-color: rgb(239,133,170); }
div.DivClassName
{
background-color: #EF85AA;
}
.BgClassName
{
background-color: #EF85AA;
}
</style>
border-color css
<style>
span { border-color: #EF85AA; }
span { border-color: rgb(239,133,170); }
td.TdClassName
{
border-color: #EF85AA;
}
.TagClassName
{
border-color: #EF85AA;
}
</style>