Shades of Mauvelous #E699A6
Tints of Mauvelous #E699A6
RGB
CMYK
RGB Variations
Color information
#E699A6 (or 0xE699A6) is known color: Mauvelous. HEX triplet: E6, 99 and A6. RGB value is (230,153,166). Sum of RGB (Red+Green+Blue) = 230+153+166=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E699A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E699A6 is #196659. Grayscale: #B1B1B1. Windows color (decimal): -1664602 or 10918374. OLE color: 10918374.
HSL color Cylindrical-coordinate representation of color #E699A6: hue angle of 349.87º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E699A6 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 166 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.10 |
| HSL | 349.87º | 0.61% | 0.75% | - |
| HSV(B) | 349.87º | 0.33% | 0.9% | - |
| XYZ | 50.91 | 42.36 | 41.57 | - |
| YUV | 177.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 166 | 0 | 0.33 | 0.28 | 0.10 | 349.87 | 0.61 | 0.75 |
| Hex | E6 | 99 | A6 | 0 | 21 | 1C | A | 15E | 3D | 4B |
| Octal | 346 | 231 | 246 | 0 | 41 | 34 | 12 | 536 | 75 | 113 |
| Binary | 11100110 | 10011001 | 10100110 | 0 | 100001 | 11100 | 1010 | 101011110 | 111101 | 1001011 |
Color Harmonies of #E699A6
Complementary color
Monochromatic Colors of #E699A6
Black with #E699A6
Text Example
Text Example
White with #E699A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699A6; }
p { color: rgb(230,153,166); }
H1.HeaderClassName
{
color: #E699A6;
}
.AnyTagClassName
{
color: #E699A6;
}
</style>
background-color css
<style>
a { background-color: #E699A6; }
a { background-color: rgb(230,153,166); }
div.DivClassName
{
background-color: #E699A6;
}
.BgClassName
{
background-color: #E699A6;
}
</style>
border-color css
<style>
span { border-color: #E699A6; }
span { border-color: rgb(230,153,166); }
td.TdClassName
{
border-color: #E699A6;
}
.TagClassName
{
border-color: #E699A6;
}
</style>