Shades of Mauvelous #EC92A5
Tints of Mauvelous #EC92A5
RGB
CMYK
RGB Variations
Color information
#EC92A5 (or 0xEC92A5) is known color: Mauvelous. HEX triplet: EC, 92 and A5. RGB value is (236,146,165). Sum of RGB (Red+Green+Blue) = 236+146+165=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC92A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC92A5 is #136D5A. Grayscale: #AFAFAF. Windows color (decimal): -1273179 or 10851052. OLE color: 10851052.
HSL color Cylindrical-coordinate representation of color #EC92A5: hue angle of 347.33º 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 #EC92A5 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 165 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.07 |
| HSL | 347.33º | 0.7% | 0.75% | - |
| HSV(B) | 347.33º | 0.38% | 0.93% | - |
| XYZ | 51.66 | 41.11 | 40.81 | - |
| YUV | 175.08 | 122.32 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 165 | 0 | 0.38 | 0.30 | 0.07 | 347.33 | 0.7 | 0.75 |
| Hex | EC | 92 | A5 | 0 | 26 | 1E | 7 | 15B | 46 | 4B |
| Octal | 354 | 222 | 245 | 0 | 46 | 36 | 7 | 533 | 106 | 113 |
| Binary | 11101100 | 10010010 | 10100101 | 0 | 100110 | 11110 | 111 | 101011011 | 1000110 | 1001011 |
Color Harmonies of #EC92A5
Complementary color
Monochromatic Colors of #EC92A5
Black with #EC92A5
Text Example
Text Example
White with #EC92A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC92A5; }
p { color: rgb(236,146,165); }
H1.HeaderClassName
{
color: #EC92A5;
}
.AnyTagClassName
{
color: #EC92A5;
}
</style>
background-color css
<style>
a { background-color: #EC92A5; }
a { background-color: rgb(236,146,165); }
div.DivClassName
{
background-color: #EC92A5;
}
.BgClassName
{
background-color: #EC92A5;
}
</style>
border-color css
<style>
span { border-color: #EC92A5; }
span { border-color: rgb(236,146,165); }
td.TdClassName
{
border-color: #EC92A5;
}
.TagClassName
{
border-color: #EC92A5;
}
</style>