Shades of Mauvelous #EC83AA
Tints of Mauvelous #EC83AA
RGB
CMYK
RGB Variations
Color information
#EC83AA (or 0xEC83AA) is known color: Mauvelous. HEX triplet: EC, 83 and AA. RGB value is (236,131,170). Sum of RGB (Red+Green+Blue) = 236+131+170=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC83AA is #137C55. Grayscale: #A6A6A6. Windows color (decimal): -1277014 or 11174892. OLE color: 11174892.
HSL color Cylindrical-coordinate representation of color #EC83AA: hue angle of 337.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC83AA is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 170 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.07 |
| HSL | 337.71º | 0.73% | 0.72% | - |
| HSV(B) | 337.71º | 0.44% | 0.93% | - |
| XYZ | 49.96 | 36.97 | 42.53 | - |
| YUV | 166.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 170 | 0 | 0.44 | 0.28 | 0.07 | 337.71 | 0.73 | 0.72 |
| Hex | EC | 83 | AA | 0 | 2C | 1C | 7 | 152 | 49 | 48 |
| Octal | 354 | 203 | 252 | 0 | 54 | 34 | 7 | 522 | 111 | 110 |
| Binary | 11101100 | 10000011 | 10101010 | 0 | 101100 | 11100 | 111 | 101010010 | 1001001 | 1001000 |
Color Harmonies of #EC83AA
Complementary color
Monochromatic Colors of #EC83AA
Black with #EC83AA
Text Example
Text Example
White with #EC83AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83AA; }
p { color: rgb(236,131,170); }
H1.HeaderClassName
{
color: #EC83AA;
}
.AnyTagClassName
{
color: #EC83AA;
}
</style>
background-color css
<style>
a { background-color: #EC83AA; }
a { background-color: rgb(236,131,170); }
div.DivClassName
{
background-color: #EC83AA;
}
.BgClassName
{
background-color: #EC83AA;
}
</style>
border-color css
<style>
span { border-color: #EC83AA; }
span { border-color: rgb(236,131,170); }
td.TdClassName
{
border-color: #EC83AA;
}
.TagClassName
{
border-color: #EC83AA;
}
</style>