Shades of Mauvelous #EF94A3
Tints of Mauvelous #EF94A3
RGB
CMYK
RGB Variations
Color information
#EF94A3 (or 0xEF94A3) is known color: Mauvelous. HEX triplet: EF, 94 and A3. RGB value is (239,148,163). Sum of RGB (Red+Green+Blue) = 239+148+163=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF94A3 is #106B5C. Grayscale: #B0B0B0. Windows color (decimal): -1076061 or 10720495. OLE color: 10720495.
HSL color Cylindrical-coordinate representation of color #EF94A3: hue angle of 350.11º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF94A3 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 163 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.06 |
| HSL | 350.11º | 0.74% | 0.76% | - |
| HSV(B) | 350.11º | 0.38% | 0.94% | - |
| XYZ | 52.8 | 42.17 | 40.01 | - |
| YUV | 176.92 | 120.15 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 163 | 0 | 0.38 | 0.32 | 0.06 | 350.11 | 0.74 | 0.76 |
| Hex | EF | 94 | A3 | 0 | 26 | 20 | 6 | 15E | 4A | 4C |
| Octal | 357 | 224 | 243 | 0 | 46 | 40 | 6 | 536 | 112 | 114 |
| Binary | 11101111 | 10010100 | 10100011 | 0 | 100110 | 100000 | 110 | 101011110 | 1001010 | 1001100 |
Color Harmonies of #EF94A3
Complementary color
Monochromatic Colors of #EF94A3
Black with #EF94A3
Text Example
Text Example
White with #EF94A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF94A3; }
p { color: rgb(239,148,163); }
H1.HeaderClassName
{
color: #EF94A3;
}
.AnyTagClassName
{
color: #EF94A3;
}
</style>
background-color css
<style>
a { background-color: #EF94A3; }
a { background-color: rgb(239,148,163); }
div.DivClassName
{
background-color: #EF94A3;
}
.BgClassName
{
background-color: #EF94A3;
}
</style>
border-color css
<style>
span { border-color: #EF94A3; }
span { border-color: rgb(239,148,163); }
td.TdClassName
{
border-color: #EF94A3;
}
.TagClassName
{
border-color: #EF94A3;
}
</style>