Shades of Mauvelous #EA82AA
Tints of Mauvelous #EA82AA
RGB
CMYK
RGB Variations
Color information
#EA82AA (or 0xEA82AA) is known color: Mauvelous. HEX triplet: EA, 82 and AA. RGB value is (234,130,170). Sum of RGB (Red+Green+Blue) = 234+130+170=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA82AA is #157D55. Grayscale: #A5A5A5. Windows color (decimal): -1408342 or 11174634. OLE color: 11174634.
HSL color Cylindrical-coordinate representation of color #EA82AA: hue angle of 336.92º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA82AA is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 170 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.08 |
| HSL | 336.92º | 0.71% | 0.71% | - |
| HSV(B) | 336.92º | 0.44% | 0.92% | - |
| XYZ | 49.17 | 36.36 | 42.46 | - |
| YUV | 165.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 170 | 0 | 0.44 | 0.27 | 0.08 | 336.92 | 0.71 | 0.71 |
| Hex | EA | 82 | AA | 0 | 2C | 1B | 8 | 151 | 47 | 47 |
| Octal | 352 | 202 | 252 | 0 | 54 | 33 | 10 | 521 | 107 | 107 |
| Binary | 11101010 | 10000010 | 10101010 | 0 | 101100 | 11011 | 1000 | 101010001 | 1000111 | 1000111 |
Color Harmonies of #EA82AA
Complementary color
Monochromatic Colors of #EA82AA
Black with #EA82AA
Text Example
Text Example
White with #EA82AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA82AA; }
p { color: rgb(234,130,170); }
H1.HeaderClassName
{
color: #EA82AA;
}
.AnyTagClassName
{
color: #EA82AA;
}
</style>
background-color css
<style>
a { background-color: #EA82AA; }
a { background-color: rgb(234,130,170); }
div.DivClassName
{
background-color: #EA82AA;
}
.BgClassName
{
background-color: #EA82AA;
}
</style>
border-color css
<style>
span { border-color: #EA82AA; }
span { border-color: rgb(234,130,170); }
td.TdClassName
{
border-color: #EA82AA;
}
.TagClassName
{
border-color: #EA82AA;
}
</style>