Shades of Pale Magenta #EF79D4
Tints of Pale Magenta #EF79D4
RGB
CMYK
RGB Variations
Color information
#EF79D4 (or 0xEF79D4) is known color: Pale Magenta. HEX triplet: EF, 79 and D4. RGB value is (239,121,212). Sum of RGB (Red+Green+Blue) = 239+121+212=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF79D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF79D4 is #10862B. Grayscale: #A6A6A6. Windows color (decimal): -1082924 or 13924847. OLE color: 13924847.
HSL color Cylindrical-coordinate representation of color #EF79D4: hue angle of 313.73º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF79D4 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 212 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.06 |
| HSL | 313.73º | 0.79% | 0.71% | - |
| HSV(B) | 313.73º | 0.49% | 0.94% | - |
| XYZ | 54.32 | 36.78 | 66.52 | - |
| YUV | 166.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 212 | 0 | 0.49 | 0.11 | 0.06 | 313.73 | 0.79 | 0.71 |
| Hex | EF | 79 | D4 | 0 | 31 | B | 6 | 13A | 4F | 47 |
| Octal | 357 | 171 | 324 | 0 | 61 | 13 | 6 | 472 | 117 | 107 |
| Binary | 11101111 | 1111001 | 11010100 | 0 | 110001 | 1011 | 110 | 100111010 | 1001111 | 1000111 |
Color Harmonies of #EF79D4
Complementary color
Monochromatic Colors of #EF79D4
Black with #EF79D4
Text Example
Text Example
White with #EF79D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF79D4; }
p { color: rgb(239,121,212); }
H1.HeaderClassName
{
color: #EF79D4;
}
.AnyTagClassName
{
color: #EF79D4;
}
</style>
background-color css
<style>
a { background-color: #EF79D4; }
a { background-color: rgb(239,121,212); }
div.DivClassName
{
background-color: #EF79D4;
}
.BgClassName
{
background-color: #EF79D4;
}
</style>
border-color css
<style>
span { border-color: #EF79D4; }
span { border-color: rgb(239,121,212); }
td.TdClassName
{
border-color: #EF79D4;
}
.TagClassName
{
border-color: #EF79D4;
}
</style>