Shades of Mauvelous #E68D9F
Tints of Mauvelous #E68D9F
RGB
CMYK
RGB Variations
Color information
#E68D9F (or 0xE68D9F) is known color: Mauvelous. HEX triplet: E6, 8D and 9F. RGB value is (230,141,159). Sum of RGB (Red+Green+Blue) = 230+141+159=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68D9F is #197260. Grayscale: #A9A9A9. Windows color (decimal): -1667681 or 10456550. OLE color: 10456550.
HSL color Cylindrical-coordinate representation of color #E68D9F: hue angle of 347.87º 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 #E68D9F is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 159 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.10 |
| HSL | 347.87º | 0.64% | 0.73% | - |
| HSV(B) | 347.87º | 0.39% | 0.9% | - |
| XYZ | 48.42 | 38.38 | 37.66 | - |
| YUV | 169.66 | 121.99 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 159 | 0 | 0.39 | 0.31 | 0.10 | 347.87 | 0.64 | 0.73 |
| Hex | E6 | 8D | 9F | 0 | 27 | 1F | A | 15C | 40 | 49 |
| Octal | 346 | 215 | 237 | 0 | 47 | 37 | 12 | 534 | 100 | 111 |
| Binary | 11100110 | 10001101 | 10011111 | 0 | 100111 | 11111 | 1010 | 101011100 | 1000000 | 1001001 |
Color Harmonies of #E68D9F
Complementary color
Monochromatic Colors of #E68D9F
Black with #E68D9F
Text Example
Text Example
White with #E68D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D9F; }
p { color: rgb(230,141,159); }
H1.HeaderClassName
{
color: #E68D9F;
}
.AnyTagClassName
{
color: #E68D9F;
}
</style>
background-color css
<style>
a { background-color: #E68D9F; }
a { background-color: rgb(230,141,159); }
div.DivClassName
{
background-color: #E68D9F;
}
.BgClassName
{
background-color: #E68D9F;
}
</style>
border-color css
<style>
span { border-color: #E68D9F; }
span { border-color: rgb(230,141,159); }
td.TdClassName
{
border-color: #E68D9F;
}
.TagClassName
{
border-color: #E68D9F;
}
</style>