Shades of Mauvelous #EA9CA7
Tints of Mauvelous #EA9CA7
RGB
CMYK
RGB Variations
Color information
#EA9CA7 (or 0xEA9CA7) is known color: Mauvelous. HEX triplet: EA, 9C and A7. RGB value is (234,156,167). Sum of RGB (Red+Green+Blue) = 234+156+167=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9CA7 is #156358. Grayscale: #B4B4B4. Windows color (decimal): -1401689 or 10984682. OLE color: 10984682.
HSL color Cylindrical-coordinate representation of color #EA9CA7: hue angle of 351.54º 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 #EA9CA7 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 167 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.08 |
| HSL | 351.54º | 0.65% | 0.76% | - |
| HSV(B) | 351.54º | 0.33% | 0.92% | - |
| XYZ | 52.8 | 44.06 | 42.28 | - |
| YUV | 180.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 167 | 0 | 0.33 | 0.29 | 0.08 | 351.54 | 0.65 | 0.76 |
| Hex | EA | 9C | A7 | 0 | 21 | 1D | 8 | 160 | 41 | 4C |
| Octal | 352 | 234 | 247 | 0 | 41 | 35 | 10 | 540 | 101 | 114 |
| Binary | 11101010 | 10011100 | 10100111 | 0 | 100001 | 11101 | 1000 | 101100000 | 1000001 | 1001100 |
Color Harmonies of #EA9CA7
Complementary color
Monochromatic Colors of #EA9CA7
Black with #EA9CA7
Text Example
Text Example
White with #EA9CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9CA7; }
p { color: rgb(234,156,167); }
H1.HeaderClassName
{
color: #EA9CA7;
}
.AnyTagClassName
{
color: #EA9CA7;
}
</style>
background-color css
<style>
a { background-color: #EA9CA7; }
a { background-color: rgb(234,156,167); }
div.DivClassName
{
background-color: #EA9CA7;
}
.BgClassName
{
background-color: #EA9CA7;
}
</style>
border-color css
<style>
span { border-color: #EA9CA7; }
span { border-color: rgb(234,156,167); }
td.TdClassName
{
border-color: #EA9CA7;
}
.TagClassName
{
border-color: #EA9CA7;
}
</style>