Shades of Pale Magenta #EF8DDF
Tints of Pale Magenta #EF8DDF
RGB
CMYK
RGB Variations
Color information
#EF8DDF (or 0xEF8DDF) is known color: Pale Magenta. HEX triplet: EF, 8D and DF. RGB value is (239,141,223). Sum of RGB (Red+Green+Blue) = 239+141+223=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DDF is #107220. Grayscale: #B3B3B3. Windows color (decimal): -1077793 or 14650863. OLE color: 14650863.
HSL color Cylindrical-coordinate representation of color #EF8DDF: hue angle of 309.8º 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 #EF8DDF is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 223 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.06 |
| HSL | 309.8º | 0.75% | 0.75% | - |
| HSV(B) | 309.8º | 0.41% | 0.94% | - |
| XYZ | 58.44 | 42.73 | 74.98 | - |
| YUV | 179.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 223 | 0 | 0.41 | 0.07 | 0.06 | 309.8 | 0.75 | 0.75 |
| Hex | EF | 8D | DF | 0 | 29 | 7 | 6 | 136 | 4B | 4B |
| Octal | 357 | 215 | 337 | 0 | 51 | 7 | 6 | 466 | 113 | 113 |
| Binary | 11101111 | 10001101 | 11011111 | 0 | 101001 | 111 | 110 | 100110110 | 1001011 | 1001011 |
Color Harmonies of #EF8DDF
Complementary color
Monochromatic Colors of #EF8DDF
Black with #EF8DDF
Text Example
Text Example
White with #EF8DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DDF; }
p { color: rgb(239,141,223); }
H1.HeaderClassName
{
color: #EF8DDF;
}
.AnyTagClassName
{
color: #EF8DDF;
}
</style>
background-color css
<style>
a { background-color: #EF8DDF; }
a { background-color: rgb(239,141,223); }
div.DivClassName
{
background-color: #EF8DDF;
}
.BgClassName
{
background-color: #EF8DDF;
}
</style>
border-color css
<style>
span { border-color: #EF8DDF; }
span { border-color: rgb(239,141,223); }
td.TdClassName
{
border-color: #EF8DDF;
}
.TagClassName
{
border-color: #EF8DDF;
}
</style>