Shades of Mauvelous #EF88A9
Tints of Mauvelous #EF88A9
RGB
CMYK
RGB Variations
Color information
#EF88A9 (or 0xEF88A9) is known color: Mauvelous. HEX triplet: EF, 88 and A9. RGB value is (239,136,169). Sum of RGB (Red+Green+Blue) = 239+136+169=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF88A9 is #107756. Grayscale: #AAAAAA. Windows color (decimal): -1079127 or 11110639. OLE color: 11110639.
HSL color Cylindrical-coordinate representation of color #EF88A9: hue angle of 340.78º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF88A9 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 169 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.06 |
| HSL | 340.78º | 0.76% | 0.74% | - |
| HSV(B) | 340.78º | 0.43% | 0.94% | - |
| XYZ | 51.56 | 38.82 | 42.31 | - |
| YUV | 170.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 169 | 0 | 0.43 | 0.29 | 0.06 | 340.78 | 0.76 | 0.74 |
| Hex | EF | 88 | A9 | 0 | 2B | 1D | 6 | 155 | 4C | 4A |
| Octal | 357 | 210 | 251 | 0 | 53 | 35 | 6 | 525 | 114 | 112 |
| Binary | 11101111 | 10001000 | 10101001 | 0 | 101011 | 11101 | 110 | 101010101 | 1001100 | 1001010 |
Color Harmonies of #EF88A9
Complementary color
Monochromatic Colors of #EF88A9
Black with #EF88A9
Text Example
Text Example
White with #EF88A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF88A9; }
p { color: rgb(239,136,169); }
H1.HeaderClassName
{
color: #EF88A9;
}
.AnyTagClassName
{
color: #EF88A9;
}
</style>
background-color css
<style>
a { background-color: #EF88A9; }
a { background-color: rgb(239,136,169); }
div.DivClassName
{
background-color: #EF88A9;
}
.BgClassName
{
background-color: #EF88A9;
}
</style>
border-color css
<style>
span { border-color: #EF88A9; }
span { border-color: rgb(239,136,169); }
td.TdClassName
{
border-color: #EF88A9;
}
.TagClassName
{
border-color: #EF88A9;
}
</style>