Shades of Mauvelous #EC83AB
Tints of Mauvelous #EC83AB
RGB
CMYK
RGB Variations
Color information
#EC83AB (or 0xEC83AB) is known color: Mauvelous. HEX triplet: EC, 83 and AB. RGB value is (236,131,171). Sum of RGB (Red+Green+Blue) = 236+131+171=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC83AB is #137C54. Grayscale: #A6A6A6. Windows color (decimal): -1277013 or 11240428. OLE color: 11240428.
HSL color Cylindrical-coordinate representation of color #EC83AB: hue angle of 337.14º 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 #EC83AB is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 171 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.07 |
| HSL | 337.14º | 0.73% | 0.72% | - |
| HSV(B) | 337.14º | 0.44% | 0.93% | - |
| XYZ | 50.06 | 37.01 | 43.03 | - |
| YUV | 166.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 171 | 0 | 0.44 | 0.28 | 0.07 | 337.14 | 0.73 | 0.72 |
| Hex | EC | 83 | AB | 0 | 2C | 1C | 7 | 151 | 49 | 48 |
| Octal | 354 | 203 | 253 | 0 | 54 | 34 | 7 | 521 | 111 | 110 |
| Binary | 11101100 | 10000011 | 10101011 | 0 | 101100 | 11100 | 111 | 101010001 | 1001001 | 1001000 |
Color Harmonies of #EC83AB
Complementary color
Monochromatic Colors of #EC83AB
Black with #EC83AB
Text Example
Text Example
White with #EC83AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83AB; }
p { color: rgb(236,131,171); }
H1.HeaderClassName
{
color: #EC83AB;
}
.AnyTagClassName
{
color: #EC83AB;
}
</style>
background-color css
<style>
a { background-color: #EC83AB; }
a { background-color: rgb(236,131,171); }
div.DivClassName
{
background-color: #EC83AB;
}
.BgClassName
{
background-color: #EC83AB;
}
</style>
border-color css
<style>
span { border-color: #EC83AB; }
span { border-color: rgb(236,131,171); }
td.TdClassName
{
border-color: #EC83AB;
}
.TagClassName
{
border-color: #EC83AB;
}
</style>