Shades of Pale Magenta #EF89E2
Tints of Pale Magenta #EF89E2
RGB
CMYK
RGB Variations
Color information
#EF89E2 (or 0xEF89E2) is known color: Pale Magenta. HEX triplet: EF, 89 and E2. RGB value is (239,137,226). Sum of RGB (Red+Green+Blue) = 239+137+226=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 137 (53.91% from 255 or 22.76% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89E2 is #10761D. Grayscale: #B1B1B1. Windows color (decimal): -1078814 or 14846447. OLE color: 14846447.
HSL color Cylindrical-coordinate representation of color #EF89E2: hue angle of 307.65º 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 #EF89E2 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 226 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.06 |
| HSL | 307.65º | 0.76% | 0.74% | - |
| HSV(B) | 307.65º | 0.43% | 0.94% | - |
| XYZ | 58.27 | 41.73 | 76.94 | - |
| YUV | 177.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 226 | 0 | 0.43 | 0.05 | 0.06 | 307.65 | 0.76 | 0.74 |
| Hex | EF | 89 | E2 | 0 | 2B | 5 | 6 | 134 | 4C | 4A |
| Octal | 357 | 211 | 342 | 0 | 53 | 5 | 6 | 464 | 114 | 112 |
| Binary | 11101111 | 10001001 | 11100010 | 0 | 101011 | 101 | 110 | 100110100 | 1001100 | 1001010 |
Color Harmonies of #EF89E2
Complementary color
Monochromatic Colors of #EF89E2
Black with #EF89E2
Text Example
Text Example
White with #EF89E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89E2; }
p { color: rgb(239,137,226); }
H1.HeaderClassName
{
color: #EF89E2;
}
.AnyTagClassName
{
color: #EF89E2;
}
</style>
background-color css
<style>
a { background-color: #EF89E2; }
a { background-color: rgb(239,137,226); }
div.DivClassName
{
background-color: #EF89E2;
}
.BgClassName
{
background-color: #EF89E2;
}
</style>
border-color css
<style>
span { border-color: #EF89E2; }
span { border-color: rgb(239,137,226); }
td.TdClassName
{
border-color: #EF89E2;
}
.TagClassName
{
border-color: #EF89E2;
}
</style>