Shades of Mauvelous #EC92A6
Tints of Mauvelous #EC92A6
RGB
CMYK
RGB Variations
Color information
#EC92A6 (or 0xEC92A6) is known color: Mauvelous. HEX triplet: EC, 92 and A6. RGB value is (236,146,166). Sum of RGB (Red+Green+Blue) = 236+146+166=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC92A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC92A6 is #136D59. Grayscale: #AFAFAF. Windows color (decimal): -1273178 or 10916588. OLE color: 10916588.
HSL color Cylindrical-coordinate representation of color #EC92A6: hue angle of 346.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC92A6 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 166 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.07 |
| HSL | 346.67º | 0.7% | 0.75% | - |
| HSV(B) | 346.67º | 0.38% | 0.93% | - |
| XYZ | 51.75 | 41.14 | 41.29 | - |
| YUV | 175.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 166 | 0 | 0.38 | 0.30 | 0.07 | 346.67 | 0.7 | 0.75 |
| Hex | EC | 92 | A6 | 0 | 26 | 1E | 7 | 15B | 46 | 4B |
| Octal | 354 | 222 | 246 | 0 | 46 | 36 | 7 | 533 | 106 | 113 |
| Binary | 11101100 | 10010010 | 10100110 | 0 | 100110 | 11110 | 111 | 101011011 | 1000110 | 1001011 |
Color Harmonies of #EC92A6
Complementary color
Monochromatic Colors of #EC92A6
Black with #EC92A6
Text Example
Text Example
White with #EC92A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC92A6; }
p { color: rgb(236,146,166); }
H1.HeaderClassName
{
color: #EC92A6;
}
.AnyTagClassName
{
color: #EC92A6;
}
</style>
background-color css
<style>
a { background-color: #EC92A6; }
a { background-color: rgb(236,146,166); }
div.DivClassName
{
background-color: #EC92A6;
}
.BgClassName
{
background-color: #EC92A6;
}
</style>
border-color css
<style>
span { border-color: #EC92A6; }
span { border-color: rgb(236,146,166); }
td.TdClassName
{
border-color: #EC92A6;
}
.TagClassName
{
border-color: #EC92A6;
}
</style>