Shades of Mauvelous #E68EA4
Tints of Mauvelous #E68EA4
RGB
CMYK
RGB Variations
Color information
#E68EA4 (or 0xE68EA4) is known color: Mauvelous. HEX triplet: E6, 8E and A4. RGB value is (230,142,164). Sum of RGB (Red+Green+Blue) = 230+142+164=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E68EA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68EA4 is #19715B. Grayscale: #AAAAAA. Windows color (decimal): -1667420 or 10784486. OLE color: 10784486.
HSL color Cylindrical-coordinate representation of color #E68EA4: hue angle of 345º 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 #E68EA4 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 164 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.10 |
| HSL | 345º | 0.64% | 0.73% | - |
| HSV(B) | 345º | 0.38% | 0.9% | - |
| XYZ | 49.01 | 38.85 | 40.04 | - |
| YUV | 170.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 164 | 0 | 0.38 | 0.29 | 0.10 | 345 | 0.64 | 0.73 |
| Hex | E6 | 8E | A4 | 0 | 26 | 1D | A | 159 | 40 | 49 |
| Octal | 346 | 216 | 244 | 0 | 46 | 35 | 12 | 531 | 100 | 111 |
| Binary | 11100110 | 10001110 | 10100100 | 0 | 100110 | 11101 | 1010 | 101011001 | 1000000 | 1001001 |
Color Harmonies of #E68EA4
Complementary color
Monochromatic Colors of #E68EA4
Black with #E68EA4
Text Example
Text Example
White with #E68EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68EA4; }
p { color: rgb(230,142,164); }
H1.HeaderClassName
{
color: #E68EA4;
}
.AnyTagClassName
{
color: #E68EA4;
}
</style>
background-color css
<style>
a { background-color: #E68EA4; }
a { background-color: rgb(230,142,164); }
div.DivClassName
{
background-color: #E68EA4;
}
.BgClassName
{
background-color: #E68EA4;
}
</style>
border-color css
<style>
span { border-color: #E68EA4; }
span { border-color: rgb(230,142,164); }
td.TdClassName
{
border-color: #E68EA4;
}
.TagClassName
{
border-color: #E68EA4;
}
</style>