Shades of Mauvelous #E882A5
Tints of Mauvelous #E882A5
RGB
CMYK
RGB Variations
Color information
#E882A5 (or 0xE882A5) is known color: Mauvelous. HEX triplet: E8, 82 and A5. RGB value is (232,130,165). Sum of RGB (Red+Green+Blue) = 232+130+165=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E882A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E882A5 is #177D5A. Grayscale: #A4A4A4. Windows color (decimal): -1539419 or 10846952. OLE color: 10846952.
HSL color Cylindrical-coordinate representation of color #E882A5: hue angle of 339.41º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E882A5 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 165 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.09 |
| HSL | 339.41º | 0.69% | 0.71% | - |
| HSV(B) | 339.41º | 0.44% | 0.91% | - |
| XYZ | 48.05 | 35.84 | 39.98 | - |
| YUV | 164.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 165 | 0 | 0.44 | 0.29 | 0.09 | 339.41 | 0.69 | 0.71 |
| Hex | E8 | 82 | A5 | 0 | 2C | 1D | 9 | 153 | 45 | 47 |
| Octal | 350 | 202 | 245 | 0 | 54 | 35 | 11 | 523 | 105 | 107 |
| Binary | 11101000 | 10000010 | 10100101 | 0 | 101100 | 11101 | 1001 | 101010011 | 1000101 | 1000111 |
Color Harmonies of #E882A5
Complementary color
Monochromatic Colors of #E882A5
Black with #E882A5
Text Example
Text Example
White with #E882A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E882A5; }
p { color: rgb(232,130,165); }
H1.HeaderClassName
{
color: #E882A5;
}
.AnyTagClassName
{
color: #E882A5;
}
</style>
background-color css
<style>
a { background-color: #E882A5; }
a { background-color: rgb(232,130,165); }
div.DivClassName
{
background-color: #E882A5;
}
.BgClassName
{
background-color: #E882A5;
}
</style>
border-color css
<style>
span { border-color: #E882A5; }
span { border-color: rgb(232,130,165); }
td.TdClassName
{
border-color: #E882A5;
}
.TagClassName
{
border-color: #E882A5;
}
</style>