Shades of Mauvelous #EF8BA8
Tints of Mauvelous #EF8BA8
RGB
CMYK
RGB Variations
Color information
#EF8BA8 (or 0xEF8BA8) is known color: Mauvelous. HEX triplet: EF, 8B and A8. RGB value is (239,139,168). Sum of RGB (Red+Green+Blue) = 239+139+168=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8BA8 is #107457. Grayscale: #ACACAC. Windows color (decimal): -1078360 or 11045871. OLE color: 11045871.
HSL color Cylindrical-coordinate representation of color #EF8BA8: hue angle of 342.6º 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 #EF8BA8 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 168 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.06 |
| HSL | 342.6º | 0.76% | 0.74% | - |
| HSV(B) | 342.6º | 0.42% | 0.94% | - |
| XYZ | 51.9 | 39.64 | 41.96 | - |
| YUV | 172.21 | 125.63 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 168 | 0 | 0.42 | 0.30 | 0.06 | 342.6 | 0.76 | 0.74 |
| Hex | EF | 8B | A8 | 0 | 2A | 1E | 6 | 157 | 4C | 4A |
| Octal | 357 | 213 | 250 | 0 | 52 | 36 | 6 | 527 | 114 | 112 |
| Binary | 11101111 | 10001011 | 10101000 | 0 | 101010 | 11110 | 110 | 101010111 | 1001100 | 1001010 |
Color Harmonies of #EF8BA8
Complementary color
Monochromatic Colors of #EF8BA8
Black with #EF8BA8
Text Example
Text Example
White with #EF8BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BA8; }
p { color: rgb(239,139,168); }
H1.HeaderClassName
{
color: #EF8BA8;
}
.AnyTagClassName
{
color: #EF8BA8;
}
</style>
background-color css
<style>
a { background-color: #EF8BA8; }
a { background-color: rgb(239,139,168); }
div.DivClassName
{
background-color: #EF8BA8;
}
.BgClassName
{
background-color: #EF8BA8;
}
</style>
border-color css
<style>
span { border-color: #EF8BA8; }
span { border-color: rgb(239,139,168); }
td.TdClassName
{
border-color: #EF8BA8;
}
.TagClassName
{
border-color: #EF8BA8;
}
</style>