Shades of Mauvelous #EC8FA8
Tints of Mauvelous #EC8FA8
RGB
CMYK
RGB Variations
Color information
#EC8FA8 (or 0xEC8FA8) is known color: Mauvelous. HEX triplet: EC, 8F and A8. RGB value is (236,143,168). Sum of RGB (Red+Green+Blue) = 236+143+168=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8FA8 is #137057. Grayscale: #ADADAD. Windows color (decimal): -1273944 or 11046892. OLE color: 11046892.
HSL color Cylindrical-coordinate representation of color #EC8FA8: hue angle of 343.87º 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 #EC8FA8 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 168 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.07 |
| HSL | 343.87º | 0.71% | 0.74% | - |
| HSV(B) | 343.87º | 0.39% | 0.93% | - |
| XYZ | 51.48 | 40.3 | 42.11 | - |
| YUV | 173.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 168 | 0 | 0.39 | 0.29 | 0.07 | 343.87 | 0.71 | 0.74 |
| Hex | EC | 8F | A8 | 0 | 27 | 1D | 7 | 158 | 47 | 4A |
| Octal | 354 | 217 | 250 | 0 | 47 | 35 | 7 | 530 | 107 | 112 |
| Binary | 11101100 | 10001111 | 10101000 | 0 | 100111 | 11101 | 111 | 101011000 | 1000111 | 1001010 |
Color Harmonies of #EC8FA8
Complementary color
Monochromatic Colors of #EC8FA8
Black with #EC8FA8
Text Example
Text Example
White with #EC8FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FA8; }
p { color: rgb(236,143,168); }
H1.HeaderClassName
{
color: #EC8FA8;
}
.AnyTagClassName
{
color: #EC8FA8;
}
</style>
background-color css
<style>
a { background-color: #EC8FA8; }
a { background-color: rgb(236,143,168); }
div.DivClassName
{
background-color: #EC8FA8;
}
.BgClassName
{
background-color: #EC8FA8;
}
</style>
border-color css
<style>
span { border-color: #EC8FA8; }
span { border-color: rgb(236,143,168); }
td.TdClassName
{
border-color: #EC8FA8;
}
.TagClassName
{
border-color: #EC8FA8;
}
</style>