Shades of Pale Magenta #EF75DF
Tints of Pale Magenta #EF75DF
RGB
CMYK
RGB Variations
Color information
#EF75DF (or 0xEF75DF) is known color: Pale Magenta. HEX triplet: EF, 75 and DF. RGB value is (239,117,223). Sum of RGB (Red+Green+Blue) = 239+117+223=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 117 (46.09% from 255 or 20.21% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF75DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF75DF is #108A20. Grayscale: #A5A5A5. Windows color (decimal): -1083937 or 14644719. OLE color: 14644719.
HSL color Cylindrical-coordinate representation of color #EF75DF: hue angle of 307.87º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF75DF is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 223 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.06 |
| HSL | 307.87º | 0.79% | 0.7% | - |
| HSV(B) | 307.87º | 0.51% | 0.94% | - |
| XYZ | 55.28 | 36.4 | 73.92 | - |
| YUV | 165.56 | 160.42 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 223 | 0 | 0.51 | 0.07 | 0.06 | 307.87 | 0.79 | 0.7 |
| Hex | EF | 75 | DF | 0 | 33 | 7 | 6 | 134 | 4F | 46 |
| Octal | 357 | 165 | 337 | 0 | 63 | 7 | 6 | 464 | 117 | 106 |
| Binary | 11101111 | 1110101 | 11011111 | 0 | 110011 | 111 | 110 | 100110100 | 1001111 | 1000110 |
Color Harmonies of #EF75DF
Complementary color
Monochromatic Colors of #EF75DF
Black with #EF75DF
Text Example
Text Example
White with #EF75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF75DF; }
p { color: rgb(239,117,223); }
H1.HeaderClassName
{
color: #EF75DF;
}
.AnyTagClassName
{
color: #EF75DF;
}
</style>
background-color css
<style>
a { background-color: #EF75DF; }
a { background-color: rgb(239,117,223); }
div.DivClassName
{
background-color: #EF75DF;
}
.BgClassName
{
background-color: #EF75DF;
}
</style>
border-color css
<style>
span { border-color: #EF75DF; }
span { border-color: rgb(239,117,223); }
td.TdClassName
{
border-color: #EF75DF;
}
.TagClassName
{
border-color: #EF75DF;
}
</style>