Shades of Mauvelous #EA84AA
Tints of Mauvelous #EA84AA
RGB
CMYK
RGB Variations
Color information
#EA84AA (or 0xEA84AA) is known color: Mauvelous. HEX triplet: EA, 84 and AA. RGB value is (234,132,170). Sum of RGB (Red+Green+Blue) = 234+132+170=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA84AA is #157B55. Grayscale: #A6A6A6. Windows color (decimal): -1407830 or 11175146. OLE color: 11175146.
HSL color Cylindrical-coordinate representation of color #EA84AA: hue angle of 337.65º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA84AA is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 170 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.08 |
| HSL | 337.65º | 0.71% | 0.72% | - |
| HSV(B) | 337.65º | 0.44% | 0.92% | - |
| XYZ | 49.44 | 36.9 | 42.55 | - |
| YUV | 166.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 170 | 0 | 0.44 | 0.27 | 0.08 | 337.65 | 0.71 | 0.72 |
| Hex | EA | 84 | AA | 0 | 2C | 1B | 8 | 152 | 47 | 48 |
| Octal | 352 | 204 | 252 | 0 | 54 | 33 | 10 | 522 | 107 | 110 |
| Binary | 11101010 | 10000100 | 10101010 | 0 | 101100 | 11011 | 1000 | 101010010 | 1000111 | 1001000 |
Color Harmonies of #EA84AA
Complementary color
Monochromatic Colors of #EA84AA
Black with #EA84AA
Text Example
Text Example
White with #EA84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84AA; }
p { color: rgb(234,132,170); }
H1.HeaderClassName
{
color: #EA84AA;
}
.AnyTagClassName
{
color: #EA84AA;
}
</style>
background-color css
<style>
a { background-color: #EA84AA; }
a { background-color: rgb(234,132,170); }
div.DivClassName
{
background-color: #EA84AA;
}
.BgClassName
{
background-color: #EA84AA;
}
</style>
border-color css
<style>
span { border-color: #EA84AA; }
span { border-color: rgb(234,132,170); }
td.TdClassName
{
border-color: #EA84AA;
}
.TagClassName
{
border-color: #EA84AA;
}
</style>