Shades of Pale Magenta #EF8FDC
Tints of Pale Magenta #EF8FDC
RGB
CMYK
RGB Variations
Color information
#EF8FDC (or 0xEF8FDC) is known color: Pale Magenta. HEX triplet: EF, 8F and DC. RGB value is (239,143,220). Sum of RGB (Red+Green+Blue) = 239+143+220=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FDC is #107023. Grayscale: #B4B4B4. Windows color (decimal): -1077284 or 14454767. OLE color: 14454767.
HSL color Cylindrical-coordinate representation of color #EF8FDC: hue angle of 311.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FDC is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 220 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.06 |
| HSL | 311.88º | 0.75% | 0.75% | - |
| HSV(B) | 311.88º | 0.4% | 0.94% | - |
| XYZ | 58.34 | 43.16 | 72.97 | - |
| YUV | 180.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 220 | 0 | 0.40 | 0.08 | 0.06 | 311.88 | 0.75 | 0.75 |
| Hex | EF | 8F | DC | 0 | 28 | 8 | 6 | 138 | 4B | 4B |
| Octal | 357 | 217 | 334 | 0 | 50 | 10 | 6 | 470 | 113 | 113 |
| Binary | 11101111 | 10001111 | 11011100 | 0 | 101000 | 1000 | 110 | 100111000 | 1001011 | 1001011 |
Color Harmonies of #EF8FDC
Complementary color
Monochromatic Colors of #EF8FDC
Black with #EF8FDC
Text Example
Text Example
White with #EF8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FDC; }
p { color: rgb(239,143,220); }
H1.HeaderClassName
{
color: #EF8FDC;
}
.AnyTagClassName
{
color: #EF8FDC;
}
</style>
background-color css
<style>
a { background-color: #EF8FDC; }
a { background-color: rgb(239,143,220); }
div.DivClassName
{
background-color: #EF8FDC;
}
.BgClassName
{
background-color: #EF8FDC;
}
</style>
border-color css
<style>
span { border-color: #EF8FDC; }
span { border-color: rgb(239,143,220); }
td.TdClassName
{
border-color: #EF8FDC;
}
.TagClassName
{
border-color: #EF8FDC;
}
</style>