Shades of Mauvelous #EF8CAA
Tints of Mauvelous #EF8CAA
RGB
CMYK
RGB Variations
Color information
#EF8CAA (or 0xEF8CAA) is known color: Mauvelous. HEX triplet: EF, 8C and AA. RGB value is (239,140,170). Sum of RGB (Red+Green+Blue) = 239+140+170=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8CAA is #107355. Grayscale: #ADADAD. Windows color (decimal): -1078102 or 11177199. OLE color: 11177199.
HSL color Cylindrical-coordinate representation of color #EF8CAA: hue angle of 341.82º 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 #EF8CAA is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 170 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.06 |
| HSL | 341.82º | 0.76% | 0.74% | - |
| HSV(B) | 341.82º | 0.41% | 0.94% | - |
| XYZ | 52.23 | 40.01 | 43 | - |
| YUV | 173.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 170 | 0 | 0.41 | 0.29 | 0.06 | 341.82 | 0.76 | 0.74 |
| Hex | EF | 8C | AA | 0 | 29 | 1D | 6 | 156 | 4C | 4A |
| Octal | 357 | 214 | 252 | 0 | 51 | 35 | 6 | 526 | 114 | 112 |
| Binary | 11101111 | 10001100 | 10101010 | 0 | 101001 | 11101 | 110 | 101010110 | 1001100 | 1001010 |
Color Harmonies of #EF8CAA
Complementary color
Monochromatic Colors of #EF8CAA
Black with #EF8CAA
Text Example
Text Example
White with #EF8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CAA; }
p { color: rgb(239,140,170); }
H1.HeaderClassName
{
color: #EF8CAA;
}
.AnyTagClassName
{
color: #EF8CAA;
}
</style>
background-color css
<style>
a { background-color: #EF8CAA; }
a { background-color: rgb(239,140,170); }
div.DivClassName
{
background-color: #EF8CAA;
}
.BgClassName
{
background-color: #EF8CAA;
}
</style>
border-color css
<style>
span { border-color: #EF8CAA; }
span { border-color: rgb(239,140,170); }
td.TdClassName
{
border-color: #EF8CAA;
}
.TagClassName
{
border-color: #EF8CAA;
}
</style>