Shades of Mauvelous #E699A7
Tints of Mauvelous #E699A7
RGB
CMYK
RGB Variations
Color information
#E699A7 (or 0xE699A7) is known color: Mauvelous. HEX triplet: E6, 99 and A7. RGB value is (230,153,167). Sum of RGB (Red+Green+Blue) = 230+153+167=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E699A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E699A7 is #196658. Grayscale: #B1B1B1. Windows color (decimal): -1664601 or 10983910. OLE color: 10983910.
HSL color Cylindrical-coordinate representation of color #E699A7: hue angle of 349.09º 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 #E699A7 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 167 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.10 |
| HSL | 349.09º | 0.61% | 0.75% | - |
| HSV(B) | 349.09º | 0.33% | 0.9% | - |
| XYZ | 51 | 42.4 | 42.05 | - |
| YUV | 177.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 167 | 0 | 0.33 | 0.27 | 0.10 | 349.09 | 0.61 | 0.75 |
| Hex | E6 | 99 | A7 | 0 | 21 | 1B | A | 15D | 3D | 4B |
| Octal | 346 | 231 | 247 | 0 | 41 | 33 | 12 | 535 | 75 | 113 |
| Binary | 11100110 | 10011001 | 10100111 | 0 | 100001 | 11011 | 1010 | 101011101 | 111101 | 1001011 |
Color Harmonies of #E699A7
Complementary color
Monochromatic Colors of #E699A7
Black with #E699A7
Text Example
Text Example
White with #E699A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699A7; }
p { color: rgb(230,153,167); }
H1.HeaderClassName
{
color: #E699A7;
}
.AnyTagClassName
{
color: #E699A7;
}
</style>
background-color css
<style>
a { background-color: #E699A7; }
a { background-color: rgb(230,153,167); }
div.DivClassName
{
background-color: #E699A7;
}
.BgClassName
{
background-color: #E699A7;
}
</style>
border-color css
<style>
span { border-color: #E699A7; }
span { border-color: rgb(230,153,167); }
td.TdClassName
{
border-color: #E699A7;
}
.TagClassName
{
border-color: #E699A7;
}
</style>