Shades of Mauvelous #EA82A7
Tints of Mauvelous #EA82A7
RGB
CMYK
RGB Variations
Color information
#EA82A7 (or 0xEA82A7) is known color: Mauvelous. HEX triplet: EA, 82 and A7. RGB value is (234,130,167). Sum of RGB (Red+Green+Blue) = 234+130+167=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 167 (65.62% from 255 or 31.45% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA82A7 is #157D58. Grayscale: #A5A5A5. Windows color (decimal): -1408345 or 10978026. OLE color: 10978026.
HSL color Cylindrical-coordinate representation of color #EA82A7: hue angle of 338.65º 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 #EA82A7 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 167 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.08 |
| HSL | 338.65º | 0.71% | 0.71% | - |
| HSV(B) | 338.65º | 0.44% | 0.92% | - |
| XYZ | 48.89 | 36.25 | 40.98 | - |
| YUV | 165.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 167 | 0 | 0.44 | 0.29 | 0.08 | 338.65 | 0.71 | 0.71 |
| Hex | EA | 82 | A7 | 0 | 2C | 1D | 8 | 153 | 47 | 47 |
| Octal | 352 | 202 | 247 | 0 | 54 | 35 | 10 | 523 | 107 | 107 |
| Binary | 11101010 | 10000010 | 10100111 | 0 | 101100 | 11101 | 1000 | 101010011 | 1000111 | 1000111 |
Color Harmonies of #EA82A7
Complementary color
Monochromatic Colors of #EA82A7
Black with #EA82A7
Text Example
Text Example
White with #EA82A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA82A7; }
p { color: rgb(234,130,167); }
H1.HeaderClassName
{
color: #EA82A7;
}
.AnyTagClassName
{
color: #EA82A7;
}
</style>
background-color css
<style>
a { background-color: #EA82A7; }
a { background-color: rgb(234,130,167); }
div.DivClassName
{
background-color: #EA82A7;
}
.BgClassName
{
background-color: #EA82A7;
}
</style>
border-color css
<style>
span { border-color: #EA82A7; }
span { border-color: rgb(234,130,167); }
td.TdClassName
{
border-color: #EA82A7;
}
.TagClassName
{
border-color: #EA82A7;
}
</style>