Shades of Mauvelous #EF99A6
Tints of Mauvelous #EF99A6
RGB
CMYK
RGB Variations
Color information
#EF99A6 (or 0xEF99A6) is known color: Mauvelous. HEX triplet: EF, 99 and A6. RGB value is (239,153,166). Sum of RGB (Red+Green+Blue) = 239+153+166=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF99A6 is #106659. Grayscale: #B4B4B4. Windows color (decimal): -1074778 or 10918383. OLE color: 10918383.
HSL color Cylindrical-coordinate representation of color #EF99A6: hue angle of 350.93º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99A6 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 166 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.06 |
| HSL | 350.93º | 0.73% | 0.77% | - |
| HSV(B) | 350.93º | 0.36% | 0.94% | - |
| XYZ | 53.87 | 43.89 | 41.71 | - |
| YUV | 180.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 166 | 0 | 0.36 | 0.31 | 0.06 | 350.93 | 0.73 | 0.77 |
| Hex | EF | 99 | A6 | 0 | 24 | 1F | 6 | 15F | 49 | 4D |
| Octal | 357 | 231 | 246 | 0 | 44 | 37 | 6 | 537 | 111 | 115 |
| Binary | 11101111 | 10011001 | 10100110 | 0 | 100100 | 11111 | 110 | 101011111 | 1001001 | 1001101 |
Color Harmonies of #EF99A6
Complementary color
Monochromatic Colors of #EF99A6
Black with #EF99A6
Text Example
Text Example
White with #EF99A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99A6; }
p { color: rgb(239,153,166); }
H1.HeaderClassName
{
color: #EF99A6;
}
.AnyTagClassName
{
color: #EF99A6;
}
</style>
background-color css
<style>
a { background-color: #EF99A6; }
a { background-color: rgb(239,153,166); }
div.DivClassName
{
background-color: #EF99A6;
}
.BgClassName
{
background-color: #EF99A6;
}
</style>
border-color css
<style>
span { border-color: #EF99A6; }
span { border-color: rgb(239,153,166); }
td.TdClassName
{
border-color: #EF99A6;
}
.TagClassName
{
border-color: #EF99A6;
}
</style>