Shades of Mauvelous #E69BA7
Tints of Mauvelous #E69BA7
RGB
CMYK
RGB Variations
Color information
#E69BA7 (or 0xE69BA7) is known color: Mauvelous. HEX triplet: E6, 9B and A7. RGB value is (230,155,167). Sum of RGB (Red+Green+Blue) = 230+155+167=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 167 (65.62% from 255 or 30.25% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69BA7 is #196458. Grayscale: #B2B2B2. Windows color (decimal): -1664089 or 10984422. OLE color: 10984422.
HSL color Cylindrical-coordinate representation of color #E69BA7: hue angle of 350.4º degrees, saturation: 0.6, 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 #E69BA7 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 167 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.10 |
| HSL | 350.4º | 0.6% | 0.75% | - |
| HSV(B) | 350.4º | 0.33% | 0.9% | - |
| XYZ | 51.33 | 43.06 | 42.16 | - |
| YUV | 178.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 167 | 0 | 0.33 | 0.27 | 0.10 | 350.4 | 0.6 | 0.75 |
| Hex | E6 | 9B | A7 | 0 | 21 | 1B | A | 15E | 3C | 4B |
| Octal | 346 | 233 | 247 | 0 | 41 | 33 | 12 | 536 | 74 | 113 |
| Binary | 11100110 | 10011011 | 10100111 | 0 | 100001 | 11011 | 1010 | 101011110 | 111100 | 1001011 |
Color Harmonies of #E69BA7
Complementary color
Monochromatic Colors of #E69BA7
Black with #E69BA7
Text Example
Text Example
White with #E69BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BA7; }
p { color: rgb(230,155,167); }
H1.HeaderClassName
{
color: #E69BA7;
}
.AnyTagClassName
{
color: #E69BA7;
}
</style>
background-color css
<style>
a { background-color: #E69BA7; }
a { background-color: rgb(230,155,167); }
div.DivClassName
{
background-color: #E69BA7;
}
.BgClassName
{
background-color: #E69BA7;
}
</style>
border-color css
<style>
span { border-color: #E69BA7; }
span { border-color: rgb(230,155,167); }
td.TdClassName
{
border-color: #E69BA7;
}
.TagClassName
{
border-color: #E69BA7;
}
</style>