Shades of Mauvelous #EC8FA2
Tints of Mauvelous #EC8FA2
RGB
CMYK
RGB Variations
Color information
#EC8FA2 (or 0xEC8FA2) is known color: Mauvelous. HEX triplet: EC, 8F and A2. RGB value is (236,143,162). Sum of RGB (Red+Green+Blue) = 236+143+162=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8FA2 is #13705D. Grayscale: #ACACAC. Windows color (decimal): -1273950 or 10653676. OLE color: 10653676.
HSL color Cylindrical-coordinate representation of color #EC8FA2: hue angle of 347.74º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8FA2 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 162 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.07 |
| HSL | 347.74º | 0.71% | 0.74% | - |
| HSV(B) | 347.74º | 0.39% | 0.93% | - |
| XYZ | 50.94 | 40.09 | 39.24 | - |
| YUV | 172.97 | 121.81 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 162 | 0 | 0.39 | 0.31 | 0.07 | 347.74 | 0.71 | 0.74 |
| Hex | EC | 8F | A2 | 0 | 27 | 1F | 7 | 15C | 47 | 4A |
| Octal | 354 | 217 | 242 | 0 | 47 | 37 | 7 | 534 | 107 | 112 |
| Binary | 11101100 | 10001111 | 10100010 | 0 | 100111 | 11111 | 111 | 101011100 | 1000111 | 1001010 |
Color Harmonies of #EC8FA2
Complementary color
Monochromatic Colors of #EC8FA2
Black with #EC8FA2
Text Example
Text Example
White with #EC8FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FA2; }
p { color: rgb(236,143,162); }
H1.HeaderClassName
{
color: #EC8FA2;
}
.AnyTagClassName
{
color: #EC8FA2;
}
</style>
background-color css
<style>
a { background-color: #EC8FA2; }
a { background-color: rgb(236,143,162); }
div.DivClassName
{
background-color: #EC8FA2;
}
.BgClassName
{
background-color: #EC8FA2;
}
</style>
border-color css
<style>
span { border-color: #EC8FA2; }
span { border-color: rgb(236,143,162); }
td.TdClassName
{
border-color: #EC8FA2;
}
.TagClassName
{
border-color: #EC8FA2;
}
</style>