Shades of Mauvelous #EF8CA5
Tints of Mauvelous #EF8CA5
RGB
CMYK
RGB Variations
Color information
#EF8CA5 (or 0xEF8CA5) is known color: Mauvelous. HEX triplet: EF, 8C and A5. RGB value is (239,140,165). Sum of RGB (Red+Green+Blue) = 239+140+165=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8CA5 is #10735A. Grayscale: #ACACAC. Windows color (decimal): -1078107 or 10849519. OLE color: 10849519.
HSL color Cylindrical-coordinate representation of color #EF8CA5: hue angle of 344.85º 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 #EF8CA5 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 165 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.06 |
| HSL | 344.85º | 0.76% | 0.74% | - |
| HSV(B) | 344.85º | 0.41% | 0.94% | - |
| XYZ | 51.77 | 39.82 | 40.56 | - |
| YUV | 172.45 | 123.8 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 165 | 0 | 0.41 | 0.31 | 0.06 | 344.85 | 0.76 | 0.74 |
| Hex | EF | 8C | A5 | 0 | 29 | 1F | 6 | 159 | 4C | 4A |
| Octal | 357 | 214 | 245 | 0 | 51 | 37 | 6 | 531 | 114 | 112 |
| Binary | 11101111 | 10001100 | 10100101 | 0 | 101001 | 11111 | 110 | 101011001 | 1001100 | 1001010 |
Color Harmonies of #EF8CA5
Complementary color
Monochromatic Colors of #EF8CA5
Black with #EF8CA5
Text Example
Text Example
White with #EF8CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CA5; }
p { color: rgb(239,140,165); }
H1.HeaderClassName
{
color: #EF8CA5;
}
.AnyTagClassName
{
color: #EF8CA5;
}
</style>
background-color css
<style>
a { background-color: #EF8CA5; }
a { background-color: rgb(239,140,165); }
div.DivClassName
{
background-color: #EF8CA5;
}
.BgClassName
{
background-color: #EF8CA5;
}
</style>
border-color css
<style>
span { border-color: #EF8CA5; }
span { border-color: rgb(239,140,165); }
td.TdClassName
{
border-color: #EF8CA5;
}
.TagClassName
{
border-color: #EF8CA5;
}
</style>