Shades of Mauvelous #E784A5
Tints of Mauvelous #E784A5
RGB
CMYK
RGB Variations
Color information
#E784A5 (or 0xE784A5) is known color: Mauvelous. HEX triplet: E7, 84 and A5. RGB value is (231,132,165). Sum of RGB (Red+Green+Blue) = 231+132+165=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E784A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E784A5 is #187B5A. Grayscale: #A5A5A5. Windows color (decimal): -1604443 or 10847463. OLE color: 10847463.
HSL color Cylindrical-coordinate representation of color #E784A5: hue angle of 340º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E784A5 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 165 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.09 |
| HSL | 340º | 0.67% | 0.71% | - |
| HSV(B) | 340º | 0.43% | 0.91% | - |
| XYZ | 48 | 36.21 | 40.06 | - |
| YUV | 165.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 165 | 0 | 0.43 | 0.29 | 0.09 | 340 | 0.67 | 0.71 |
| Hex | E7 | 84 | A5 | 0 | 2B | 1D | 9 | 154 | 43 | 47 |
| Octal | 347 | 204 | 245 | 0 | 53 | 35 | 11 | 524 | 103 | 107 |
| Binary | 11100111 | 10000100 | 10100101 | 0 | 101011 | 11101 | 1001 | 101010100 | 1000011 | 1000111 |
Color Harmonies of #E784A5
Complementary color
Monochromatic Colors of #E784A5
Black with #E784A5
Text Example
Text Example
White with #E784A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E784A5; }
p { color: rgb(231,132,165); }
H1.HeaderClassName
{
color: #E784A5;
}
.AnyTagClassName
{
color: #E784A5;
}
</style>
background-color css
<style>
a { background-color: #E784A5; }
a { background-color: rgb(231,132,165); }
div.DivClassName
{
background-color: #E784A5;
}
.BgClassName
{
background-color: #E784A5;
}
</style>
border-color css
<style>
span { border-color: #E784A5; }
span { border-color: rgb(231,132,165); }
td.TdClassName
{
border-color: #E784A5;
}
.TagClassName
{
border-color: #E784A5;
}
</style>