Shades of Pale Magenta #EF8FD5
Tints of Pale Magenta #EF8FD5
RGB
CMYK
RGB Variations
Color information
#EF8FD5 (or 0xEF8FD5) is known color: Pale Magenta. HEX triplet: EF, 8F and D5. RGB value is (239,143,213). Sum of RGB (Red+Green+Blue) = 239+143+213=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FD5 is #10702A. Grayscale: #B3B3B3. Windows color (decimal): -1077291 or 13996015. OLE color: 13996015.
HSL color Cylindrical-coordinate representation of color #EF8FD5: hue angle of 316.25º 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 #EF8FD5 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 213 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.06 |
| HSL | 316.25º | 0.75% | 0.75% | - |
| HSV(B) | 316.25º | 0.4% | 0.94% | - |
| XYZ | 57.43 | 42.8 | 68.19 | - |
| YUV | 179.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 213 | 0 | 0.40 | 0.11 | 0.06 | 316.25 | 0.75 | 0.75 |
| Hex | EF | 8F | D5 | 0 | 28 | B | 6 | 13C | 4B | 4B |
| Octal | 357 | 217 | 325 | 0 | 50 | 13 | 6 | 474 | 113 | 113 |
| Binary | 11101111 | 10001111 | 11010101 | 0 | 101000 | 1011 | 110 | 100111100 | 1001011 | 1001011 |
Color Harmonies of #EF8FD5
Complementary color
Monochromatic Colors of #EF8FD5
Black with #EF8FD5
Text Example
Text Example
White with #EF8FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FD5; }
p { color: rgb(239,143,213); }
H1.HeaderClassName
{
color: #EF8FD5;
}
.AnyTagClassName
{
color: #EF8FD5;
}
</style>
background-color css
<style>
a { background-color: #EF8FD5; }
a { background-color: rgb(239,143,213); }
div.DivClassName
{
background-color: #EF8FD5;
}
.BgClassName
{
background-color: #EF8FD5;
}
</style>
border-color css
<style>
span { border-color: #EF8FD5; }
span { border-color: rgb(239,143,213); }
td.TdClassName
{
border-color: #EF8FD5;
}
.TagClassName
{
border-color: #EF8FD5;
}
</style>