Shades of Mauvelous #EF96AA
Tints of Mauvelous #EF96AA
RGB
CMYK
RGB Variations
Color information
#EF96AA (or 0xEF96AA) is known color: Mauvelous. HEX triplet: EF, 96 and AA. RGB value is (239,150,170). Sum of RGB (Red+Green+Blue) = 239+150+170=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF96AA is #106955. Grayscale: #B2B2B2. Windows color (decimal): -1075542 or 11179759. OLE color: 11179759.
HSL color Cylindrical-coordinate representation of color #EF96AA: hue angle of 346.52º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF96AA is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 170 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.06 |
| HSL | 346.52º | 0.74% | 0.76% | - |
| HSV(B) | 346.52º | 0.37% | 0.94% | - |
| XYZ | 53.76 | 43.07 | 43.51 | - |
| YUV | 178.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 170 | 0 | 0.37 | 0.29 | 0.06 | 346.52 | 0.74 | 0.76 |
| Hex | EF | 96 | AA | 0 | 25 | 1D | 6 | 15B | 4A | 4C |
| Octal | 357 | 226 | 252 | 0 | 45 | 35 | 6 | 533 | 112 | 114 |
| Binary | 11101111 | 10010110 | 10101010 | 0 | 100101 | 11101 | 110 | 101011011 | 1001010 | 1001100 |
Color Harmonies of #EF96AA
Complementary color
Monochromatic Colors of #EF96AA
Black with #EF96AA
Text Example
Text Example
White with #EF96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96AA; }
p { color: rgb(239,150,170); }
H1.HeaderClassName
{
color: #EF96AA;
}
.AnyTagClassName
{
color: #EF96AA;
}
</style>
background-color css
<style>
a { background-color: #EF96AA; }
a { background-color: rgb(239,150,170); }
div.DivClassName
{
background-color: #EF96AA;
}
.BgClassName
{
background-color: #EF96AA;
}
</style>
border-color css
<style>
span { border-color: #EF96AA; }
span { border-color: rgb(239,150,170); }
td.TdClassName
{
border-color: #EF96AA;
}
.TagClassName
{
border-color: #EF96AA;
}
</style>