Shades of Mauvelous #EA94A6
Tints of Mauvelous #EA94A6
RGB
CMYK
RGB Variations
Color information
#EA94A6 (or 0xEA94A6) is known color: Mauvelous. HEX triplet: EA, 94 and A6. RGB value is (234,148,166). Sum of RGB (Red+Green+Blue) = 234+148+166=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA94A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA94A6 is #156B59. Grayscale: #AFAFAF. Windows color (decimal): -1403738 or 10917098. OLE color: 10917098.
HSL color Cylindrical-coordinate representation of color #EA94A6: hue angle of 347.44º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA94A6 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 166 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.08 |
| HSL | 347.44º | 0.67% | 0.75% | - |
| HSV(B) | 347.44º | 0.37% | 0.92% | - |
| XYZ | 51.4 | 41.43 | 41.36 | - |
| YUV | 175.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 166 | 0 | 0.37 | 0.29 | 0.08 | 347.44 | 0.67 | 0.75 |
| Hex | EA | 94 | A6 | 0 | 25 | 1D | 8 | 15B | 43 | 4B |
| Octal | 352 | 224 | 246 | 0 | 45 | 35 | 10 | 533 | 103 | 113 |
| Binary | 11101010 | 10010100 | 10100110 | 0 | 100101 | 11101 | 1000 | 101011011 | 1000011 | 1001011 |
Color Harmonies of #EA94A6
Complementary color
Monochromatic Colors of #EA94A6
Black with #EA94A6
Text Example
Text Example
White with #EA94A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA94A6; }
p { color: rgb(234,148,166); }
H1.HeaderClassName
{
color: #EA94A6;
}
.AnyTagClassName
{
color: #EA94A6;
}
</style>
background-color css
<style>
a { background-color: #EA94A6; }
a { background-color: rgb(234,148,166); }
div.DivClassName
{
background-color: #EA94A6;
}
.BgClassName
{
background-color: #EA94A6;
}
</style>
border-color css
<style>
span { border-color: #EA94A6; }
span { border-color: rgb(234,148,166); }
td.TdClassName
{
border-color: #EA94A6;
}
.TagClassName
{
border-color: #EA94A6;
}
</style>