Shades of Pale Magenta #EF76DF
Tints of Pale Magenta #EF76DF
RGB
CMYK
RGB Variations
Color information
#EF76DF (or 0xEF76DF) is known color: Pale Magenta. HEX triplet: EF, 76 and DF. RGB value is (239,118,223). Sum of RGB (Red+Green+Blue) = 239+118+223=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF76DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF76DF is #108920. Grayscale: #A5A5A5. Windows color (decimal): -1083681 or 14644975. OLE color: 14644975.
HSL color Cylindrical-coordinate representation of color #EF76DF: hue angle of 307.93º 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 #EF76DF is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 223 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.06 |
| HSL | 307.93º | 0.79% | 0.7% | - |
| HSV(B) | 307.93º | 0.51% | 0.94% | - |
| XYZ | 55.39 | 36.64 | 73.96 | - |
| YUV | 166.15 | 160.09 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 223 | 0 | 0.51 | 0.07 | 0.06 | 307.93 | 0.79 | 0.7 |
| Hex | EF | 76 | DF | 0 | 33 | 7 | 6 | 134 | 4F | 46 |
| Octal | 357 | 166 | 337 | 0 | 63 | 7 | 6 | 464 | 117 | 106 |
| Binary | 11101111 | 1110110 | 11011111 | 0 | 110011 | 111 | 110 | 100110100 | 1001111 | 1000110 |
Color Harmonies of #EF76DF
Complementary color
Monochromatic Colors of #EF76DF
Black with #EF76DF
Text Example
Text Example
White with #EF76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF76DF; }
p { color: rgb(239,118,223); }
H1.HeaderClassName
{
color: #EF76DF;
}
.AnyTagClassName
{
color: #EF76DF;
}
</style>
background-color css
<style>
a { background-color: #EF76DF; }
a { background-color: rgb(239,118,223); }
div.DivClassName
{
background-color: #EF76DF;
}
.BgClassName
{
background-color: #EF76DF;
}
</style>
border-color css
<style>
span { border-color: #EF76DF; }
span { border-color: rgb(239,118,223); }
td.TdClassName
{
border-color: #EF76DF;
}
.TagClassName
{
border-color: #EF76DF;
}
</style>