Shades of Mauvelous #EC83AC
Tints of Mauvelous #EC83AC
RGB
CMYK
RGB Variations
Color information
#EC83AC (or 0xEC83AC) is known color: Mauvelous. HEX triplet: EC, 83 and AC. RGB value is (236,131,172). Sum of RGB (Red+Green+Blue) = 236+131+172=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC83AC is #137C53. Grayscale: #A7A7A7. Windows color (decimal): -1277012 or 11305964. OLE color: 11305964.
HSL color Cylindrical-coordinate representation of color #EC83AC: hue angle of 336.57º 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 #EC83AC is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 172 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.07 |
| HSL | 336.57º | 0.73% | 0.72% | - |
| HSV(B) | 336.57º | 0.44% | 0.93% | - |
| XYZ | 50.15 | 37.04 | 43.54 | - |
| YUV | 167.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 172 | 0 | 0.44 | 0.27 | 0.07 | 336.57 | 0.73 | 0.72 |
| Hex | EC | 83 | AC | 0 | 2C | 1B | 7 | 151 | 49 | 48 |
| Octal | 354 | 203 | 254 | 0 | 54 | 33 | 7 | 521 | 111 | 110 |
| Binary | 11101100 | 10000011 | 10101100 | 0 | 101100 | 11011 | 111 | 101010001 | 1001001 | 1001000 |
Color Harmonies of #EC83AC
Complementary color
Monochromatic Colors of #EC83AC
Black with #EC83AC
Text Example
Text Example
White with #EC83AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83AC; }
p { color: rgb(236,131,172); }
H1.HeaderClassName
{
color: #EC83AC;
}
.AnyTagClassName
{
color: #EC83AC;
}
</style>
background-color css
<style>
a { background-color: #EC83AC; }
a { background-color: rgb(236,131,172); }
div.DivClassName
{
background-color: #EC83AC;
}
.BgClassName
{
background-color: #EC83AC;
}
</style>
border-color css
<style>
span { border-color: #EC83AC; }
span { border-color: rgb(236,131,172); }
td.TdClassName
{
border-color: #EC83AC;
}
.TagClassName
{
border-color: #EC83AC;
}
</style>