Shades of Pale Magenta #EF88E5
Tints of Pale Magenta #EF88E5
RGB
CMYK
RGB Variations
Color information
#EF88E5 (or 0xEF88E5) is known color: Pale Magenta. HEX triplet: EF, 88 and E5. RGB value is (239,136,229). Sum of RGB (Red+Green+Blue) = 239+136+229=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 136 (53.52% from 255 or 22.52% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88E5 is #10771A. Grayscale: #B1B1B1. Windows color (decimal): -1079067 or 15042799. OLE color: 15042799.
HSL color Cylindrical-coordinate representation of color #EF88E5: hue angle of 305.83º 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 #EF88E5 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 229 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.06 |
| HSL | 305.83º | 0.76% | 0.74% | - |
| HSV(B) | 305.83º | 0.43% | 0.94% | - |
| XYZ | 58.54 | 41.62 | 79.08 | - |
| YUV | 177.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 229 | 0 | 0.43 | 0.04 | 0.06 | 305.83 | 0.76 | 0.74 |
| Hex | EF | 88 | E5 | 0 | 2B | 4 | 6 | 132 | 4C | 4A |
| Octal | 357 | 210 | 345 | 0 | 53 | 4 | 6 | 462 | 114 | 112 |
| Binary | 11101111 | 10001000 | 11100101 | 0 | 101011 | 100 | 110 | 100110010 | 1001100 | 1001010 |
Color Harmonies of #EF88E5
Complementary color
Monochromatic Colors of #EF88E5
Black with #EF88E5
Text Example
Text Example
White with #EF88E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF88E5; }
p { color: rgb(239,136,229); }
H1.HeaderClassName
{
color: #EF88E5;
}
.AnyTagClassName
{
color: #EF88E5;
}
</style>
background-color css
<style>
a { background-color: #EF88E5; }
a { background-color: rgb(239,136,229); }
div.DivClassName
{
background-color: #EF88E5;
}
.BgClassName
{
background-color: #EF88E5;
}
</style>
border-color css
<style>
span { border-color: #EF88E5; }
span { border-color: rgb(239,136,229); }
td.TdClassName
{
border-color: #EF88E5;
}
.TagClassName
{
border-color: #EF88E5;
}
</style>