Shades of Mauvelous #EC8FAB
Tints of Mauvelous #EC8FAB
RGB
CMYK
RGB Variations
Color information
#EC8FAB (or 0xEC8FAB) is known color: Mauvelous. HEX triplet: EC, 8F and AB. RGB value is (236,143,171). Sum of RGB (Red+Green+Blue) = 236+143+171=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8FAB is #137054. Grayscale: #ADADAD. Windows color (decimal): -1273941 or 11243500. OLE color: 11243500.
HSL color Cylindrical-coordinate representation of color #EC8FAB: hue angle of 341.94º 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 #EC8FAB is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 171 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.07 |
| HSL | 341.94º | 0.71% | 0.74% | - |
| HSV(B) | 341.94º | 0.39% | 0.93% | - |
| XYZ | 51.77 | 40.42 | 43.6 | - |
| YUV | 174 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 171 | 0 | 0.39 | 0.28 | 0.07 | 341.94 | 0.71 | 0.74 |
| Hex | EC | 8F | AB | 0 | 27 | 1C | 7 | 156 | 47 | 4A |
| Octal | 354 | 217 | 253 | 0 | 47 | 34 | 7 | 526 | 107 | 112 |
| Binary | 11101100 | 10001111 | 10101011 | 0 | 100111 | 11100 | 111 | 101010110 | 1000111 | 1001010 |
Color Harmonies of #EC8FAB
Complementary color
Monochromatic Colors of #EC8FAB
Black with #EC8FAB
Text Example
Text Example
White with #EC8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FAB; }
p { color: rgb(236,143,171); }
H1.HeaderClassName
{
color: #EC8FAB;
}
.AnyTagClassName
{
color: #EC8FAB;
}
</style>
background-color css
<style>
a { background-color: #EC8FAB; }
a { background-color: rgb(236,143,171); }
div.DivClassName
{
background-color: #EC8FAB;
}
.BgClassName
{
background-color: #EC8FAB;
}
</style>
border-color css
<style>
span { border-color: #EC8FAB; }
span { border-color: rgb(236,143,171); }
td.TdClassName
{
border-color: #EC8FAB;
}
.TagClassName
{
border-color: #EC8FAB;
}
</style>