Shades of Mauvelous #EF98A5
Tints of Mauvelous #EF98A5
RGB
CMYK
RGB Variations
Color information
#EF98A5 (or 0xEF98A5) is known color: Mauvelous. HEX triplet: EF, 98 and A5. RGB value is (239,152,165). Sum of RGB (Red+Green+Blue) = 239+152+165=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF98A5 is #10675A. Grayscale: #B3B3B3. Windows color (decimal): -1075035 or 10852591. OLE color: 10852591.
HSL color Cylindrical-coordinate representation of color #EF98A5: hue angle of 351.03º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF98A5 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 165 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.06 |
| HSL | 351.03º | 0.73% | 0.77% | - |
| HSV(B) | 351.03º | 0.36% | 0.94% | - |
| XYZ | 53.62 | 43.52 | 41.17 | - |
| YUV | 179.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 165 | 0 | 0.36 | 0.31 | 0.06 | 351.03 | 0.73 | 0.77 |
| Hex | EF | 98 | A5 | 0 | 24 | 1F | 6 | 15F | 49 | 4D |
| Octal | 357 | 230 | 245 | 0 | 44 | 37 | 6 | 537 | 111 | 115 |
| Binary | 11101111 | 10011000 | 10100101 | 0 | 100100 | 11111 | 110 | 101011111 | 1001001 | 1001101 |
Color Harmonies of #EF98A5
Complementary color
Monochromatic Colors of #EF98A5
Black with #EF98A5
Text Example
Text Example
White with #EF98A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98A5; }
p { color: rgb(239,152,165); }
H1.HeaderClassName
{
color: #EF98A5;
}
.AnyTagClassName
{
color: #EF98A5;
}
</style>
background-color css
<style>
a { background-color: #EF98A5; }
a { background-color: rgb(239,152,165); }
div.DivClassName
{
background-color: #EF98A5;
}
.BgClassName
{
background-color: #EF98A5;
}
</style>
border-color css
<style>
span { border-color: #EF98A5; }
span { border-color: rgb(239,152,165); }
td.TdClassName
{
border-color: #EF98A5;
}
.TagClassName
{
border-color: #EF98A5;
}
</style>