Shades of Pale Magenta #EF8DDA
Tints of Pale Magenta #EF8DDA
RGB
CMYK
RGB Variations
Color information
#EF8DDA (or 0xEF8DDA) is known color: Pale Magenta. HEX triplet: EF, 8D and DA. RGB value is (239,141,218). Sum of RGB (Red+Green+Blue) = 239+141+218=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DDA is #107225. Grayscale: #B2B2B2. Windows color (decimal): -1077798 or 14323183. OLE color: 14323183.
HSL color Cylindrical-coordinate representation of color #EF8DDA: hue angle of 312.86º 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 #EF8DDA is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 218 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.06 |
| HSL | 312.86º | 0.75% | 0.75% | - |
| HSV(B) | 312.86º | 0.41% | 0.94% | - |
| XYZ | 57.78 | 42.46 | 71.48 | - |
| YUV | 179.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 218 | 0 | 0.41 | 0.09 | 0.06 | 312.86 | 0.75 | 0.75 |
| Hex | EF | 8D | DA | 0 | 29 | 9 | 6 | 139 | 4B | 4B |
| Octal | 357 | 215 | 332 | 0 | 51 | 11 | 6 | 471 | 113 | 113 |
| Binary | 11101111 | 10001101 | 11011010 | 0 | 101001 | 1001 | 110 | 100111001 | 1001011 | 1001011 |
Color Harmonies of #EF8DDA
Complementary color
Monochromatic Colors of #EF8DDA
Black with #EF8DDA
Text Example
Text Example
White with #EF8DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DDA; }
p { color: rgb(239,141,218); }
H1.HeaderClassName
{
color: #EF8DDA;
}
.AnyTagClassName
{
color: #EF8DDA;
}
</style>
background-color css
<style>
a { background-color: #EF8DDA; }
a { background-color: rgb(239,141,218); }
div.DivClassName
{
background-color: #EF8DDA;
}
.BgClassName
{
background-color: #EF8DDA;
}
</style>
border-color css
<style>
span { border-color: #EF8DDA; }
span { border-color: rgb(239,141,218); }
td.TdClassName
{
border-color: #EF8DDA;
}
.TagClassName
{
border-color: #EF8DDA;
}
</style>