Shades of Mauvelous #EF9BA8
Tints of Mauvelous #EF9BA8
RGB
CMYK
RGB Variations
Color information
#EF9BA8 (or 0xEF9BA8) is known color: Mauvelous. HEX triplet: EF, 9B and A8. RGB value is (239,155,168). Sum of RGB (Red+Green+Blue) = 239+155+168=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9BA8 is #106457. Grayscale: #B5B5B5. Windows color (decimal): -1074264 or 11049967. OLE color: 11049967.
HSL color Cylindrical-coordinate representation of color #EF9BA8: hue angle of 350.71º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9BA8 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 168 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.06 |
| HSL | 350.71º | 0.72% | 0.77% | - |
| HSV(B) | 350.71º | 0.35% | 0.94% | - |
| XYZ | 54.39 | 44.62 | 42.79 | - |
| YUV | 181.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 168 | 0 | 0.35 | 0.30 | 0.06 | 350.71 | 0.72 | 0.77 |
| Hex | EF | 9B | A8 | 0 | 23 | 1E | 6 | 15F | 48 | 4D |
| Octal | 357 | 233 | 250 | 0 | 43 | 36 | 6 | 537 | 110 | 115 |
| Binary | 11101111 | 10011011 | 10101000 | 0 | 100011 | 11110 | 110 | 101011111 | 1001000 | 1001101 |
Color Harmonies of #EF9BA8
Complementary color
Monochromatic Colors of #EF9BA8
Black with #EF9BA8
Text Example
Text Example
White with #EF9BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9BA8; }
p { color: rgb(239,155,168); }
H1.HeaderClassName
{
color: #EF9BA8;
}
.AnyTagClassName
{
color: #EF9BA8;
}
</style>
background-color css
<style>
a { background-color: #EF9BA8; }
a { background-color: rgb(239,155,168); }
div.DivClassName
{
background-color: #EF9BA8;
}
.BgClassName
{
background-color: #EF9BA8;
}
</style>
border-color css
<style>
span { border-color: #EF9BA8; }
span { border-color: rgb(239,155,168); }
td.TdClassName
{
border-color: #EF9BA8;
}
.TagClassName
{
border-color: #EF9BA8;
}
</style>