Shades of Mauvelous #E996A5
Tints of Mauvelous #E996A5
RGB
CMYK
RGB Variations
Color information
#E996A5 (or 0xE996A5) is known color: Mauvelous. HEX triplet: E9, 96 and A5. RGB value is (233,150,165). Sum of RGB (Red+Green+Blue) = 233+150+165=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E996A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E996A5 is #16695A. Grayscale: #B0B0B0. Windows color (decimal): -1468763 or 10852073. OLE color: 10852073.
HSL color Cylindrical-coordinate representation of color #E996A5: hue angle of 349.16º degrees, saturation: 0.65, 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 #E996A5 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 165 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.09 |
| HSL | 349.16º | 0.65% | 0.75% | - |
| HSV(B) | 349.16º | 0.36% | 0.91% | - |
| XYZ | 51.3 | 41.85 | 40.97 | - |
| YUV | 176.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 165 | 0 | 0.36 | 0.29 | 0.09 | 349.16 | 0.65 | 0.75 |
| Hex | E9 | 96 | A5 | 0 | 24 | 1D | 9 | 15D | 41 | 4B |
| Octal | 351 | 226 | 245 | 0 | 44 | 35 | 11 | 535 | 101 | 113 |
| Binary | 11101001 | 10010110 | 10100101 | 0 | 100100 | 11101 | 1001 | 101011101 | 1000001 | 1001011 |
Color Harmonies of #E996A5
Complementary color
Monochromatic Colors of #E996A5
Black with #E996A5
Text Example
Text Example
White with #E996A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996A5; }
p { color: rgb(233,150,165); }
H1.HeaderClassName
{
color: #E996A5;
}
.AnyTagClassName
{
color: #E996A5;
}
</style>
background-color css
<style>
a { background-color: #E996A5; }
a { background-color: rgb(233,150,165); }
div.DivClassName
{
background-color: #E996A5;
}
.BgClassName
{
background-color: #E996A5;
}
</style>
border-color css
<style>
span { border-color: #E996A5; }
span { border-color: rgb(233,150,165); }
td.TdClassName
{
border-color: #E996A5;
}
.TagClassName
{
border-color: #E996A5;
}
</style>