Shades of Mauvelous #E994A3
Tints of Mauvelous #E994A3
RGB
CMYK
RGB Variations
Color information
#E994A3 (or 0xE994A3) is known color: Mauvelous. HEX triplet: E9, 94 and A3. RGB value is (233,148,163). Sum of RGB (Red+Green+Blue) = 233+148+163=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E994A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E994A3 is #166B5C. Grayscale: #AFAFAF. Windows color (decimal): -1469277 or 10720489. OLE color: 10720489.
HSL color Cylindrical-coordinate representation of color #E994A3: hue angle of 349.41º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E994A3 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 148 | 163 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.09 |
| HSL | 349.41º | 0.66% | 0.75% | - |
| HSV(B) | 349.41º | 0.36% | 0.91% | - |
| XYZ | 50.81 | 41.15 | 39.91 | - |
| YUV | 175.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 163 | 0 | 0.36 | 0.30 | 0.09 | 349.41 | 0.66 | 0.75 |
| Hex | E9 | 94 | A3 | 0 | 24 | 1E | 9 | 15D | 42 | 4B |
| Octal | 351 | 224 | 243 | 0 | 44 | 36 | 11 | 535 | 102 | 113 |
| Binary | 11101001 | 10010100 | 10100011 | 0 | 100100 | 11110 | 1001 | 101011101 | 1000010 | 1001011 |
Color Harmonies of #E994A3
Complementary color
Monochromatic Colors of #E994A3
Black with #E994A3
Text Example
Text Example
White with #E994A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E994A3; }
p { color: rgb(233,148,163); }
H1.HeaderClassName
{
color: #E994A3;
}
.AnyTagClassName
{
color: #E994A3;
}
</style>
background-color css
<style>
a { background-color: #E994A3; }
a { background-color: rgb(233,148,163); }
div.DivClassName
{
background-color: #E994A3;
}
.BgClassName
{
background-color: #E994A3;
}
</style>
border-color css
<style>
span { border-color: #E994A3; }
span { border-color: rgb(233,148,163); }
td.TdClassName
{
border-color: #E994A3;
}
.TagClassName
{
border-color: #E994A3;
}
</style>