Shades of Mauvelous #E68CA3
Tints of Mauvelous #E68CA3
RGB
CMYK
RGB Variations
Color information
#E68CA3 (or 0xE68CA3) is known color: Mauvelous. HEX triplet: E6, 8C and A3. RGB value is (230,140,163). Sum of RGB (Red+Green+Blue) = 230+140+163=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68CA3 is #19735C. Grayscale: #A9A9A9. Windows color (decimal): -1667933 or 10718438. OLE color: 10718438.
HSL color Cylindrical-coordinate representation of color #E68CA3: hue angle of 344.67º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68CA3 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 163 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.10 |
| HSL | 344.67º | 0.64% | 0.73% | - |
| HSV(B) | 344.67º | 0.39% | 0.9% | - |
| XYZ | 48.62 | 38.22 | 39.47 | - |
| YUV | 169.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 163 | 0 | 0.39 | 0.29 | 0.10 | 344.67 | 0.64 | 0.73 |
| Hex | E6 | 8C | A3 | 0 | 27 | 1D | A | 159 | 40 | 49 |
| Octal | 346 | 214 | 243 | 0 | 47 | 35 | 12 | 531 | 100 | 111 |
| Binary | 11100110 | 10001100 | 10100011 | 0 | 100111 | 11101 | 1010 | 101011001 | 1000000 | 1001001 |
Color Harmonies of #E68CA3
Complementary color
Monochromatic Colors of #E68CA3
Black with #E68CA3
Text Example
Text Example
White with #E68CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CA3; }
p { color: rgb(230,140,163); }
H1.HeaderClassName
{
color: #E68CA3;
}
.AnyTagClassName
{
color: #E68CA3;
}
</style>
background-color css
<style>
a { background-color: #E68CA3; }
a { background-color: rgb(230,140,163); }
div.DivClassName
{
background-color: #E68CA3;
}
.BgClassName
{
background-color: #E68CA3;
}
</style>
border-color css
<style>
span { border-color: #E68CA3; }
span { border-color: rgb(230,140,163); }
td.TdClassName
{
border-color: #E68CA3;
}
.TagClassName
{
border-color: #E68CA3;
}
</style>