Shades of Mauvelous #EF88A1
Tints of Mauvelous #EF88A1
RGB
CMYK
RGB Variations
Color information
#EF88A1 (or 0xEF88A1) is known color: Mauvelous. HEX triplet: EF, 88 and A1. RGB value is (239,136,161). Sum of RGB (Red+Green+Blue) = 239+136+161=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF88A1 is #10775E. Grayscale: #A9A9A9. Windows color (decimal): -1079135 or 10586351. OLE color: 10586351.
HSL color Cylindrical-coordinate representation of color #EF88A1: hue angle of 345.44º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF88A1 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 161 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.06 |
| HSL | 345.44º | 0.76% | 0.74% | - |
| HSV(B) | 345.44º | 0.43% | 0.94% | - |
| XYZ | 50.83 | 38.53 | 38.48 | - |
| YUV | 169.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 161 | 0 | 0.43 | 0.33 | 0.06 | 345.44 | 0.76 | 0.74 |
| Hex | EF | 88 | A1 | 0 | 2B | 21 | 6 | 159 | 4C | 4A |
| Octal | 357 | 210 | 241 | 0 | 53 | 41 | 6 | 531 | 114 | 112 |
| Binary | 11101111 | 10001000 | 10100001 | 0 | 101011 | 100001 | 110 | 101011001 | 1001100 | 1001010 |
Color Harmonies of #EF88A1
Complementary color
Monochromatic Colors of #EF88A1
Black with #EF88A1
Text Example
Text Example
White with #EF88A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF88A1; }
p { color: rgb(239,136,161); }
H1.HeaderClassName
{
color: #EF88A1;
}
.AnyTagClassName
{
color: #EF88A1;
}
</style>
background-color css
<style>
a { background-color: #EF88A1; }
a { background-color: rgb(239,136,161); }
div.DivClassName
{
background-color: #EF88A1;
}
.BgClassName
{
background-color: #EF88A1;
}
</style>
border-color css
<style>
span { border-color: #EF88A1; }
span { border-color: rgb(239,136,161); }
td.TdClassName
{
border-color: #EF88A1;
}
.TagClassName
{
border-color: #EF88A1;
}
</style>