Shades of Mauvelous #EA95A3
Tints of Mauvelous #EA95A3
RGB
CMYK
RGB Variations
Color information
#EA95A3 (or 0xEA95A3) is known color: Mauvelous. HEX triplet: EA, 95 and A3. RGB value is (234,149,163). Sum of RGB (Red+Green+Blue) = 234+149+163=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA95A3 is #156A5C. Grayscale: #B0B0B0. Windows color (decimal): -1403485 or 10720746. OLE color: 10720746.
HSL color Cylindrical-coordinate representation of color #EA95A3: hue angle of 350.12º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA95A3 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 163 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.08 |
| HSL | 350.12º | 0.67% | 0.75% | - |
| HSV(B) | 350.12º | 0.36% | 0.92% | - |
| XYZ | 51.29 | 41.63 | 39.98 | - |
| YUV | 176.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 163 | 0 | 0.36 | 0.30 | 0.08 | 350.12 | 0.67 | 0.75 |
| Hex | EA | 95 | A3 | 0 | 24 | 1E | 8 | 15E | 43 | 4B |
| Octal | 352 | 225 | 243 | 0 | 44 | 36 | 10 | 536 | 103 | 113 |
| Binary | 11101010 | 10010101 | 10100011 | 0 | 100100 | 11110 | 1000 | 101011110 | 1000011 | 1001011 |
Color Harmonies of #EA95A3
Complementary color
Monochromatic Colors of #EA95A3
Black with #EA95A3
Text Example
Text Example
White with #EA95A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA95A3; }
p { color: rgb(234,149,163); }
H1.HeaderClassName
{
color: #EA95A3;
}
.AnyTagClassName
{
color: #EA95A3;
}
</style>
background-color css
<style>
a { background-color: #EA95A3; }
a { background-color: rgb(234,149,163); }
div.DivClassName
{
background-color: #EA95A3;
}
.BgClassName
{
background-color: #EA95A3;
}
</style>
border-color css
<style>
span { border-color: #EA95A3; }
span { border-color: rgb(234,149,163); }
td.TdClassName
{
border-color: #EA95A3;
}
.TagClassName
{
border-color: #EA95A3;
}
</style>