Shades of Mauvelous #EF88A8
Tints of Mauvelous #EF88A8
RGB
CMYK
RGB Variations
Color information
#EF88A8 (or 0xEF88A8) is known color: Mauvelous. HEX triplet: EF, 88 and A8. RGB value is (239,136,168). Sum of RGB (Red+Green+Blue) = 239+136+168=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF88A8 is #107757. Grayscale: #AAAAAA. Windows color (decimal): -1079128 or 11045103. OLE color: 11045103.
HSL color Cylindrical-coordinate representation of color #EF88A8: hue angle of 341.36º 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 #EF88A8 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 168 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.06 |
| HSL | 341.36º | 0.76% | 0.74% | - |
| HSV(B) | 341.36º | 0.43% | 0.94% | - |
| XYZ | 51.47 | 38.79 | 41.82 | - |
| YUV | 170.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 168 | 0 | 0.43 | 0.30 | 0.06 | 341.36 | 0.76 | 0.74 |
| Hex | EF | 88 | A8 | 0 | 2B | 1E | 6 | 155 | 4C | 4A |
| Octal | 357 | 210 | 250 | 0 | 53 | 36 | 6 | 525 | 114 | 112 |
| Binary | 11101111 | 10001000 | 10101000 | 0 | 101011 | 11110 | 110 | 101010101 | 1001100 | 1001010 |
Color Harmonies of #EF88A8
Complementary color
Monochromatic Colors of #EF88A8
Black with #EF88A8
Text Example
Text Example
White with #EF88A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF88A8; }
p { color: rgb(239,136,168); }
H1.HeaderClassName
{
color: #EF88A8;
}
.AnyTagClassName
{
color: #EF88A8;
}
</style>
background-color css
<style>
a { background-color: #EF88A8; }
a { background-color: rgb(239,136,168); }
div.DivClassName
{
background-color: #EF88A8;
}
.BgClassName
{
background-color: #EF88A8;
}
</style>
border-color css
<style>
span { border-color: #EF88A8; }
span { border-color: rgb(239,136,168); }
td.TdClassName
{
border-color: #EF88A8;
}
.TagClassName
{
border-color: #EF88A8;
}
</style>