Shades of Mauvelous #EF8BAE
Tints of Mauvelous #EF8BAE
RGB
CMYK
RGB Variations
Color information
#EF8BAE (or 0xEF8BAE) is known color: Mauvelous. HEX triplet: EF, 8B and AE. RGB value is (239,139,174). Sum of RGB (Red+Green+Blue) = 239+139+174=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8BAE is #107451. Grayscale: #ACACAC. Windows color (decimal): -1078354 or 11439087. OLE color: 11439087.
HSL color Cylindrical-coordinate representation of color #EF8BAE: hue angle of 339º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8BAE is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 174 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.06 |
| HSL | 339º | 0.76% | 0.74% | - |
| HSV(B) | 339º | 0.42% | 0.94% | - |
| XYZ | 52.47 | 39.87 | 44.98 | - |
| YUV | 172.89 | 128.63 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 174 | 0 | 0.42 | 0.27 | 0.06 | 339 | 0.76 | 0.74 |
| Hex | EF | 8B | AE | 0 | 2A | 1B | 6 | 153 | 4C | 4A |
| Octal | 357 | 213 | 256 | 0 | 52 | 33 | 6 | 523 | 114 | 112 |
| Binary | 11101111 | 10001011 | 10101110 | 0 | 101010 | 11011 | 110 | 101010011 | 1001100 | 1001010 |
Color Harmonies of #EF8BAE
Complementary color
Monochromatic Colors of #EF8BAE
Black with #EF8BAE
Text Example
Text Example
White with #EF8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BAE; }
p { color: rgb(239,139,174); }
H1.HeaderClassName
{
color: #EF8BAE;
}
.AnyTagClassName
{
color: #EF8BAE;
}
</style>
background-color css
<style>
a { background-color: #EF8BAE; }
a { background-color: rgb(239,139,174); }
div.DivClassName
{
background-color: #EF8BAE;
}
.BgClassName
{
background-color: #EF8BAE;
}
</style>
border-color css
<style>
span { border-color: #EF8BAE; }
span { border-color: rgb(239,139,174); }
td.TdClassName
{
border-color: #EF8BAE;
}
.TagClassName
{
border-color: #EF8BAE;
}
</style>