Shades of Mauvelous #EA82A6
Tints of Mauvelous #EA82A6
RGB
CMYK
RGB Variations
Color information
#EA82A6 (or 0xEA82A6) is known color: Mauvelous. HEX triplet: EA, 82 and A6. RGB value is (234,130,166). Sum of RGB (Red+Green+Blue) = 234+130+166=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA82A6 is #157D59. Grayscale: #A5A5A5. Windows color (decimal): -1408346 or 10912490. OLE color: 10912490.
HSL color Cylindrical-coordinate representation of color #EA82A6: hue angle of 339.23º 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 #EA82A6 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 166 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.08 |
| HSL | 339.23º | 0.71% | 0.71% | - |
| HSV(B) | 339.23º | 0.44% | 0.92% | - |
| XYZ | 48.8 | 36.21 | 40.49 | - |
| YUV | 165.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 166 | 0 | 0.44 | 0.29 | 0.08 | 339.23 | 0.71 | 0.71 |
| Hex | EA | 82 | A6 | 0 | 2C | 1D | 8 | 153 | 47 | 47 |
| Octal | 352 | 202 | 246 | 0 | 54 | 35 | 10 | 523 | 107 | 107 |
| Binary | 11101010 | 10000010 | 10100110 | 0 | 101100 | 11101 | 1000 | 101010011 | 1000111 | 1000111 |
Color Harmonies of #EA82A6
Complementary color
Monochromatic Colors of #EA82A6
Black with #EA82A6
Text Example
Text Example
White with #EA82A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA82A6; }
p { color: rgb(234,130,166); }
H1.HeaderClassName
{
color: #EA82A6;
}
.AnyTagClassName
{
color: #EA82A6;
}
</style>
background-color css
<style>
a { background-color: #EA82A6; }
a { background-color: rgb(234,130,166); }
div.DivClassName
{
background-color: #EA82A6;
}
.BgClassName
{
background-color: #EA82A6;
}
</style>
border-color css
<style>
span { border-color: #EA82A6; }
span { border-color: rgb(234,130,166); }
td.TdClassName
{
border-color: #EA82A6;
}
.TagClassName
{
border-color: #EA82A6;
}
</style>