Shades of Pale Magenta #EF8ADF
Tints of Pale Magenta #EF8ADF
RGB
CMYK
RGB Variations
Color information
#EF8ADF (or 0xEF8ADF) is known color: Pale Magenta. HEX triplet: EF, 8A and DF. RGB value is (239,138,223). Sum of RGB (Red+Green+Blue) = 239+138+223=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ADF is #107520. Grayscale: #B1B1B1. Windows color (decimal): -1078561 or 14650095. OLE color: 14650095.
HSL color Cylindrical-coordinate representation of color #EF8ADF: hue angle of 309.5º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8ADF is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 223 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.06 |
| HSL | 309.5º | 0.76% | 0.74% | - |
| HSV(B) | 309.5º | 0.42% | 0.94% | - |
| XYZ | 58 | 41.86 | 74.83 | - |
| YUV | 177.89 | 153.46 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 223 | 0 | 0.42 | 0.07 | 0.06 | 309.5 | 0.76 | 0.74 |
| Hex | EF | 8A | DF | 0 | 2A | 7 | 6 | 136 | 4C | 4A |
| Octal | 357 | 212 | 337 | 0 | 52 | 7 | 6 | 466 | 114 | 112 |
| Binary | 11101111 | 10001010 | 11011111 | 0 | 101010 | 111 | 110 | 100110110 | 1001100 | 1001010 |
Color Harmonies of #EF8ADF
Complementary color
Monochromatic Colors of #EF8ADF
Black with #EF8ADF
Text Example
Text Example
White with #EF8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8ADF; }
p { color: rgb(239,138,223); }
H1.HeaderClassName
{
color: #EF8ADF;
}
.AnyTagClassName
{
color: #EF8ADF;
}
</style>
background-color css
<style>
a { background-color: #EF8ADF; }
a { background-color: rgb(239,138,223); }
div.DivClassName
{
background-color: #EF8ADF;
}
.BgClassName
{
background-color: #EF8ADF;
}
</style>
border-color css
<style>
span { border-color: #EF8ADF; }
span { border-color: rgb(239,138,223); }
td.TdClassName
{
border-color: #EF8ADF;
}
.TagClassName
{
border-color: #EF8ADF;
}
</style>