Shades of Pale Magenta #EF8DDC
Tints of Pale Magenta #EF8DDC
RGB
CMYK
RGB Variations
Color information
#EF8DDC (or 0xEF8DDC) is known color: Pale Magenta. HEX triplet: EF, 8D and DC. RGB value is (239,141,220). Sum of RGB (Red+Green+Blue) = 239+141+220=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 141 (55.47% from 255 or 23.5% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DDC is #107223. Grayscale: #B3B3B3. Windows color (decimal): -1077796 or 14454255. OLE color: 14454255.
HSL color Cylindrical-coordinate representation of color #EF8DDC: hue angle of 311.63º 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 #EF8DDC is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 220 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.06 |
| HSL | 311.63º | 0.75% | 0.75% | - |
| HSV(B) | 311.63º | 0.41% | 0.94% | - |
| XYZ | 58.04 | 42.57 | 72.87 | - |
| YUV | 179.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 220 | 0 | 0.41 | 0.08 | 0.06 | 311.63 | 0.75 | 0.75 |
| Hex | EF | 8D | DC | 0 | 29 | 8 | 6 | 138 | 4B | 4B |
| Octal | 357 | 215 | 334 | 0 | 51 | 10 | 6 | 470 | 113 | 113 |
| Binary | 11101111 | 10001101 | 11011100 | 0 | 101001 | 1000 | 110 | 100111000 | 1001011 | 1001011 |
Color Harmonies of #EF8DDC
Complementary color
Monochromatic Colors of #EF8DDC
Black with #EF8DDC
Text Example
Text Example
White with #EF8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DDC; }
p { color: rgb(239,141,220); }
H1.HeaderClassName
{
color: #EF8DDC;
}
.AnyTagClassName
{
color: #EF8DDC;
}
</style>
background-color css
<style>
a { background-color: #EF8DDC; }
a { background-color: rgb(239,141,220); }
div.DivClassName
{
background-color: #EF8DDC;
}
.BgClassName
{
background-color: #EF8DDC;
}
</style>
border-color css
<style>
span { border-color: #EF8DDC; }
span { border-color: rgb(239,141,220); }
td.TdClassName
{
border-color: #EF8DDC;
}
.TagClassName
{
border-color: #EF8DDC;
}
</style>