Shades of Pale Magenta #EF89DF
Tints of Pale Magenta #EF89DF
RGB
CMYK
RGB Variations
Color information
#EF89DF (or 0xEF89DF) is known color: Pale Magenta. HEX triplet: EF, 89 and DF. RGB value is (239,137,223). Sum of RGB (Red+Green+Blue) = 239+137+223=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 137 (53.91% from 255 or 22.87% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89DF is #107620. Grayscale: #B1B1B1. Windows color (decimal): -1078817 or 14649839. OLE color: 14649839.
HSL color Cylindrical-coordinate representation of color #EF89DF: hue angle of 309.41º 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 #EF89DF is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 223 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.06 |
| HSL | 309.41º | 0.76% | 0.74% | - |
| HSV(B) | 309.41º | 0.43% | 0.94% | - |
| XYZ | 57.86 | 41.57 | 74.79 | - |
| YUV | 177.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 223 | 0 | 0.43 | 0.07 | 0.06 | 309.41 | 0.76 | 0.74 |
| Hex | EF | 89 | DF | 0 | 2B | 7 | 6 | 135 | 4C | 4A |
| Octal | 357 | 211 | 337 | 0 | 53 | 7 | 6 | 465 | 114 | 112 |
| Binary | 11101111 | 10001001 | 11011111 | 0 | 101011 | 111 | 110 | 100110101 | 1001100 | 1001010 |
Color Harmonies of #EF89DF
Complementary color
Monochromatic Colors of #EF89DF
Black with #EF89DF
Text Example
Text Example
White with #EF89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89DF; }
p { color: rgb(239,137,223); }
H1.HeaderClassName
{
color: #EF89DF;
}
.AnyTagClassName
{
color: #EF89DF;
}
</style>
background-color css
<style>
a { background-color: #EF89DF; }
a { background-color: rgb(239,137,223); }
div.DivClassName
{
background-color: #EF89DF;
}
.BgClassName
{
background-color: #EF89DF;
}
</style>
border-color css
<style>
span { border-color: #EF89DF; }
span { border-color: rgb(239,137,223); }
td.TdClassName
{
border-color: #EF89DF;
}
.TagClassName
{
border-color: #EF89DF;
}
</style>