Shades of Mauvelous #EF8FA4
Tints of Mauvelous #EF8FA4
RGB
CMYK
RGB Variations
Color information
#EF8FA4 (or 0xEF8FA4) is known color: Mauvelous. HEX triplet: EF, 8F and A4. RGB value is (239,143,164). Sum of RGB (Red+Green+Blue) = 239+143+164=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8FA4 is #10705B. Grayscale: #AEAEAE. Windows color (decimal): -1077340 or 10784751. OLE color: 10784751.
HSL color Cylindrical-coordinate representation of color #EF8FA4: hue angle of 346.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FA4 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 164 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.06 |
| HSL | 346.88º | 0.75% | 0.75% | - |
| HSV(B) | 346.88º | 0.4% | 0.94% | - |
| XYZ | 52.12 | 40.68 | 40.23 | - |
| YUV | 174.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 164 | 0 | 0.40 | 0.31 | 0.06 | 346.88 | 0.75 | 0.75 |
| Hex | EF | 8F | A4 | 0 | 28 | 1F | 6 | 15B | 4B | 4B |
| Octal | 357 | 217 | 244 | 0 | 50 | 37 | 6 | 533 | 113 | 113 |
| Binary | 11101111 | 10001111 | 10100100 | 0 | 101000 | 11111 | 110 | 101011011 | 1001011 | 1001011 |
Color Harmonies of #EF8FA4
Complementary color
Monochromatic Colors of #EF8FA4
Black with #EF8FA4
Text Example
Text Example
White with #EF8FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FA4; }
p { color: rgb(239,143,164); }
H1.HeaderClassName
{
color: #EF8FA4;
}
.AnyTagClassName
{
color: #EF8FA4;
}
</style>
background-color css
<style>
a { background-color: #EF8FA4; }
a { background-color: rgb(239,143,164); }
div.DivClassName
{
background-color: #EF8FA4;
}
.BgClassName
{
background-color: #EF8FA4;
}
</style>
border-color css
<style>
span { border-color: #EF8FA4; }
span { border-color: rgb(239,143,164); }
td.TdClassName
{
border-color: #EF8FA4;
}
.TagClassName
{
border-color: #EF8FA4;
}
</style>