Shades of Mauvelous #E69DA6
Tints of Mauvelous #E69DA6
RGB
CMYK
RGB Variations
Color information
#E69DA6 (or 0xE69DA6) is known color: Mauvelous. HEX triplet: E6, 9D and A6. RGB value is (230,157,166). Sum of RGB (Red+Green+Blue) = 230+157+166=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69DA6 is #196259. Grayscale: #B3B3B3. Windows color (decimal): -1663578 or 10919398. OLE color: 10919398.
HSL color Cylindrical-coordinate representation of color #E69DA6: hue angle of 352.6º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69DA6 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 166 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.10 |
| HSL | 352.6º | 0.59% | 0.76% | - |
| HSV(B) | 352.6º | 0.32% | 0.9% | - |
| XYZ | 51.57 | 43.69 | 41.79 | - |
| YUV | 179.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 166 | 0 | 0.32 | 0.28 | 0.10 | 352.6 | 0.59 | 0.76 |
| Hex | E6 | 9D | A6 | 0 | 20 | 1C | A | 161 | 3B | 4C |
| Octal | 346 | 235 | 246 | 0 | 40 | 34 | 12 | 541 | 73 | 114 |
| Binary | 11100110 | 10011101 | 10100110 | 0 | 100000 | 11100 | 1010 | 101100001 | 111011 | 1001100 |
Color Harmonies of #E69DA6
Complementary color
Monochromatic Colors of #E69DA6
Black with #E69DA6
Text Example
Text Example
White with #E69DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69DA6; }
p { color: rgb(230,157,166); }
H1.HeaderClassName
{
color: #E69DA6;
}
.AnyTagClassName
{
color: #E69DA6;
}
</style>
background-color css
<style>
a { background-color: #E69DA6; }
a { background-color: rgb(230,157,166); }
div.DivClassName
{
background-color: #E69DA6;
}
.BgClassName
{
background-color: #E69DA6;
}
</style>
border-color css
<style>
span { border-color: #E69DA6; }
span { border-color: rgb(230,157,166); }
td.TdClassName
{
border-color: #E69DA6;
}
.TagClassName
{
border-color: #E69DA6;
}
</style>