Shades of Mauvelous #E68FA3
Tints of Mauvelous #E68FA3
RGB
CMYK
RGB Variations
Color information
#E68FA3 (or 0xE68FA3) is known color: Mauvelous. HEX triplet: E6, 8F and A3. RGB value is (230,143,163). Sum of RGB (Red+Green+Blue) = 230+143+163=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68FA3 is #19705C. Grayscale: #ABABAB. Windows color (decimal): -1667165 or 10719206. OLE color: 10719206.
HSL color Cylindrical-coordinate representation of color #E68FA3: hue angle of 346.21º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68FA3 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 163 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.10 |
| HSL | 346.21º | 0.64% | 0.73% | - |
| HSV(B) | 346.21º | 0.38% | 0.9% | - |
| XYZ | 49.07 | 39.11 | 39.61 | - |
| YUV | 171.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 163 | 0 | 0.38 | 0.29 | 0.10 | 346.21 | 0.64 | 0.73 |
| Hex | E6 | 8F | A3 | 0 | 26 | 1D | A | 15A | 40 | 49 |
| Octal | 346 | 217 | 243 | 0 | 46 | 35 | 12 | 532 | 100 | 111 |
| Binary | 11100110 | 10001111 | 10100011 | 0 | 100110 | 11101 | 1010 | 101011010 | 1000000 | 1001001 |
Color Harmonies of #E68FA3
Complementary color
Monochromatic Colors of #E68FA3
Black with #E68FA3
Text Example
Text Example
White with #E68FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FA3; }
p { color: rgb(230,143,163); }
H1.HeaderClassName
{
color: #E68FA3;
}
.AnyTagClassName
{
color: #E68FA3;
}
</style>
background-color css
<style>
a { background-color: #E68FA3; }
a { background-color: rgb(230,143,163); }
div.DivClassName
{
background-color: #E68FA3;
}
.BgClassName
{
background-color: #E68FA3;
}
</style>
border-color css
<style>
span { border-color: #E68FA3; }
span { border-color: rgb(230,143,163); }
td.TdClassName
{
border-color: #E68FA3;
}
.TagClassName
{
border-color: #E68FA3;
}
</style>