Shades of Mauvelous #E697A5
Tints of Mauvelous #E697A5
RGB
CMYK
RGB Variations
Color information
#E697A5 (or 0xE697A5) is known color: Mauvelous. HEX triplet: E6, 97 and A5. RGB value is (230,151,165). Sum of RGB (Red+Green+Blue) = 230+151+165=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E697A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E697A5 is #19685A. Grayscale: #B0B0B0. Windows color (decimal): -1665115 or 10852326. OLE color: 10852326.
HSL color Cylindrical-coordinate representation of color #E697A5: hue angle of 349.37º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E697A5 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 165 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.10 |
| HSL | 349.37º | 0.61% | 0.75% | - |
| HSV(B) | 349.37º | 0.34% | 0.9% | - |
| XYZ | 50.49 | 41.67 | 40.98 | - |
| YUV | 176.22 | 121.67 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 165 | 0 | 0.34 | 0.28 | 0.10 | 349.37 | 0.61 | 0.75 |
| Hex | E6 | 97 | A5 | 0 | 22 | 1C | A | 15D | 3D | 4B |
| Octal | 346 | 227 | 245 | 0 | 42 | 34 | 12 | 535 | 75 | 113 |
| Binary | 11100110 | 10010111 | 10100101 | 0 | 100010 | 11100 | 1010 | 101011101 | 111101 | 1001011 |
Color Harmonies of #E697A5
Complementary color
Monochromatic Colors of #E697A5
Black with #E697A5
Text Example
Text Example
White with #E697A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697A5; }
p { color: rgb(230,151,165); }
H1.HeaderClassName
{
color: #E697A5;
}
.AnyTagClassName
{
color: #E697A5;
}
</style>
background-color css
<style>
a { background-color: #E697A5; }
a { background-color: rgb(230,151,165); }
div.DivClassName
{
background-color: #E697A5;
}
.BgClassName
{
background-color: #E697A5;
}
</style>
border-color css
<style>
span { border-color: #E697A5; }
span { border-color: rgb(230,151,165); }
td.TdClassName
{
border-color: #E697A5;
}
.TagClassName
{
border-color: #E697A5;
}
</style>