Shades of Mauvelous #E68BA3
Tints of Mauvelous #E68BA3
RGB
CMYK
RGB Variations
Color information
#E68BA3 (or 0xE68BA3) is known color: Mauvelous. HEX triplet: E6, 8B and A3. RGB value is (230,139,163). Sum of RGB (Red+Green+Blue) = 230+139+163=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68BA3 is #19745C. Grayscale: #A8A8A8. Windows color (decimal): -1668189 or 10718182. OLE color: 10718182.
HSL color Cylindrical-coordinate representation of color #E68BA3: hue angle of 344.18º 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 #E68BA3 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 163 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.10 |
| HSL | 344.18º | 0.65% | 0.72% | - |
| HSV(B) | 344.18º | 0.4% | 0.9% | - |
| XYZ | 48.48 | 37.93 | 39.42 | - |
| YUV | 168.95 | 124.65 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 163 | 0 | 0.40 | 0.29 | 0.10 | 344.18 | 0.65 | 0.72 |
| Hex | E6 | 8B | A3 | 0 | 28 | 1D | A | 158 | 41 | 48 |
| Octal | 346 | 213 | 243 | 0 | 50 | 35 | 12 | 530 | 101 | 110 |
| Binary | 11100110 | 10001011 | 10100011 | 0 | 101000 | 11101 | 1010 | 101011000 | 1000001 | 1001000 |
Color Harmonies of #E68BA3
Complementary color
Monochromatic Colors of #E68BA3
Black with #E68BA3
Text Example
Text Example
White with #E68BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BA3; }
p { color: rgb(230,139,163); }
H1.HeaderClassName
{
color: #E68BA3;
}
.AnyTagClassName
{
color: #E68BA3;
}
</style>
background-color css
<style>
a { background-color: #E68BA3; }
a { background-color: rgb(230,139,163); }
div.DivClassName
{
background-color: #E68BA3;
}
.BgClassName
{
background-color: #E68BA3;
}
</style>
border-color css
<style>
span { border-color: #E68BA3; }
span { border-color: rgb(230,139,163); }
td.TdClassName
{
border-color: #E68BA3;
}
.TagClassName
{
border-color: #E68BA3;
}
</style>