Shades of Mauvelous #EF98A6
Tints of Mauvelous #EF98A6
RGB
CMYK
RGB Variations
Color information
#EF98A6 (or 0xEF98A6) is known color: Mauvelous. HEX triplet: EF, 98 and A6. RGB value is (239,152,166). Sum of RGB (Red+Green+Blue) = 239+152+166=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF98A6 is #106759. Grayscale: #B3B3B3. Windows color (decimal): -1075034 or 10918127. OLE color: 10918127.
HSL color Cylindrical-coordinate representation of color #EF98A6: hue angle of 350.34º 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 #EF98A6 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 152 | 166 | - |
CMYK | 0 | 0.36 | 0.31 | 0.06 |
HSL | 350.34º | 0.73% | 0.77% | - |
HSV(B) | 350.34º | 0.36% | 0.94% | - |
XYZ | 53.71 | 43.56 | 41.65 | - |
YUV | 179.61 | 120.32 | 170.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 152 | 166 | 0 | 0.36 | 0.31 | 0.06 | 350.34 | 0.73 | 0.77 |
Hex | EF | 98 | A6 | 0 | 24 | 1F | 6 | 15E | 49 | 4D |
Octal | 357 | 230 | 246 | 0 | 44 | 37 | 6 | 536 | 111 | 115 |
Binary | 11101111 | 10011000 | 10100110 | 0 | 100100 | 11111 | 110 | 101011110 | 1001001 | 1001101 |
Color Harmonies of #EF98A6
Complementary color
Monochromatic Colors of #EF98A6
Black with #EF98A6
Text Example
Text Example
White with #EF98A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98A6; }
p { color: rgb(239,152,166); }
H1.HeaderClassName
{
color: #EF98A6;
}
.AnyTagClassName
{
color: #EF98A6;
}
</style>
background-color css
<style>
a { background-color: #EF98A6; }
a { background-color: rgb(239,152,166); }
div.DivClassName
{
background-color: #EF98A6;
}
.BgClassName
{
background-color: #EF98A6;
}
</style>
border-color css
<style>
span { border-color: #EF98A6; }
span { border-color: rgb(239,152,166); }
td.TdClassName
{
border-color: #EF98A6;
}
.TagClassName
{
border-color: #EF98A6;
}
</style>