Shades of Pale Magenta #EF7BDF
Tints of Pale Magenta #EF7BDF
RGB
CMYK
RGB Variations
Color information
#EF7BDF (or 0xEF7BDF) is known color: Pale Magenta. HEX triplet: EF, 7B and DF. RGB value is (239,123,223). Sum of RGB (Red+Green+Blue) = 239+123+223=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 123 (48.44% from 255 or 21.03% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BDF is #108420. Grayscale: #A8A8A8. Windows color (decimal): -1082401 or 14646255. OLE color: 14646255.
HSL color Cylindrical-coordinate representation of color #EF7BDF: hue angle of 308.28º degrees, saturation: 0.78, 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 #EF7BDF is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 223 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.06 |
| HSL | 308.28º | 0.78% | 0.71% | - |
| HSV(B) | 308.28º | 0.49% | 0.94% | - |
| XYZ | 56 | 37.84 | 74.17 | - |
| YUV | 169.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 223 | 0 | 0.49 | 0.07 | 0.06 | 308.28 | 0.78 | 0.71 |
| Hex | EF | 7B | DF | 0 | 31 | 7 | 6 | 134 | 4E | 47 |
| Octal | 357 | 173 | 337 | 0 | 61 | 7 | 6 | 464 | 116 | 107 |
| Binary | 11101111 | 1111011 | 11011111 | 0 | 110001 | 111 | 110 | 100110100 | 1001110 | 1000111 |
Color Harmonies of #EF7BDF
Complementary color
Monochromatic Colors of #EF7BDF
Black with #EF7BDF
Text Example
Text Example
White with #EF7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7BDF; }
p { color: rgb(239,123,223); }
H1.HeaderClassName
{
color: #EF7BDF;
}
.AnyTagClassName
{
color: #EF7BDF;
}
</style>
background-color css
<style>
a { background-color: #EF7BDF; }
a { background-color: rgb(239,123,223); }
div.DivClassName
{
background-color: #EF7BDF;
}
.BgClassName
{
background-color: #EF7BDF;
}
</style>
border-color css
<style>
span { border-color: #EF7BDF; }
span { border-color: rgb(239,123,223); }
td.TdClassName
{
border-color: #EF7BDF;
}
.TagClassName
{
border-color: #EF7BDF;
}
</style>