Shades of Mauvelous #EA93A2
Tints of Mauvelous #EA93A2
RGB
CMYK
RGB Variations
Color information
#EA93A2 (or 0xEA93A2) is known color: Mauvelous. HEX triplet: EA, 93 and A2. RGB value is (234,147,162). Sum of RGB (Red+Green+Blue) = 234+147+162=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 162 (63.67% from 255 or 29.83% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA93A2 is #156C5D. Grayscale: #AEAEAE. Windows color (decimal): -1403998 or 10654698. OLE color: 10654698.
HSL color Cylindrical-coordinate representation of color #EA93A2: hue angle of 349.66º 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 #EA93A2 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 162 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.08 |
| HSL | 349.66º | 0.67% | 0.75% | - |
| HSV(B) | 349.66º | 0.37% | 0.92% | - |
| XYZ | 50.89 | 40.97 | 39.41 | - |
| YUV | 174.72 | 120.82 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 162 | 0 | 0.37 | 0.31 | 0.08 | 349.66 | 0.67 | 0.75 |
| Hex | EA | 93 | A2 | 0 | 25 | 1F | 8 | 15E | 43 | 4B |
| Octal | 352 | 223 | 242 | 0 | 45 | 37 | 10 | 536 | 103 | 113 |
| Binary | 11101010 | 10010011 | 10100010 | 0 | 100101 | 11111 | 1000 | 101011110 | 1000011 | 1001011 |
Color Harmonies of #EA93A2
Complementary color
Monochromatic Colors of #EA93A2
Black with #EA93A2
Text Example
Text Example
White with #EA93A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA93A2; }
p { color: rgb(234,147,162); }
H1.HeaderClassName
{
color: #EA93A2;
}
.AnyTagClassName
{
color: #EA93A2;
}
</style>
background-color css
<style>
a { background-color: #EA93A2; }
a { background-color: rgb(234,147,162); }
div.DivClassName
{
background-color: #EA93A2;
}
.BgClassName
{
background-color: #EA93A2;
}
</style>
border-color css
<style>
span { border-color: #EA93A2; }
span { border-color: rgb(234,147,162); }
td.TdClassName
{
border-color: #EA93A2;
}
.TagClassName
{
border-color: #EA93A2;
}
</style>