Shades of Pale Magenta #EF8CDF
Tints of Pale Magenta #EF8CDF
RGB
CMYK
RGB Variations
Color information
#EF8CDF (or 0xEF8CDF) is known color: Pale Magenta. HEX triplet: EF, 8C and DF. RGB value is (239,140,223). Sum of RGB (Red+Green+Blue) = 239+140+223=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CDF is #107320. Grayscale: #B2B2B2. Windows color (decimal): -1078049 or 14650607. OLE color: 14650607.
HSL color Cylindrical-coordinate representation of color #EF8CDF: hue angle of 309.7º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8CDF is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 223 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.06 |
| HSL | 309.7º | 0.76% | 0.74% | - |
| HSV(B) | 309.7º | 0.41% | 0.94% | - |
| XYZ | 58.29 | 42.43 | 74.93 | - |
| YUV | 179.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 223 | 0 | 0.41 | 0.07 | 0.06 | 309.7 | 0.76 | 0.74 |
| Hex | EF | 8C | DF | 0 | 29 | 7 | 6 | 136 | 4C | 4A |
| Octal | 357 | 214 | 337 | 0 | 51 | 7 | 6 | 466 | 114 | 112 |
| Binary | 11101111 | 10001100 | 11011111 | 0 | 101001 | 111 | 110 | 100110110 | 1001100 | 1001010 |
Color Harmonies of #EF8CDF
Complementary color
Monochromatic Colors of #EF8CDF
Black with #EF8CDF
Text Example
Text Example
White with #EF8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CDF; }
p { color: rgb(239,140,223); }
H1.HeaderClassName
{
color: #EF8CDF;
}
.AnyTagClassName
{
color: #EF8CDF;
}
</style>
background-color css
<style>
a { background-color: #EF8CDF; }
a { background-color: rgb(239,140,223); }
div.DivClassName
{
background-color: #EF8CDF;
}
.BgClassName
{
background-color: #EF8CDF;
}
</style>
border-color css
<style>
span { border-color: #EF8CDF; }
span { border-color: rgb(239,140,223); }
td.TdClassName
{
border-color: #EF8CDF;
}
.TagClassName
{
border-color: #EF8CDF;
}
</style>