Shades of Mauvelous #EF88A2
Tints of Mauvelous #EF88A2
RGB
CMYK
RGB Variations
Color information
#EF88A2 (or 0xEF88A2) is known color: Mauvelous. HEX triplet: EF, 88 and A2. RGB value is (239,136,162). Sum of RGB (Red+Green+Blue) = 239+136+162=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF88A2 is #10775D. Grayscale: #A9A9A9. Windows color (decimal): -1079134 or 10651887. OLE color: 10651887.
HSL color Cylindrical-coordinate representation of color #EF88A2: hue angle of 344.85º 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 #EF88A2 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 162 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.06 |
| HSL | 344.85º | 0.76% | 0.74% | - |
| HSV(B) | 344.85º | 0.43% | 0.94% | - |
| XYZ | 50.92 | 38.57 | 38.94 | - |
| YUV | 169.76 | 123.62 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 162 | 0 | 0.43 | 0.32 | 0.06 | 344.85 | 0.76 | 0.74 |
| Hex | EF | 88 | A2 | 0 | 2B | 20 | 6 | 159 | 4C | 4A |
| Octal | 357 | 210 | 242 | 0 | 53 | 40 | 6 | 531 | 114 | 112 |
| Binary | 11101111 | 10001000 | 10100010 | 0 | 101011 | 100000 | 110 | 101011001 | 1001100 | 1001010 |
Color Harmonies of #EF88A2
Complementary color
Monochromatic Colors of #EF88A2
Black with #EF88A2
Text Example
Text Example
White with #EF88A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF88A2; }
p { color: rgb(239,136,162); }
H1.HeaderClassName
{
color: #EF88A2;
}
.AnyTagClassName
{
color: #EF88A2;
}
</style>
background-color css
<style>
a { background-color: #EF88A2; }
a { background-color: rgb(239,136,162); }
div.DivClassName
{
background-color: #EF88A2;
}
.BgClassName
{
background-color: #EF88A2;
}
</style>
border-color css
<style>
span { border-color: #EF88A2; }
span { border-color: rgb(239,136,162); }
td.TdClassName
{
border-color: #EF88A2;
}
.TagClassName
{
border-color: #EF88A2;
}
</style>