Shades of Mauvelous #EF8DA8
Tints of Mauvelous #EF8DA8
RGB
CMYK
RGB Variations
Color information
#EF8DA8 (or 0xEF8DA8) is known color: Mauvelous. HEX triplet: EF, 8D and A8. RGB value is (239,141,168). Sum of RGB (Red+Green+Blue) = 239+141+168=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8DA8 is #107257. Grayscale: #ADADAD. Windows color (decimal): -1077848 or 11046383. OLE color: 11046383.
HSL color Cylindrical-coordinate representation of color #EF8DA8: hue angle of 343.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8DA8 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 168 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.06 |
| HSL | 343.47º | 0.75% | 0.75% | - |
| HSV(B) | 343.47º | 0.41% | 0.94% | - |
| XYZ | 52.19 | 40.23 | 42.06 | - |
| YUV | 173.38 | 124.97 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 168 | 0 | 0.41 | 0.30 | 0.06 | 343.47 | 0.75 | 0.75 |
| Hex | EF | 8D | A8 | 0 | 29 | 1E | 6 | 157 | 4B | 4B |
| Octal | 357 | 215 | 250 | 0 | 51 | 36 | 6 | 527 | 113 | 113 |
| Binary | 11101111 | 10001101 | 10101000 | 0 | 101001 | 11110 | 110 | 101010111 | 1001011 | 1001011 |
Color Harmonies of #EF8DA8
Complementary color
Monochromatic Colors of #EF8DA8
Black with #EF8DA8
Text Example
Text Example
White with #EF8DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DA8; }
p { color: rgb(239,141,168); }
H1.HeaderClassName
{
color: #EF8DA8;
}
.AnyTagClassName
{
color: #EF8DA8;
}
</style>
background-color css
<style>
a { background-color: #EF8DA8; }
a { background-color: rgb(239,141,168); }
div.DivClassName
{
background-color: #EF8DA8;
}
.BgClassName
{
background-color: #EF8DA8;
}
</style>
border-color css
<style>
span { border-color: #EF8DA8; }
span { border-color: rgb(239,141,168); }
td.TdClassName
{
border-color: #EF8DA8;
}
.TagClassName
{
border-color: #EF8DA8;
}
</style>