Shades of Pale Magenta #EF70DF
Tints of Pale Magenta #EF70DF
RGB
CMYK
RGB Variations
Color information
#EF70DF (or 0xEF70DF) is known color: Pale Magenta. HEX triplet: EF, 70 and DF. RGB value is (239,112,223). Sum of RGB (Red+Green+Blue) = 239+112+223=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70DF is #108F20. Grayscale: #A2A2A2. Windows color (decimal): -1085217 or 14643439. OLE color: 14643439.
HSL color Cylindrical-coordinate representation of color #EF70DF: hue angle of 307.56º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF70DF is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 223 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.06 |
| HSL | 307.56º | 0.8% | 0.69% | - |
| HSV(B) | 307.56º | 0.53% | 0.94% | - |
| XYZ | 54.71 | 35.27 | 73.74 | - |
| YUV | 162.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 223 | 0 | 0.53 | 0.07 | 0.06 | 307.56 | 0.8 | 0.69 |
| Hex | EF | 70 | DF | 0 | 35 | 7 | 6 | 134 | 50 | 45 |
| Octal | 357 | 160 | 337 | 0 | 65 | 7 | 6 | 464 | 120 | 105 |
| Binary | 11101111 | 1110000 | 11011111 | 0 | 110101 | 111 | 110 | 100110100 | 1010000 | 1000101 |
Color Harmonies of #EF70DF
Complementary color
Monochromatic Colors of #EF70DF
Black with #EF70DF
Text Example
Text Example
White with #EF70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF70DF; }
p { color: rgb(239,112,223); }
H1.HeaderClassName
{
color: #EF70DF;
}
.AnyTagClassName
{
color: #EF70DF;
}
</style>
background-color css
<style>
a { background-color: #EF70DF; }
a { background-color: rgb(239,112,223); }
div.DivClassName
{
background-color: #EF70DF;
}
.BgClassName
{
background-color: #EF70DF;
}
</style>
border-color css
<style>
span { border-color: #EF70DF; }
span { border-color: rgb(239,112,223); }
td.TdClassName
{
border-color: #EF70DF;
}
.TagClassName
{
border-color: #EF70DF;
}
</style>