Shades of Mauvelous #E68FA1
Tints of Mauvelous #E68FA1
RGB
CMYK
RGB Variations
Color information
#E68FA1 (or 0xE68FA1) is known color: Mauvelous. HEX triplet: E6, 8F and A1. RGB value is (230,143,161). Sum of RGB (Red+Green+Blue) = 230+143+161=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68FA1 is #19705E. Grayscale: #ABABAB. Windows color (decimal): -1667167 or 10588134. OLE color: 10588134.
HSL color Cylindrical-coordinate representation of color #E68FA1: hue angle of 347.59º 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 #E68FA1 is Cyan = 0, Magento = 0.38, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 161 | - |
| CMYK | 0 | 0.38 | 0.3 | 0.10 |
| HSL | 347.59º | 0.64% | 0.73% | - |
| HSV(B) | 347.59º | 0.38% | 0.9% | - |
| XYZ | 48.89 | 39.04 | 38.68 | - |
| YUV | 171.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 161 | 0 | 0.38 | 0.3 | 0.10 | 347.59 | 0.64 | 0.73 |
| Hex | E6 | 8F | A1 | 0 | 26 | 1E | A | 15C | 40 | 49 |
| Octal | 346 | 217 | 241 | 0 | 46 | 36 | 12 | 534 | 100 | 111 |
| Binary | 11100110 | 10001111 | 10100001 | 0 | 100110 | 11110 | 1010 | 101011100 | 1000000 | 1001001 |
Color Harmonies of #E68FA1
Complementary color
Monochromatic Colors of #E68FA1
Black with #E68FA1
Text Example
Text Example
White with #E68FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FA1; }
p { color: rgb(230,143,161); }
H1.HeaderClassName
{
color: #E68FA1;
}
.AnyTagClassName
{
color: #E68FA1;
}
</style>
background-color css
<style>
a { background-color: #E68FA1; }
a { background-color: rgb(230,143,161); }
div.DivClassName
{
background-color: #E68FA1;
}
.BgClassName
{
background-color: #E68FA1;
}
</style>
border-color css
<style>
span { border-color: #E68FA1; }
span { border-color: rgb(230,143,161); }
td.TdClassName
{
border-color: #E68FA1;
}
.TagClassName
{
border-color: #E68FA1;
}
</style>