Shades of Mauvelous #EC95A8
Tints of Mauvelous #EC95A8
RGB
CMYK
RGB Variations
Color information
#EC95A8 (or 0xEC95A8) is known color: Mauvelous. HEX triplet: EC, 95 and A8. RGB value is (236,149,168). Sum of RGB (Red+Green+Blue) = 236+149+168=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC95A8 is #136A57. Grayscale: #B1B1B1. Windows color (decimal): -1272408 or 11048428. OLE color: 11048428.
HSL color Cylindrical-coordinate representation of color #EC95A8: hue angle of 346.9º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC95A8 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 168 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.07 |
| HSL | 346.9º | 0.7% | 0.75% | - |
| HSV(B) | 346.9º | 0.37% | 0.93% | - |
| XYZ | 52.41 | 42.15 | 42.42 | - |
| YUV | 177.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 168 | 0 | 0.37 | 0.29 | 0.07 | 346.9 | 0.7 | 0.75 |
| Hex | EC | 95 | A8 | 0 | 25 | 1D | 7 | 15B | 46 | 4B |
| Octal | 354 | 225 | 250 | 0 | 45 | 35 | 7 | 533 | 106 | 113 |
| Binary | 11101100 | 10010101 | 10101000 | 0 | 100101 | 11101 | 111 | 101011011 | 1000110 | 1001011 |
Color Harmonies of #EC95A8
Complementary color
Monochromatic Colors of #EC95A8
Black with #EC95A8
Text Example
Text Example
White with #EC95A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95A8; }
p { color: rgb(236,149,168); }
H1.HeaderClassName
{
color: #EC95A8;
}
.AnyTagClassName
{
color: #EC95A8;
}
</style>
background-color css
<style>
a { background-color: #EC95A8; }
a { background-color: rgb(236,149,168); }
div.DivClassName
{
background-color: #EC95A8;
}
.BgClassName
{
background-color: #EC95A8;
}
</style>
border-color css
<style>
span { border-color: #EC95A8; }
span { border-color: rgb(236,149,168); }
td.TdClassName
{
border-color: #EC95A8;
}
.TagClassName
{
border-color: #EC95A8;
}
</style>