Shades of Mauvelous #EC83A7
Tints of Mauvelous #EC83A7
RGB
CMYK
RGB Variations
Color information
#EC83A7 (or 0xEC83A7) is known color: Mauvelous. HEX triplet: EC, 83 and A7. RGB value is (236,131,167). Sum of RGB (Red+Green+Blue) = 236+131+167=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC83A7 is #137C58. Grayscale: #A6A6A6. Windows color (decimal): -1277017 or 10978284. OLE color: 10978284.
HSL color Cylindrical-coordinate representation of color #EC83A7: hue angle of 339.43º 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 #EC83A7 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 167 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.07 |
| HSL | 339.43º | 0.73% | 0.72% | - |
| HSV(B) | 339.43º | 0.44% | 0.93% | - |
| XYZ | 49.68 | 36.86 | 41.05 | - |
| YUV | 166.5 | 128.29 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 167 | 0 | 0.44 | 0.29 | 0.07 | 339.43 | 0.73 | 0.72 |
| Hex | EC | 83 | A7 | 0 | 2C | 1D | 7 | 153 | 49 | 48 |
| Octal | 354 | 203 | 247 | 0 | 54 | 35 | 7 | 523 | 111 | 110 |
| Binary | 11101100 | 10000011 | 10100111 | 0 | 101100 | 11101 | 111 | 101010011 | 1001001 | 1001000 |
Color Harmonies of #EC83A7
Complementary color
Monochromatic Colors of #EC83A7
Black with #EC83A7
Text Example
Text Example
White with #EC83A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83A7; }
p { color: rgb(236,131,167); }
H1.HeaderClassName
{
color: #EC83A7;
}
.AnyTagClassName
{
color: #EC83A7;
}
</style>
background-color css
<style>
a { background-color: #EC83A7; }
a { background-color: rgb(236,131,167); }
div.DivClassName
{
background-color: #EC83A7;
}
.BgClassName
{
background-color: #EC83A7;
}
</style>
border-color css
<style>
span { border-color: #EC83A7; }
span { border-color: rgb(236,131,167); }
td.TdClassName
{
border-color: #EC83A7;
}
.TagClassName
{
border-color: #EC83A7;
}
</style>