Shades of Mauvelous #EF96A8
Tints of Mauvelous #EF96A8
RGB
CMYK
RGB Variations
Color information
#EF96A8 (or 0xEF96A8) is known color: Mauvelous. HEX triplet: EF, 96 and A8. RGB value is (239,150,168). Sum of RGB (Red+Green+Blue) = 239+150+168=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF96A8 is #106957. Grayscale: #B2B2B2. Windows color (decimal): -1075544 or 11048687. OLE color: 11048687.
HSL color Cylindrical-coordinate representation of color #EF96A8: hue angle of 347.87º 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 #EF96A8 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 168 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.06 |
| HSL | 347.87º | 0.74% | 0.76% | - |
| HSV(B) | 347.87º | 0.37% | 0.94% | - |
| XYZ | 53.57 | 42.99 | 42.52 | - |
| YUV | 178.66 | 121.99 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 168 | 0 | 0.37 | 0.30 | 0.06 | 347.87 | 0.74 | 0.76 |
| Hex | EF | 96 | A8 | 0 | 25 | 1E | 6 | 15C | 4A | 4C |
| Octal | 357 | 226 | 250 | 0 | 45 | 36 | 6 | 534 | 112 | 114 |
| Binary | 11101111 | 10010110 | 10101000 | 0 | 100101 | 11110 | 110 | 101011100 | 1001010 | 1001100 |
Color Harmonies of #EF96A8
Complementary color
Monochromatic Colors of #EF96A8
Black with #EF96A8
Text Example
Text Example
White with #EF96A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96A8; }
p { color: rgb(239,150,168); }
H1.HeaderClassName
{
color: #EF96A8;
}
.AnyTagClassName
{
color: #EF96A8;
}
</style>
background-color css
<style>
a { background-color: #EF96A8; }
a { background-color: rgb(239,150,168); }
div.DivClassName
{
background-color: #EF96A8;
}
.BgClassName
{
background-color: #EF96A8;
}
</style>
border-color css
<style>
span { border-color: #EF96A8; }
span { border-color: rgb(239,150,168); }
td.TdClassName
{
border-color: #EF96A8;
}
.TagClassName
{
border-color: #EF96A8;
}
</style>