Shades of Pale Magenta #EF89E5
Tints of Pale Magenta #EF89E5
RGB
CMYK
RGB Variations
Color information
#EF89E5 (or 0xEF89E5) is known color: Pale Magenta. HEX triplet: EF, 89 and E5. RGB value is (239,137,229). Sum of RGB (Red+Green+Blue) = 239+137+229=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 137 (53.91% from 255 or 22.64% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89E5 is #10761A. Grayscale: #B1B1B1. Windows color (decimal): -1078811 or 15043055. OLE color: 15043055.
HSL color Cylindrical-coordinate representation of color #EF89E5: hue angle of 305.88º 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 #EF89E5 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 229 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.06 |
| HSL | 305.88º | 0.76% | 0.74% | - |
| HSV(B) | 305.88º | 0.43% | 0.94% | - |
| XYZ | 58.69 | 41.9 | 79.12 | - |
| YUV | 177.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 229 | 0 | 0.43 | 0.04 | 0.06 | 305.88 | 0.76 | 0.74 |
| Hex | EF | 89 | E5 | 0 | 2B | 4 | 6 | 132 | 4C | 4A |
| Octal | 357 | 211 | 345 | 0 | 53 | 4 | 6 | 462 | 114 | 112 |
| Binary | 11101111 | 10001001 | 11100101 | 0 | 101011 | 100 | 110 | 100110010 | 1001100 | 1001010 |
Color Harmonies of #EF89E5
Complementary color
Monochromatic Colors of #EF89E5
Black with #EF89E5
Text Example
Text Example
White with #EF89E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89E5; }
p { color: rgb(239,137,229); }
H1.HeaderClassName
{
color: #EF89E5;
}
.AnyTagClassName
{
color: #EF89E5;
}
</style>
background-color css
<style>
a { background-color: #EF89E5; }
a { background-color: rgb(239,137,229); }
div.DivClassName
{
background-color: #EF89E5;
}
.BgClassName
{
background-color: #EF89E5;
}
</style>
border-color css
<style>
span { border-color: #EF89E5; }
span { border-color: rgb(239,137,229); }
td.TdClassName
{
border-color: #EF89E5;
}
.TagClassName
{
border-color: #EF89E5;
}
</style>