Shades of Mauvelous #EF8FAC
Tints of Mauvelous #EF8FAC
RGB
CMYK
RGB Variations
Color information
#EF8FAC (or 0xEF8FAC) is known color: Mauvelous. HEX triplet: EF, 8F and AC. RGB value is (239,143,172). Sum of RGB (Red+Green+Blue) = 239+143+172=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8FAC is #107053. Grayscale: #AEAEAE. Windows color (decimal): -1077332 or 11309039. OLE color: 11309039.
HSL color Cylindrical-coordinate representation of color #EF8FAC: hue angle of 341.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FAC is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 172 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.06 |
| HSL | 341.88º | 0.75% | 0.75% | - |
| HSV(B) | 341.88º | 0.4% | 0.94% | - |
| XYZ | 52.87 | 40.97 | 44.15 | - |
| YUV | 175.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 172 | 0 | 0.40 | 0.28 | 0.06 | 341.88 | 0.75 | 0.75 |
| Hex | EF | 8F | AC | 0 | 28 | 1C | 6 | 156 | 4B | 4B |
| Octal | 357 | 217 | 254 | 0 | 50 | 34 | 6 | 526 | 113 | 113 |
| Binary | 11101111 | 10001111 | 10101100 | 0 | 101000 | 11100 | 110 | 101010110 | 1001011 | 1001011 |
Color Harmonies of #EF8FAC
Complementary color
Monochromatic Colors of #EF8FAC
Black with #EF8FAC
Text Example
Text Example
White with #EF8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FAC; }
p { color: rgb(239,143,172); }
H1.HeaderClassName
{
color: #EF8FAC;
}
.AnyTagClassName
{
color: #EF8FAC;
}
</style>
background-color css
<style>
a { background-color: #EF8FAC; }
a { background-color: rgb(239,143,172); }
div.DivClassName
{
background-color: #EF8FAC;
}
.BgClassName
{
background-color: #EF8FAC;
}
</style>
border-color css
<style>
span { border-color: #EF8FAC; }
span { border-color: rgb(239,143,172); }
td.TdClassName
{
border-color: #EF8FAC;
}
.TagClassName
{
border-color: #EF8FAC;
}
</style>