Shades of Mauvelous #E68CA1
Tints of Mauvelous #E68CA1
RGB
CMYK
RGB Variations
Color information
#E68CA1 (or 0xE68CA1) is known color: Mauvelous. HEX triplet: E6, 8C and A1. RGB value is (230,140,161). Sum of RGB (Red+Green+Blue) = 230+140+161=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68CA1 is #19735E. Grayscale: #A9A9A9. Windows color (decimal): -1667935 or 10587366. OLE color: 10587366.
HSL color Cylindrical-coordinate representation of color #E68CA1: hue angle of 346º 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 #E68CA1 is Cyan = 0, Magento = 0.39, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 161 | - |
| CMYK | 0 | 0.39 | 0.3 | 0.10 |
| HSL | 346º | 0.64% | 0.73% | - |
| HSV(B) | 346º | 0.39% | 0.9% | - |
| XYZ | 48.44 | 38.15 | 38.53 | - |
| YUV | 169.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 161 | 0 | 0.39 | 0.3 | 0.10 | 346 | 0.64 | 0.73 |
| Hex | E6 | 8C | A1 | 0 | 27 | 1E | A | 15A | 40 | 49 |
| Octal | 346 | 214 | 241 | 0 | 47 | 36 | 12 | 532 | 100 | 111 |
| Binary | 11100110 | 10001100 | 10100001 | 0 | 100111 | 11110 | 1010 | 101011010 | 1000000 | 1001001 |
Color Harmonies of #E68CA1
Complementary color
Monochromatic Colors of #E68CA1
Black with #E68CA1
Text Example
Text Example
White with #E68CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CA1; }
p { color: rgb(230,140,161); }
H1.HeaderClassName
{
color: #E68CA1;
}
.AnyTagClassName
{
color: #E68CA1;
}
</style>
background-color css
<style>
a { background-color: #E68CA1; }
a { background-color: rgb(230,140,161); }
div.DivClassName
{
background-color: #E68CA1;
}
.BgClassName
{
background-color: #E68CA1;
}
</style>
border-color css
<style>
span { border-color: #E68CA1; }
span { border-color: rgb(230,140,161); }
td.TdClassName
{
border-color: #E68CA1;
}
.TagClassName
{
border-color: #E68CA1;
}
</style>