Shades of Mauvelous #E785A4
Tints of Mauvelous #E785A4
RGB
CMYK
RGB Variations
Color information
#E785A4 (or 0xE785A4) is known color: Mauvelous. HEX triplet: E7, 85 and A4. RGB value is (231,133,164). Sum of RGB (Red+Green+Blue) = 231+133+164=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E785A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E785A4 is #187A5B. Grayscale: #A5A5A5. Windows color (decimal): -1604188 or 10782183. OLE color: 10782183.
HSL color Cylindrical-coordinate representation of color #E785A4: hue angle of 341.02º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E785A4 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 164 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.09 |
| HSL | 341.02º | 0.67% | 0.71% | - |
| HSV(B) | 341.02º | 0.42% | 0.91% | - |
| XYZ | 48.04 | 36.44 | 39.62 | - |
| YUV | 165.84 | 126.97 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 164 | 0 | 0.42 | 0.29 | 0.09 | 341.02 | 0.67 | 0.71 |
| Hex | E7 | 85 | A4 | 0 | 2A | 1D | 9 | 155 | 43 | 47 |
| Octal | 347 | 205 | 244 | 0 | 52 | 35 | 11 | 525 | 103 | 107 |
| Binary | 11100111 | 10000101 | 10100100 | 0 | 101010 | 11101 | 1001 | 101010101 | 1000011 | 1000111 |
Color Harmonies of #E785A4
Complementary color
Monochromatic Colors of #E785A4
Black with #E785A4
Text Example
Text Example
White with #E785A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785A4; }
p { color: rgb(231,133,164); }
H1.HeaderClassName
{
color: #E785A4;
}
.AnyTagClassName
{
color: #E785A4;
}
</style>
background-color css
<style>
a { background-color: #E785A4; }
a { background-color: rgb(231,133,164); }
div.DivClassName
{
background-color: #E785A4;
}
.BgClassName
{
background-color: #E785A4;
}
</style>
border-color css
<style>
span { border-color: #E785A4; }
span { border-color: rgb(231,133,164); }
td.TdClassName
{
border-color: #E785A4;
}
.TagClassName
{
border-color: #E785A4;
}
</style>