Shades of Mauvelous #E690A1
Tints of Mauvelous #E690A1
RGB
CMYK
RGB Variations
Color information
#E690A1 (or 0xE690A1) is known color: Mauvelous. HEX triplet: E6, 90 and A1. RGB value is (230,144,161). Sum of RGB (Red+Green+Blue) = 230+144+161=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E690A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E690A1 is #196F5E. Grayscale: #ABABAB. Windows color (decimal): -1666911 or 10588390. OLE color: 10588390.
HSL color Cylindrical-coordinate representation of color #E690A1: hue angle of 348.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E690A1 is Cyan = 0, Magento = 0.37, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 161 | - |
| CMYK | 0 | 0.37 | 0.3 | 0.10 |
| HSL | 348.14º | 0.63% | 0.73% | - |
| HSV(B) | 348.14º | 0.37% | 0.9% | - |
| XYZ | 49.04 | 39.34 | 38.73 | - |
| YUV | 171.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 161 | 0 | 0.37 | 0.3 | 0.10 | 348.14 | 0.63 | 0.73 |
| Hex | E6 | 90 | A1 | 0 | 25 | 1E | A | 15C | 3F | 49 |
| Octal | 346 | 220 | 241 | 0 | 45 | 36 | 12 | 534 | 77 | 111 |
| Binary | 11100110 | 10010000 | 10100001 | 0 | 100101 | 11110 | 1010 | 101011100 | 111111 | 1001001 |
Color Harmonies of #E690A1
Complementary color
Monochromatic Colors of #E690A1
Black with #E690A1
Text Example
Text Example
White with #E690A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E690A1; }
p { color: rgb(230,144,161); }
H1.HeaderClassName
{
color: #E690A1;
}
.AnyTagClassName
{
color: #E690A1;
}
</style>
background-color css
<style>
a { background-color: #E690A1; }
a { background-color: rgb(230,144,161); }
div.DivClassName
{
background-color: #E690A1;
}
.BgClassName
{
background-color: #E690A1;
}
</style>
border-color css
<style>
span { border-color: #E690A1; }
span { border-color: rgb(230,144,161); }
td.TdClassName
{
border-color: #E690A1;
}
.TagClassName
{
border-color: #E690A1;
}
</style>