Shades of Mauvelous #E68C9F
Tints of Mauvelous #E68C9F
RGB
CMYK
RGB Variations
Color information
#E68C9F (or 0xE68C9F) is known color: Mauvelous. HEX triplet: E6, 8C and 9F. RGB value is (230,140,159). Sum of RGB (Red+Green+Blue) = 230+140+159=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68C9F is #197360. Grayscale: #A9A9A9. Windows color (decimal): -1667937 or 10456294. OLE color: 10456294.
HSL color Cylindrical-coordinate representation of color #E68C9F: hue angle of 347.33º 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 #E68C9F is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 159 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.10 |
| HSL | 347.33º | 0.64% | 0.73% | - |
| HSV(B) | 347.33º | 0.39% | 0.9% | - |
| XYZ | 48.27 | 38.08 | 37.61 | - |
| YUV | 169.08 | 122.32 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 159 | 0 | 0.39 | 0.31 | 0.10 | 347.33 | 0.64 | 0.73 |
| Hex | E6 | 8C | 9F | 0 | 27 | 1F | A | 15B | 40 | 49 |
| Octal | 346 | 214 | 237 | 0 | 47 | 37 | 12 | 533 | 100 | 111 |
| Binary | 11100110 | 10001100 | 10011111 | 0 | 100111 | 11111 | 1010 | 101011011 | 1000000 | 1001001 |
Color Harmonies of #E68C9F
Complementary color
Monochromatic Colors of #E68C9F
Black with #E68C9F
Text Example
Text Example
White with #E68C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C9F; }
p { color: rgb(230,140,159); }
H1.HeaderClassName
{
color: #E68C9F;
}
.AnyTagClassName
{
color: #E68C9F;
}
</style>
background-color css
<style>
a { background-color: #E68C9F; }
a { background-color: rgb(230,140,159); }
div.DivClassName
{
background-color: #E68C9F;
}
.BgClassName
{
background-color: #E68C9F;
}
</style>
border-color css
<style>
span { border-color: #E68C9F; }
span { border-color: rgb(230,140,159); }
td.TdClassName
{
border-color: #E68C9F;
}
.TagClassName
{
border-color: #E68C9F;
}
</style>