Shades of Mauvelous #EF8CA0
Tints of Mauvelous #EF8CA0
RGB
CMYK
RGB Variations
Color information
#EF8CA0 (or 0xEF8CA0) is known color: Mauvelous. HEX triplet: EF, 8C and A0. RGB value is (239,140,160). Sum of RGB (Red+Green+Blue) = 239+140+160=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8CA0 is #10735F. Grayscale: #ABABAB. Windows color (decimal): -1078112 or 10521839. OLE color: 10521839.
HSL color Cylindrical-coordinate representation of color #EF8CA0: hue angle of 347.88º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8CA0 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 160 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.06 |
| HSL | 347.88º | 0.76% | 0.74% | - |
| HSV(B) | 347.88º | 0.41% | 0.94% | - |
| XYZ | 51.32 | 39.64 | 38.21 | - |
| YUV | 171.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 160 | 0 | 0.41 | 0.33 | 0.06 | 347.88 | 0.76 | 0.74 |
| Hex | EF | 8C | A0 | 0 | 29 | 21 | 6 | 15C | 4C | 4A |
| Octal | 357 | 214 | 240 | 0 | 51 | 41 | 6 | 534 | 114 | 112 |
| Binary | 11101111 | 10001100 | 10100000 | 0 | 101001 | 100001 | 110 | 101011100 | 1001100 | 1001010 |
Color Harmonies of #EF8CA0
Complementary color
Monochromatic Colors of #EF8CA0
Black with #EF8CA0
Text Example
Text Example
White with #EF8CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CA0; }
p { color: rgb(239,140,160); }
H1.HeaderClassName
{
color: #EF8CA0;
}
.AnyTagClassName
{
color: #EF8CA0;
}
</style>
background-color css
<style>
a { background-color: #EF8CA0; }
a { background-color: rgb(239,140,160); }
div.DivClassName
{
background-color: #EF8CA0;
}
.BgClassName
{
background-color: #EF8CA0;
}
</style>
border-color css
<style>
span { border-color: #EF8CA0; }
span { border-color: rgb(239,140,160); }
td.TdClassName
{
border-color: #EF8CA0;
}
.TagClassName
{
border-color: #EF8CA0;
}
</style>