Shades of Mauvelous #EF8EAD
Tints of Mauvelous #EF8EAD
RGB
CMYK
RGB Variations
Color information
#EF8EAD (or 0xEF8EAD) is known color: Mauvelous. HEX triplet: EF, 8E and AD. RGB value is (239,142,173). Sum of RGB (Red+Green+Blue) = 239+142+173=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8EAD is #107152. Grayscale: #AEAEAE. Windows color (decimal): -1077587 or 11374319. OLE color: 11374319.
HSL color Cylindrical-coordinate representation of color #EF8EAD: hue angle of 340.82º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8EAD is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 142 | 173 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.06 |
| HSL | 340.82º | 0.75% | 0.75% | - |
| HSV(B) | 340.82º | 0.41% | 0.94% | - |
| XYZ | 52.81 | 40.71 | 44.61 | - |
| YUV | 174.54 | 127.14 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 142 | 173 | 0 | 0.41 | 0.28 | 0.06 | 340.82 | 0.75 | 0.75 |
| Hex | EF | 8E | AD | 0 | 29 | 1C | 6 | 155 | 4B | 4B |
| Octal | 357 | 216 | 255 | 0 | 51 | 34 | 6 | 525 | 113 | 113 |
| Binary | 11101111 | 10001110 | 10101101 | 0 | 101001 | 11100 | 110 | 101010101 | 1001011 | 1001011 |
Color Harmonies of #EF8EAD
Complementary color
Monochromatic Colors of #EF8EAD
Black with #EF8EAD
Text Example
Text Example
White with #EF8EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8EAD; }
p { color: rgb(239,142,173); }
H1.HeaderClassName
{
color: #EF8EAD;
}
.AnyTagClassName
{
color: #EF8EAD;
}
</style>
background-color css
<style>
a { background-color: #EF8EAD; }
a { background-color: rgb(239,142,173); }
div.DivClassName
{
background-color: #EF8EAD;
}
.BgClassName
{
background-color: #EF8EAD;
}
</style>
border-color css
<style>
span { border-color: #EF8EAD; }
span { border-color: rgb(239,142,173); }
td.TdClassName
{
border-color: #EF8EAD;
}
.TagClassName
{
border-color: #EF8EAD;
}
</style>