Shades of Pale Magenta #EF8FD3
Tints of Pale Magenta #EF8FD3
RGB
CMYK
RGB Variations
Color information
#EF8FD3 (or 0xEF8FD3) is known color: Pale Magenta. HEX triplet: EF, 8F and D3. RGB value is (239,143,211). Sum of RGB (Red+Green+Blue) = 239+143+211=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FD3 is #10702C. Grayscale: #B3B3B3. Windows color (decimal): -1077293 or 13864943. OLE color: 13864943.
HSL color Cylindrical-coordinate representation of color #EF8FD3: hue angle of 317.5º 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 #EF8FD3 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 211 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.06 |
| HSL | 317.5º | 0.75% | 0.75% | - |
| HSV(B) | 317.5º | 0.4% | 0.94% | - |
| XYZ | 57.18 | 42.7 | 66.86 | - |
| YUV | 179.46 | 145.8 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 211 | 0 | 0.40 | 0.12 | 0.06 | 317.5 | 0.75 | 0.75 |
| Hex | EF | 8F | D3 | 0 | 28 | C | 6 | 13E | 4B | 4B |
| Octal | 357 | 217 | 323 | 0 | 50 | 14 | 6 | 476 | 113 | 113 |
| Binary | 11101111 | 10001111 | 11010011 | 0 | 101000 | 1100 | 110 | 100111110 | 1001011 | 1001011 |
Color Harmonies of #EF8FD3
Complementary color
Monochromatic Colors of #EF8FD3
Black with #EF8FD3
Text Example
Text Example
White with #EF8FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FD3; }
p { color: rgb(239,143,211); }
H1.HeaderClassName
{
color: #EF8FD3;
}
.AnyTagClassName
{
color: #EF8FD3;
}
</style>
background-color css
<style>
a { background-color: #EF8FD3; }
a { background-color: rgb(239,143,211); }
div.DivClassName
{
background-color: #EF8FD3;
}
.BgClassName
{
background-color: #EF8FD3;
}
</style>
border-color css
<style>
span { border-color: #EF8FD3; }
span { border-color: rgb(239,143,211); }
td.TdClassName
{
border-color: #EF8FD3;
}
.TagClassName
{
border-color: #EF8FD3;
}
</style>