Shades of Mauvelous #E699A5
Tints of Mauvelous #E699A5
RGB
CMYK
RGB Variations
Color information
#E699A5 (or 0xE699A5) is known color: Mauvelous. HEX triplet: E6, 99 and A5. RGB value is (230,153,165). Sum of RGB (Red+Green+Blue) = 230+153+165=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E699A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E699A5 is #19665A. Grayscale: #B1B1B1. Windows color (decimal): -1664603 or 10852838. OLE color: 10852838.
HSL color Cylindrical-coordinate representation of color #E699A5: hue angle of 350.65º 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 #E699A5 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 165 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.10 |
| HSL | 350.65º | 0.61% | 0.75% | - |
| HSV(B) | 350.65º | 0.33% | 0.9% | - |
| XYZ | 50.82 | 42.32 | 41.09 | - |
| YUV | 177.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 165 | 0 | 0.33 | 0.28 | 0.10 | 350.65 | 0.61 | 0.75 |
| Hex | E6 | 99 | A5 | 0 | 21 | 1C | A | 15F | 3D | 4B |
| Octal | 346 | 231 | 245 | 0 | 41 | 34 | 12 | 537 | 75 | 113 |
| Binary | 11100110 | 10011001 | 10100101 | 0 | 100001 | 11100 | 1010 | 101011111 | 111101 | 1001011 |
Color Harmonies of #E699A5
Complementary color
Monochromatic Colors of #E699A5
Black with #E699A5
Text Example
Text Example
White with #E699A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699A5; }
p { color: rgb(230,153,165); }
H1.HeaderClassName
{
color: #E699A5;
}
.AnyTagClassName
{
color: #E699A5;
}
</style>
background-color css
<style>
a { background-color: #E699A5; }
a { background-color: rgb(230,153,165); }
div.DivClassName
{
background-color: #E699A5;
}
.BgClassName
{
background-color: #E699A5;
}
</style>
border-color css
<style>
span { border-color: #E699A5; }
span { border-color: rgb(230,153,165); }
td.TdClassName
{
border-color: #E699A5;
}
.TagClassName
{
border-color: #E699A5;
}
</style>