Shades of Mauvelous #E689A1
Tints of Mauvelous #E689A1
RGB
CMYK
RGB Variations
Color information
#E689A1 (or 0xE689A1) is known color: Mauvelous. HEX triplet: E6, 89 and A1. RGB value is (230,137,161). Sum of RGB (Red+Green+Blue) = 230+137+161=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E689A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E689A1 is #19765E. Grayscale: #A7A7A7. Windows color (decimal): -1668703 or 10586598. OLE color: 10586598.
HSL color Cylindrical-coordinate representation of color #E689A1: hue angle of 344.52º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E689A1 is Cyan = 0, Magento = 0.40, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 161 | - |
| CMYK | 0 | 0.40 | 0.3 | 0.10 |
| HSL | 344.52º | 0.65% | 0.72% | - |
| HSV(B) | 344.52º | 0.4% | 0.9% | - |
| XYZ | 48.01 | 37.29 | 38.38 | - |
| YUV | 167.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 161 | 0 | 0.40 | 0.3 | 0.10 | 344.52 | 0.65 | 0.72 |
| Hex | E6 | 89 | A1 | 0 | 28 | 1E | A | 159 | 41 | 48 |
| Octal | 346 | 211 | 241 | 0 | 50 | 36 | 12 | 531 | 101 | 110 |
| Binary | 11100110 | 10001001 | 10100001 | 0 | 101000 | 11110 | 1010 | 101011001 | 1000001 | 1001000 |
Color Harmonies of #E689A1
Complementary color
Monochromatic Colors of #E689A1
Black with #E689A1
Text Example
Text Example
White with #E689A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E689A1; }
p { color: rgb(230,137,161); }
H1.HeaderClassName
{
color: #E689A1;
}
.AnyTagClassName
{
color: #E689A1;
}
</style>
background-color css
<style>
a { background-color: #E689A1; }
a { background-color: rgb(230,137,161); }
div.DivClassName
{
background-color: #E689A1;
}
.BgClassName
{
background-color: #E689A1;
}
</style>
border-color css
<style>
span { border-color: #E689A1; }
span { border-color: rgb(230,137,161); }
td.TdClassName
{
border-color: #E689A1;
}
.TagClassName
{
border-color: #E689A1;
}
</style>