Shades of Mauvelous #EA82A5
Tints of Mauvelous #EA82A5
RGB
CMYK
RGB Variations
Color information
#EA82A5 (or 0xEA82A5) is known color: Mauvelous. HEX triplet: EA, 82 and A5. RGB value is (234,130,165). Sum of RGB (Red+Green+Blue) = 234+130+165=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA82A5 is #157D5A. Grayscale: #A5A5A5. Windows color (decimal): -1408347 or 10846954. OLE color: 10846954.
HSL color Cylindrical-coordinate representation of color #EA82A5: hue angle of 339.81º 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 #EA82A5 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 165 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.08 |
| HSL | 339.81º | 0.71% | 0.71% | - |
| HSV(B) | 339.81º | 0.44% | 0.92% | - |
| XYZ | 48.71 | 36.17 | 40.01 | - |
| YUV | 165.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 165 | 0 | 0.44 | 0.29 | 0.08 | 339.81 | 0.71 | 0.71 |
| Hex | EA | 82 | A5 | 0 | 2C | 1D | 8 | 154 | 47 | 47 |
| Octal | 352 | 202 | 245 | 0 | 54 | 35 | 10 | 524 | 107 | 107 |
| Binary | 11101010 | 10000010 | 10100101 | 0 | 101100 | 11101 | 1000 | 101010100 | 1000111 | 1000111 |
Color Harmonies of #EA82A5
Complementary color
Monochromatic Colors of #EA82A5
Black with #EA82A5
Text Example
Text Example
White with #EA82A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA82A5; }
p { color: rgb(234,130,165); }
H1.HeaderClassName
{
color: #EA82A5;
}
.AnyTagClassName
{
color: #EA82A5;
}
</style>
background-color css
<style>
a { background-color: #EA82A5; }
a { background-color: rgb(234,130,165); }
div.DivClassName
{
background-color: #EA82A5;
}
.BgClassName
{
background-color: #EA82A5;
}
</style>
border-color css
<style>
span { border-color: #EA82A5; }
span { border-color: rgb(234,130,165); }
td.TdClassName
{
border-color: #EA82A5;
}
.TagClassName
{
border-color: #EA82A5;
}
</style>