Shades of Pale Magenta #EF75DC
Tints of Pale Magenta #EF75DC
RGB
CMYK
RGB Variations
Color information
#EF75DC (or 0xEF75DC) is known color: Pale Magenta. HEX triplet: EF, 75 and DC. RGB value is (239,117,220). Sum of RGB (Red+Green+Blue) = 239+117+220=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 117 (46.09% from 255 or 20.31% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF75DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF75DC is #108A23. Grayscale: #A4A4A4. Windows color (decimal): -1083940 or 14448111. OLE color: 14448111.
HSL color Cylindrical-coordinate representation of color #EF75DC: hue angle of 309.34º 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 #EF75DC is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 220 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.06 |
| HSL | 309.34º | 0.79% | 0.7% | - |
| HSV(B) | 309.34º | 0.51% | 0.94% | - |
| XYZ | 54.88 | 36.24 | 71.81 | - |
| YUV | 165.22 | 158.92 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 220 | 0 | 0.51 | 0.08 | 0.06 | 309.34 | 0.79 | 0.7 |
| Hex | EF | 75 | DC | 0 | 33 | 8 | 6 | 135 | 4F | 46 |
| Octal | 357 | 165 | 334 | 0 | 63 | 10 | 6 | 465 | 117 | 106 |
| Binary | 11101111 | 1110101 | 11011100 | 0 | 110011 | 1000 | 110 | 100110101 | 1001111 | 1000110 |
Color Harmonies of #EF75DC
Complementary color
Monochromatic Colors of #EF75DC
Black with #EF75DC
Text Example
Text Example
White with #EF75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF75DC; }
p { color: rgb(239,117,220); }
H1.HeaderClassName
{
color: #EF75DC;
}
.AnyTagClassName
{
color: #EF75DC;
}
</style>
background-color css
<style>
a { background-color: #EF75DC; }
a { background-color: rgb(239,117,220); }
div.DivClassName
{
background-color: #EF75DC;
}
.BgClassName
{
background-color: #EF75DC;
}
</style>
border-color css
<style>
span { border-color: #EF75DC; }
span { border-color: rgb(239,117,220); }
td.TdClassName
{
border-color: #EF75DC;
}
.TagClassName
{
border-color: #EF75DC;
}
</style>