Shades of Pale Magenta #EF8AD9
Tints of Pale Magenta #EF8AD9
RGB
CMYK
RGB Variations
Color information
#EF8AD9 (or 0xEF8AD9) is known color: Pale Magenta. HEX triplet: EF, 8A and D9. RGB value is (239,138,217). Sum of RGB (Red+Green+Blue) = 239+138+217=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8AD9 is #107526. Grayscale: #B0B0B0. Windows color (decimal): -1078567 or 14256879. OLE color: 14256879.
HSL color Cylindrical-coordinate representation of color #EF8AD9: hue angle of 313.07º 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 #EF8AD9 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 217 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.06 |
| HSL | 313.07º | 0.76% | 0.74% | - |
| HSV(B) | 313.07º | 0.42% | 0.94% | - |
| XYZ | 57.21 | 41.54 | 70.65 | - |
| YUV | 177.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 217 | 0 | 0.42 | 0.09 | 0.06 | 313.07 | 0.76 | 0.74 |
| Hex | EF | 8A | D9 | 0 | 2A | 9 | 6 | 139 | 4C | 4A |
| Octal | 357 | 212 | 331 | 0 | 52 | 11 | 6 | 471 | 114 | 112 |
| Binary | 11101111 | 10001010 | 11011001 | 0 | 101010 | 1001 | 110 | 100111001 | 1001100 | 1001010 |
Color Harmonies of #EF8AD9
Complementary color
Monochromatic Colors of #EF8AD9
Black with #EF8AD9
Text Example
Text Example
White with #EF8AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8AD9; }
p { color: rgb(239,138,217); }
H1.HeaderClassName
{
color: #EF8AD9;
}
.AnyTagClassName
{
color: #EF8AD9;
}
</style>
background-color css
<style>
a { background-color: #EF8AD9; }
a { background-color: rgb(239,138,217); }
div.DivClassName
{
background-color: #EF8AD9;
}
.BgClassName
{
background-color: #EF8AD9;
}
</style>
border-color css
<style>
span { border-color: #EF8AD9; }
span { border-color: rgb(239,138,217); }
td.TdClassName
{
border-color: #EF8AD9;
}
.TagClassName
{
border-color: #EF8AD9;
}
</style>