Shades of Mauvelous #EF88A4
Tints of Mauvelous #EF88A4
RGB
CMYK
RGB Variations
Color information
#EF88A4 (or 0xEF88A4) is known color: Mauvelous. HEX triplet: EF, 88 and A4. RGB value is (239,136,164). Sum of RGB (Red+Green+Blue) = 239+136+164=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF88A4 is #10775B. Grayscale: #A9A9A9. Windows color (decimal): -1079132 or 10782959. OLE color: 10782959.
HSL color Cylindrical-coordinate representation of color #EF88A4: hue angle of 343.69º 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 #EF88A4 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 164 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.06 |
| HSL | 343.69º | 0.76% | 0.74% | - |
| HSV(B) | 343.69º | 0.43% | 0.94% | - |
| XYZ | 51.1 | 38.64 | 39.89 | - |
| YUV | 169.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 164 | 0 | 0.43 | 0.31 | 0.06 | 343.69 | 0.76 | 0.74 |
| Hex | EF | 88 | A4 | 0 | 2B | 1F | 6 | 158 | 4C | 4A |
| Octal | 357 | 210 | 244 | 0 | 53 | 37 | 6 | 530 | 114 | 112 |
| Binary | 11101111 | 10001000 | 10100100 | 0 | 101011 | 11111 | 110 | 101011000 | 1001100 | 1001010 |
Color Harmonies of #EF88A4
Complementary color
Monochromatic Colors of #EF88A4
Black with #EF88A4
Text Example
Text Example
White with #EF88A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF88A4; }
p { color: rgb(239,136,164); }
H1.HeaderClassName
{
color: #EF88A4;
}
.AnyTagClassName
{
color: #EF88A4;
}
</style>
background-color css
<style>
a { background-color: #EF88A4; }
a { background-color: rgb(239,136,164); }
div.DivClassName
{
background-color: #EF88A4;
}
.BgClassName
{
background-color: #EF88A4;
}
</style>
border-color css
<style>
span { border-color: #EF88A4; }
span { border-color: rgb(239,136,164); }
td.TdClassName
{
border-color: #EF88A4;
}
.TagClassName
{
border-color: #EF88A4;
}
</style>