Shades of Mauvelous #EF85B0
Tints of Mauvelous #EF85B0
RGB
CMYK
RGB Variations
Color information
#EF85B0 (or 0xEF85B0) is known color: Mauvelous. HEX triplet: EF, 85 and B0. RGB value is (239,133,176). Sum of RGB (Red+Green+Blue) = 239+133+176=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF85B0 is #107A4F. Grayscale: #A9A9A9. Windows color (decimal): -1079888 or 11568623. OLE color: 11568623.
HSL color Cylindrical-coordinate representation of color #EF85B0: hue angle of 335.66º 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 #EF85B0 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 176 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.06 |
| HSL | 335.66º | 0.77% | 0.73% | - |
| HSV(B) | 335.66º | 0.44% | 0.94% | - |
| XYZ | 51.82 | 38.26 | 45.73 | - |
| YUV | 169.6 | 131.62 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 176 | 0 | 0.44 | 0.26 | 0.06 | 335.66 | 0.77 | 0.73 |
| Hex | EF | 85 | B0 | 0 | 2C | 1A | 6 | 150 | 4D | 49 |
| Octal | 357 | 205 | 260 | 0 | 54 | 32 | 6 | 520 | 115 | 111 |
| Binary | 11101111 | 10000101 | 10110000 | 0 | 101100 | 11010 | 110 | 101010000 | 1001101 | 1001001 |
Color Harmonies of #EF85B0
Complementary color
Monochromatic Colors of #EF85B0
Black with #EF85B0
Text Example
Text Example
White with #EF85B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85B0; }
p { color: rgb(239,133,176); }
H1.HeaderClassName
{
color: #EF85B0;
}
.AnyTagClassName
{
color: #EF85B0;
}
</style>
background-color css
<style>
a { background-color: #EF85B0; }
a { background-color: rgb(239,133,176); }
div.DivClassName
{
background-color: #EF85B0;
}
.BgClassName
{
background-color: #EF85B0;
}
</style>
border-color css
<style>
span { border-color: #EF85B0; }
span { border-color: rgb(239,133,176); }
td.TdClassName
{
border-color: #EF85B0;
}
.TagClassName
{
border-color: #EF85B0;
}
</style>