Shades of Mauvelous #EC98A9
Tints of Mauvelous #EC98A9
RGB
CMYK
RGB Variations
Color information
#EC98A9 (or 0xEC98A9) is known color: Mauvelous. HEX triplet: EC, 98 and A9. RGB value is (236,152,169). Sum of RGB (Red+Green+Blue) = 236+152+169=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC98A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC98A9 is #136756. Grayscale: #B3B3B3. Windows color (decimal): -1271639 or 11114732. OLE color: 11114732.
HSL color Cylindrical-coordinate representation of color #EC98A9: hue angle of 347.86º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC98A9 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 169 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.07 |
| HSL | 347.86º | 0.69% | 0.76% | - |
| HSV(B) | 347.86º | 0.36% | 0.93% | - |
| XYZ | 52.98 | 43.15 | 43.07 | - |
| YUV | 179.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 169 | 0 | 0.36 | 0.28 | 0.07 | 347.86 | 0.69 | 0.76 |
| Hex | EC | 98 | A9 | 0 | 24 | 1C | 7 | 15C | 45 | 4C |
| Octal | 354 | 230 | 251 | 0 | 44 | 34 | 7 | 534 | 105 | 114 |
| Binary | 11101100 | 10011000 | 10101001 | 0 | 100100 | 11100 | 111 | 101011100 | 1000101 | 1001100 |
Color Harmonies of #EC98A9
Complementary color
Monochromatic Colors of #EC98A9
Black with #EC98A9
Text Example
Text Example
White with #EC98A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC98A9; }
p { color: rgb(236,152,169); }
H1.HeaderClassName
{
color: #EC98A9;
}
.AnyTagClassName
{
color: #EC98A9;
}
</style>
background-color css
<style>
a { background-color: #EC98A9; }
a { background-color: rgb(236,152,169); }
div.DivClassName
{
background-color: #EC98A9;
}
.BgClassName
{
background-color: #EC98A9;
}
</style>
border-color css
<style>
span { border-color: #EC98A9; }
span { border-color: rgb(236,152,169); }
td.TdClassName
{
border-color: #EC98A9;
}
.TagClassName
{
border-color: #EC98A9;
}
</style>