Shades of Mauvelous #EF86A4
Tints of Mauvelous #EF86A4
RGB
CMYK
RGB Variations
Color information
#EF86A4 (or 0xEF86A4) is known color: Mauvelous. HEX triplet: EF, 86 and A4. RGB value is (239,134,164). Sum of RGB (Red+Green+Blue) = 239+134+164=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF86A4 is #10795B. Grayscale: #A8A8A8. Windows color (decimal): -1079644 or 10782447. OLE color: 10782447.
HSL color Cylindrical-coordinate representation of color #EF86A4: hue angle of 342.86º 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 #EF86A4 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 164 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.06 |
| HSL | 342.86º | 0.77% | 0.73% | - |
| HSV(B) | 342.86º | 0.44% | 0.94% | - |
| XYZ | 50.82 | 38.08 | 39.79 | - |
| YUV | 168.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 164 | 0 | 0.44 | 0.31 | 0.06 | 342.86 | 0.77 | 0.73 |
| Hex | EF | 86 | A4 | 0 | 2C | 1F | 6 | 157 | 4D | 49 |
| Octal | 357 | 206 | 244 | 0 | 54 | 37 | 6 | 527 | 115 | 111 |
| Binary | 11101111 | 10000110 | 10100100 | 0 | 101100 | 11111 | 110 | 101010111 | 1001101 | 1001001 |
Color Harmonies of #EF86A4
Complementary color
Monochromatic Colors of #EF86A4
Black with #EF86A4
Text Example
Text Example
White with #EF86A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF86A4; }
p { color: rgb(239,134,164); }
H1.HeaderClassName
{
color: #EF86A4;
}
.AnyTagClassName
{
color: #EF86A4;
}
</style>
background-color css
<style>
a { background-color: #EF86A4; }
a { background-color: rgb(239,134,164); }
div.DivClassName
{
background-color: #EF86A4;
}
.BgClassName
{
background-color: #EF86A4;
}
</style>
border-color css
<style>
span { border-color: #EF86A4; }
span { border-color: rgb(239,134,164); }
td.TdClassName
{
border-color: #EF86A4;
}
.TagClassName
{
border-color: #EF86A4;
}
</style>