Shades of Mauvelous #EF8BAC
Tints of Mauvelous #EF8BAC
RGB
CMYK
RGB Variations
Color information
#EF8BAC (or 0xEF8BAC) is known color: Mauvelous. HEX triplet: EF, 8B and AC. RGB value is (239,139,172). Sum of RGB (Red+Green+Blue) = 239+139+172=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8BAC is #107453. Grayscale: #ACACAC. Windows color (decimal): -1078356 or 11308015. OLE color: 11308015.
HSL color Cylindrical-coordinate representation of color #EF8BAC: hue angle of 340.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8BAC is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 172 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.06 |
| HSL | 340.2º | 0.76% | 0.74% | - |
| HSV(B) | 340.2º | 0.42% | 0.94% | - |
| XYZ | 52.28 | 39.79 | 43.96 | - |
| YUV | 172.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 172 | 0 | 0.42 | 0.28 | 0.06 | 340.2 | 0.76 | 0.74 |
| Hex | EF | 8B | AC | 0 | 2A | 1C | 6 | 154 | 4C | 4A |
| Octal | 357 | 213 | 254 | 0 | 52 | 34 | 6 | 524 | 114 | 112 |
| Binary | 11101111 | 10001011 | 10101100 | 0 | 101010 | 11100 | 110 | 101010100 | 1001100 | 1001010 |
Color Harmonies of #EF8BAC
Complementary color
Monochromatic Colors of #EF8BAC
Black with #EF8BAC
Text Example
Text Example
White with #EF8BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BAC; }
p { color: rgb(239,139,172); }
H1.HeaderClassName
{
color: #EF8BAC;
}
.AnyTagClassName
{
color: #EF8BAC;
}
</style>
background-color css
<style>
a { background-color: #EF8BAC; }
a { background-color: rgb(239,139,172); }
div.DivClassName
{
background-color: #EF8BAC;
}
.BgClassName
{
background-color: #EF8BAC;
}
</style>
border-color css
<style>
span { border-color: #EF8BAC; }
span { border-color: rgb(239,139,172); }
td.TdClassName
{
border-color: #EF8BAC;
}
.TagClassName
{
border-color: #EF8BAC;
}
</style>