Shades of Mauvelous #EF8AA1
Tints of Mauvelous #EF8AA1
RGB
CMYK
RGB Variations
Color information
#EF8AA1 (or 0xEF8AA1) is known color: Mauvelous. HEX triplet: EF, 8A and A1. RGB value is (239,138,161). Sum of RGB (Red+Green+Blue) = 239+138+161=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8AA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8AA1 is #10755E. Grayscale: #AAAAAA. Windows color (decimal): -1078623 or 10586863. OLE color: 10586863.
HSL color Cylindrical-coordinate representation of color #EF8AA1: hue angle of 346.34º 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 #EF8AA1 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 161 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.06 |
| HSL | 346.34º | 0.76% | 0.74% | - |
| HSV(B) | 346.34º | 0.42% | 0.94% | - |
| XYZ | 51.12 | 39.1 | 38.57 | - |
| YUV | 170.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 161 | 0 | 0.42 | 0.33 | 0.06 | 346.34 | 0.76 | 0.74 |
| Hex | EF | 8A | A1 | 0 | 2A | 21 | 6 | 15A | 4C | 4A |
| Octal | 357 | 212 | 241 | 0 | 52 | 41 | 6 | 532 | 114 | 112 |
| Binary | 11101111 | 10001010 | 10100001 | 0 | 101010 | 100001 | 110 | 101011010 | 1001100 | 1001010 |
Color Harmonies of #EF8AA1
Complementary color
Monochromatic Colors of #EF8AA1
Black with #EF8AA1
Text Example
Text Example
White with #EF8AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8AA1; }
p { color: rgb(239,138,161); }
H1.HeaderClassName
{
color: #EF8AA1;
}
.AnyTagClassName
{
color: #EF8AA1;
}
</style>
background-color css
<style>
a { background-color: #EF8AA1; }
a { background-color: rgb(239,138,161); }
div.DivClassName
{
background-color: #EF8AA1;
}
.BgClassName
{
background-color: #EF8AA1;
}
</style>
border-color css
<style>
span { border-color: #EF8AA1; }
span { border-color: rgb(239,138,161); }
td.TdClassName
{
border-color: #EF8AA1;
}
.TagClassName
{
border-color: #EF8AA1;
}
</style>