Shades of Mauvelous #EF8AAB
Tints of Mauvelous #EF8AAB
RGB
CMYK
RGB Variations
Color information
#EF8AAB (or 0xEF8AAB) is known color: Mauvelous. HEX triplet: EF, 8A and AB. RGB value is (239,138,171). Sum of RGB (Red+Green+Blue) = 239+138+171=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8AAB is #107554. Grayscale: #ABABAB. Windows color (decimal): -1078613 or 11242223. OLE color: 11242223.
HSL color Cylindrical-coordinate representation of color #EF8AAB: hue angle of 340.4º 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 #EF8AAB is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 171 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.06 |
| HSL | 340.4º | 0.76% | 0.74% | - |
| HSV(B) | 340.4º | 0.42% | 0.94% | - |
| XYZ | 52.04 | 39.47 | 43.4 | - |
| YUV | 171.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 171 | 0 | 0.42 | 0.28 | 0.06 | 340.4 | 0.76 | 0.74 |
| Hex | EF | 8A | AB | 0 | 2A | 1C | 6 | 154 | 4C | 4A |
| Octal | 357 | 212 | 253 | 0 | 52 | 34 | 6 | 524 | 114 | 112 |
| Binary | 11101111 | 10001010 | 10101011 | 0 | 101010 | 11100 | 110 | 101010100 | 1001100 | 1001010 |
Color Harmonies of #EF8AAB
Complementary color
Monochromatic Colors of #EF8AAB
Black with #EF8AAB
Text Example
Text Example
White with #EF8AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8AAB; }
p { color: rgb(239,138,171); }
H1.HeaderClassName
{
color: #EF8AAB;
}
.AnyTagClassName
{
color: #EF8AAB;
}
</style>
background-color css
<style>
a { background-color: #EF8AAB; }
a { background-color: rgb(239,138,171); }
div.DivClassName
{
background-color: #EF8AAB;
}
.BgClassName
{
background-color: #EF8AAB;
}
</style>
border-color css
<style>
span { border-color: #EF8AAB; }
span { border-color: rgb(239,138,171); }
td.TdClassName
{
border-color: #EF8AAB;
}
.TagClassName
{
border-color: #EF8AAB;
}
</style>