Shades of Mauvelous #E68BA0
Tints of Mauvelous #E68BA0
RGB
CMYK
RGB Variations
Color information
#E68BA0 (or 0xE68BA0) is known color: Mauvelous. HEX triplet: E6, 8B and A0. RGB value is (230,139,160). Sum of RGB (Red+Green+Blue) = 230+139+160=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68BA0 is #19745F. Grayscale: #A8A8A8. Windows color (decimal): -1668192 or 10521574. OLE color: 10521574.
HSL color Cylindrical-coordinate representation of color #E68BA0: hue angle of 346.15º 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 #E68BA0 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 160 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.10 |
| HSL | 346.15º | 0.65% | 0.72% | - |
| HSV(B) | 346.15º | 0.4% | 0.9% | - |
| XYZ | 48.21 | 37.83 | 38.02 | - |
| YUV | 168.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 160 | 0 | 0.40 | 0.30 | 0.10 | 346.15 | 0.65 | 0.72 |
| Hex | E6 | 8B | A0 | 0 | 28 | 1E | A | 15A | 41 | 48 |
| Octal | 346 | 213 | 240 | 0 | 50 | 36 | 12 | 532 | 101 | 110 |
| Binary | 11100110 | 10001011 | 10100000 | 0 | 101000 | 11110 | 1010 | 101011010 | 1000001 | 1001000 |
Color Harmonies of #E68BA0
Complementary color
Monochromatic Colors of #E68BA0
Black with #E68BA0
Text Example
Text Example
White with #E68BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BA0; }
p { color: rgb(230,139,160); }
H1.HeaderClassName
{
color: #E68BA0;
}
.AnyTagClassName
{
color: #E68BA0;
}
</style>
background-color css
<style>
a { background-color: #E68BA0; }
a { background-color: rgb(230,139,160); }
div.DivClassName
{
background-color: #E68BA0;
}
.BgClassName
{
background-color: #E68BA0;
}
</style>
border-color css
<style>
span { border-color: #E68BA0; }
span { border-color: rgb(230,139,160); }
td.TdClassName
{
border-color: #E68BA0;
}
.TagClassName
{
border-color: #E68BA0;
}
</style>