Shades of Mauvelous #EA93A4
Tints of Mauvelous #EA93A4
RGB
CMYK
RGB Variations
Color information
#EA93A4 (or 0xEA93A4) is known color: Mauvelous. HEX triplet: EA, 93 and A4. RGB value is (234,147,164). Sum of RGB (Red+Green+Blue) = 234+147+164=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA93A4 is #156C5B. Grayscale: #AEAEAE. Windows color (decimal): -1403996 or 10785770. OLE color: 10785770.
HSL color Cylindrical-coordinate representation of color #EA93A4: hue angle of 348.28º 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 #EA93A4 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 164 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.08 |
| HSL | 348.28º | 0.67% | 0.75% | - |
| HSV(B) | 348.28º | 0.37% | 0.92% | - |
| XYZ | 51.07 | 41.04 | 40.35 | - |
| YUV | 174.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 164 | 0 | 0.37 | 0.30 | 0.08 | 348.28 | 0.67 | 0.75 |
| Hex | EA | 93 | A4 | 0 | 25 | 1E | 8 | 15C | 43 | 4B |
| Octal | 352 | 223 | 244 | 0 | 45 | 36 | 10 | 534 | 103 | 113 |
| Binary | 11101010 | 10010011 | 10100100 | 0 | 100101 | 11110 | 1000 | 101011100 | 1000011 | 1001011 |
Color Harmonies of #EA93A4
Complementary color
Monochromatic Colors of #EA93A4
Black with #EA93A4
Text Example
Text Example
White with #EA93A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA93A4; }
p { color: rgb(234,147,164); }
H1.HeaderClassName
{
color: #EA93A4;
}
.AnyTagClassName
{
color: #EA93A4;
}
</style>
background-color css
<style>
a { background-color: #EA93A4; }
a { background-color: rgb(234,147,164); }
div.DivClassName
{
background-color: #EA93A4;
}
.BgClassName
{
background-color: #EA93A4;
}
</style>
border-color css
<style>
span { border-color: #EA93A4; }
span { border-color: rgb(234,147,164); }
td.TdClassName
{
border-color: #EA93A4;
}
.TagClassName
{
border-color: #EA93A4;
}
</style>