Shades of Mauvelous #EF90A1
Tints of Mauvelous #EF90A1
RGB
CMYK
RGB Variations
Color information
#EF90A1 (or 0xEF90A1) is known color: Mauvelous. HEX triplet: EF, 90 and A1. RGB value is (239,144,161). Sum of RGB (Red+Green+Blue) = 239+144+161=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF90A1 is #106F5E. Grayscale: #AEAEAE. Windows color (decimal): -1077087 or 10588399. OLE color: 10588399.
HSL color Cylindrical-coordinate representation of color #EF90A1: hue angle of 349.26º 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 #EF90A1 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 161 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.06 |
| HSL | 349.26º | 0.75% | 0.75% | - |
| HSV(B) | 349.26º | 0.4% | 0.94% | - |
| XYZ | 52 | 40.87 | 38.87 | - |
| YUV | 174.34 | 120.47 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 161 | 0 | 0.40 | 0.33 | 0.06 | 349.26 | 0.75 | 0.75 |
| Hex | EF | 90 | A1 | 0 | 28 | 21 | 6 | 15D | 4B | 4B |
| Octal | 357 | 220 | 241 | 0 | 50 | 41 | 6 | 535 | 113 | 113 |
| Binary | 11101111 | 10010000 | 10100001 | 0 | 101000 | 100001 | 110 | 101011101 | 1001011 | 1001011 |
Color Harmonies of #EF90A1
Complementary color
Monochromatic Colors of #EF90A1
Black with #EF90A1
Text Example
Text Example
White with #EF90A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90A1; }
p { color: rgb(239,144,161); }
H1.HeaderClassName
{
color: #EF90A1;
}
.AnyTagClassName
{
color: #EF90A1;
}
</style>
background-color css
<style>
a { background-color: #EF90A1; }
a { background-color: rgb(239,144,161); }
div.DivClassName
{
background-color: #EF90A1;
}
.BgClassName
{
background-color: #EF90A1;
}
</style>
border-color css
<style>
span { border-color: #EF90A1; }
span { border-color: rgb(239,144,161); }
td.TdClassName
{
border-color: #EF90A1;
}
.TagClassName
{
border-color: #EF90A1;
}
</style>