Shades of Pale Magenta #EF91DF
Tints of Pale Magenta #EF91DF
RGB
CMYK
RGB Variations
Color information
#EF91DF (or 0xEF91DF) is known color: Pale Magenta. HEX triplet: EF, 91 and DF. RGB value is (239,145,223). Sum of RGB (Red+Green+Blue) = 239+145+223=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91DF is #106E20. Grayscale: #B5B5B5. Windows color (decimal): -1076769 or 14651887. OLE color: 14651887.
HSL color Cylindrical-coordinate representation of color #EF91DF: hue angle of 310.21º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF91DF is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 223 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.06 |
| HSL | 310.21º | 0.75% | 0.75% | - |
| HSV(B) | 310.21º | 0.39% | 0.94% | - |
| XYZ | 59.04 | 43.93 | 75.18 | - |
| YUV | 182 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 223 | 0 | 0.39 | 0.07 | 0.06 | 310.21 | 0.75 | 0.75 |
| Hex | EF | 91 | DF | 0 | 27 | 7 | 6 | 136 | 4B | 4B |
| Octal | 357 | 221 | 337 | 0 | 47 | 7 | 6 | 466 | 113 | 113 |
| Binary | 11101111 | 10010001 | 11011111 | 0 | 100111 | 111 | 110 | 100110110 | 1001011 | 1001011 |
Color Harmonies of #EF91DF
Complementary color
Monochromatic Colors of #EF91DF
Black with #EF91DF
Text Example
Text Example
White with #EF91DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91DF; }
p { color: rgb(239,145,223); }
H1.HeaderClassName
{
color: #EF91DF;
}
.AnyTagClassName
{
color: #EF91DF;
}
</style>
background-color css
<style>
a { background-color: #EF91DF; }
a { background-color: rgb(239,145,223); }
div.DivClassName
{
background-color: #EF91DF;
}
.BgClassName
{
background-color: #EF91DF;
}
</style>
border-color css
<style>
span { border-color: #EF91DF; }
span { border-color: rgb(239,145,223); }
td.TdClassName
{
border-color: #EF91DF;
}
.TagClassName
{
border-color: #EF91DF;
}
</style>