Shades of Mauvelous #EA9CA6
Tints of Mauvelous #EA9CA6
RGB
CMYK
RGB Variations
Color information
#EA9CA6 (or 0xEA9CA6) is known color: Mauvelous. HEX triplet: EA, 9C and A6. RGB value is (234,156,166). Sum of RGB (Red+Green+Blue) = 234+156+166=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9CA6 is #156359. Grayscale: #B4B4B4. Windows color (decimal): -1401690 or 10919146. OLE color: 10919146.
HSL color Cylindrical-coordinate representation of color #EA9CA6: hue angle of 352.31º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9CA6 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 166 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.08 |
| HSL | 352.31º | 0.65% | 0.76% | - |
| HSV(B) | 352.31º | 0.33% | 0.92% | - |
| XYZ | 52.7 | 44.02 | 41.8 | - |
| YUV | 180.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 166 | 0 | 0.33 | 0.29 | 0.08 | 352.31 | 0.65 | 0.76 |
| Hex | EA | 9C | A6 | 0 | 21 | 1D | 8 | 160 | 41 | 4C |
| Octal | 352 | 234 | 246 | 0 | 41 | 35 | 10 | 540 | 101 | 114 |
| Binary | 11101010 | 10011100 | 10100110 | 0 | 100001 | 11101 | 1000 | 101100000 | 1000001 | 1001100 |
Color Harmonies of #EA9CA6
Complementary color
Monochromatic Colors of #EA9CA6
Black with #EA9CA6
Text Example
Text Example
White with #EA9CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9CA6; }
p { color: rgb(234,156,166); }
H1.HeaderClassName
{
color: #EA9CA6;
}
.AnyTagClassName
{
color: #EA9CA6;
}
</style>
background-color css
<style>
a { background-color: #EA9CA6; }
a { background-color: rgb(234,156,166); }
div.DivClassName
{
background-color: #EA9CA6;
}
.BgClassName
{
background-color: #EA9CA6;
}
</style>
border-color css
<style>
span { border-color: #EA9CA6; }
span { border-color: rgb(234,156,166); }
td.TdClassName
{
border-color: #EA9CA6;
}
.TagClassName
{
border-color: #EA9CA6;
}
</style>