Shades of Pale Magenta #EF8DD9
Tints of Pale Magenta #EF8DD9
RGB
CMYK
RGB Variations
Color information
#EF8DD9 (or 0xEF8DD9) is known color: Pale Magenta. HEX triplet: EF, 8D and D9. RGB value is (239,141,217). Sum of RGB (Red+Green+Blue) = 239+141+217=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DD9 is #107226. Grayscale: #B2B2B2. Windows color (decimal): -1077799 or 14257647. OLE color: 14257647.
HSL color Cylindrical-coordinate representation of color #EF8DD9: hue angle of 313.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8DD9 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 217 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.06 |
| HSL | 313.47º | 0.75% | 0.75% | - |
| HSV(B) | 313.47º | 0.41% | 0.94% | - |
| XYZ | 57.65 | 42.41 | 70.79 | - |
| YUV | 178.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 217 | 0 | 0.41 | 0.09 | 0.06 | 313.47 | 0.75 | 0.75 |
| Hex | EF | 8D | D9 | 0 | 29 | 9 | 6 | 139 | 4B | 4B |
| Octal | 357 | 215 | 331 | 0 | 51 | 11 | 6 | 471 | 113 | 113 |
| Binary | 11101111 | 10001101 | 11011001 | 0 | 101001 | 1001 | 110 | 100111001 | 1001011 | 1001011 |
Color Harmonies of #EF8DD9
Complementary color
Monochromatic Colors of #EF8DD9
Black with #EF8DD9
Text Example
Text Example
White with #EF8DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DD9; }
p { color: rgb(239,141,217); }
H1.HeaderClassName
{
color: #EF8DD9;
}
.AnyTagClassName
{
color: #EF8DD9;
}
</style>
background-color css
<style>
a { background-color: #EF8DD9; }
a { background-color: rgb(239,141,217); }
div.DivClassName
{
background-color: #EF8DD9;
}
.BgClassName
{
background-color: #EF8DD9;
}
</style>
border-color css
<style>
span { border-color: #EF8DD9; }
span { border-color: rgb(239,141,217); }
td.TdClassName
{
border-color: #EF8DD9;
}
.TagClassName
{
border-color: #EF8DD9;
}
</style>