Shades of Mauvelous #EF90AB
Tints of Mauvelous #EF90AB
RGB
CMYK
RGB Variations
Color information
#EF90AB (or 0xEF90AB) is known color: Mauvelous. HEX triplet: EF, 90 and AB. RGB value is (239,144,171). Sum of RGB (Red+Green+Blue) = 239+144+171=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF90AB is #106F54. Grayscale: #AFAFAF. Windows color (decimal): -1077077 or 11243759. OLE color: 11243759.
HSL color Cylindrical-coordinate representation of color #EF90AB: hue angle of 342.95º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90AB is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 171 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.06 |
| HSL | 342.95º | 0.75% | 0.75% | - |
| HSV(B) | 342.95º | 0.4% | 0.94% | - |
| XYZ | 52.92 | 41.24 | 43.7 | - |
| YUV | 175.48 | 125.47 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 171 | 0 | 0.40 | 0.28 | 0.06 | 342.95 | 0.75 | 0.75 |
| Hex | EF | 90 | AB | 0 | 28 | 1C | 6 | 157 | 4B | 4B |
| Octal | 357 | 220 | 253 | 0 | 50 | 34 | 6 | 527 | 113 | 113 |
| Binary | 11101111 | 10010000 | 10101011 | 0 | 101000 | 11100 | 110 | 101010111 | 1001011 | 1001011 |
Color Harmonies of #EF90AB
Complementary color
Monochromatic Colors of #EF90AB
Black with #EF90AB
Text Example
Text Example
White with #EF90AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90AB; }
p { color: rgb(239,144,171); }
H1.HeaderClassName
{
color: #EF90AB;
}
.AnyTagClassName
{
color: #EF90AB;
}
</style>
background-color css
<style>
a { background-color: #EF90AB; }
a { background-color: rgb(239,144,171); }
div.DivClassName
{
background-color: #EF90AB;
}
.BgClassName
{
background-color: #EF90AB;
}
</style>
border-color css
<style>
span { border-color: #EF90AB; }
span { border-color: rgb(239,144,171); }
td.TdClassName
{
border-color: #EF90AB;
}
.TagClassName
{
border-color: #EF90AB;
}
</style>