Shades of Pale Magenta #EF89DA
Tints of Pale Magenta #EF89DA
RGB
CMYK
RGB Variations
Color information
#EF89DA (or 0xEF89DA) is known color: Pale Magenta. HEX triplet: EF, 89 and DA. RGB value is (239,137,218). Sum of RGB (Red+Green+Blue) = 239+137+218=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 137 (53.91% from 255 or 23.06% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89DA is #107625. Grayscale: #B0B0B0. Windows color (decimal): -1078822 or 14322159. OLE color: 14322159.
HSL color Cylindrical-coordinate representation of color #EF89DA: hue angle of 312.35º 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 #EF89DA is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 218 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.06 |
| HSL | 312.35º | 0.76% | 0.74% | - |
| HSV(B) | 312.35º | 0.43% | 0.94% | - |
| XYZ | 57.2 | 41.3 | 71.29 | - |
| YUV | 176.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 218 | 0 | 0.43 | 0.09 | 0.06 | 312.35 | 0.76 | 0.74 |
| Hex | EF | 89 | DA | 0 | 2B | 9 | 6 | 138 | 4C | 4A |
| Octal | 357 | 211 | 332 | 0 | 53 | 11 | 6 | 470 | 114 | 112 |
| Binary | 11101111 | 10001001 | 11011010 | 0 | 101011 | 1001 | 110 | 100111000 | 1001100 | 1001010 |
Color Harmonies of #EF89DA
Complementary color
Monochromatic Colors of #EF89DA
Black with #EF89DA
Text Example
Text Example
White with #EF89DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89DA; }
p { color: rgb(239,137,218); }
H1.HeaderClassName
{
color: #EF89DA;
}
.AnyTagClassName
{
color: #EF89DA;
}
</style>
background-color css
<style>
a { background-color: #EF89DA; }
a { background-color: rgb(239,137,218); }
div.DivClassName
{
background-color: #EF89DA;
}
.BgClassName
{
background-color: #EF89DA;
}
</style>
border-color css
<style>
span { border-color: #EF89DA; }
span { border-color: rgb(239,137,218); }
td.TdClassName
{
border-color: #EF89DA;
}
.TagClassName
{
border-color: #EF89DA;
}
</style>