Shades of Mauvelous #E696A6
Tints of Mauvelous #E696A6
RGB
CMYK
RGB Variations
Color information
#E696A6 (or 0xE696A6) is known color: Mauvelous. HEX triplet: E6, 96 and A6. RGB value is (230,150,166). Sum of RGB (Red+Green+Blue) = 230+150+166=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E696A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E696A6 is #196959. Grayscale: #AFAFAF. Windows color (decimal): -1665370 or 10917606. OLE color: 10917606.
HSL color Cylindrical-coordinate representation of color #E696A6: hue angle of 348º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E696A6 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 166 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.10 |
| HSL | 348º | 0.62% | 0.75% | - |
| HSV(B) | 348º | 0.35% | 0.9% | - |
| XYZ | 50.42 | 41.39 | 41.41 | - |
| YUV | 175.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 166 | 0 | 0.35 | 0.28 | 0.10 | 348 | 0.62 | 0.75 |
| Hex | E6 | 96 | A6 | 0 | 23 | 1C | A | 15C | 3E | 4B |
| Octal | 346 | 226 | 246 | 0 | 43 | 34 | 12 | 534 | 76 | 113 |
| Binary | 11100110 | 10010110 | 10100110 | 0 | 100011 | 11100 | 1010 | 101011100 | 111110 | 1001011 |
Color Harmonies of #E696A6
Complementary color
Monochromatic Colors of #E696A6
Black with #E696A6
Text Example
Text Example
White with #E696A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E696A6; }
p { color: rgb(230,150,166); }
H1.HeaderClassName
{
color: #E696A6;
}
.AnyTagClassName
{
color: #E696A6;
}
</style>
background-color css
<style>
a { background-color: #E696A6; }
a { background-color: rgb(230,150,166); }
div.DivClassName
{
background-color: #E696A6;
}
.BgClassName
{
background-color: #E696A6;
}
</style>
border-color css
<style>
span { border-color: #E696A6; }
span { border-color: rgb(230,150,166); }
td.TdClassName
{
border-color: #E696A6;
}
.TagClassName
{
border-color: #E696A6;
}
</style>