Shades of Pale Magenta #EF92DF
Tints of Pale Magenta #EF92DF
RGB
CMYK
RGB Variations
Color information
#EF92DF (or 0xEF92DF) is known color: Pale Magenta. HEX triplet: EF, 92 and DF. RGB value is (239,146,223). Sum of RGB (Red+Green+Blue) = 239+146+223=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 146 (57.42% from 255 or 24.01% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92DF is #106D20. Grayscale: #B6B6B6. Windows color (decimal): -1076513 or 14652143. OLE color: 14652143.
HSL color Cylindrical-coordinate representation of color #EF92DF: hue angle of 310.32º degrees, saturation: 0.74, 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 #EF92DF is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 223 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.06 |
| HSL | 310.32º | 0.74% | 0.75% | - |
| HSV(B) | 310.32º | 0.39% | 0.94% | - |
| XYZ | 59.19 | 44.24 | 75.23 | - |
| YUV | 182.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 223 | 0 | 0.39 | 0.07 | 0.06 | 310.32 | 0.74 | 0.75 |
| Hex | EF | 92 | DF | 0 | 27 | 7 | 6 | 136 | 4A | 4B |
| Octal | 357 | 222 | 337 | 0 | 47 | 7 | 6 | 466 | 112 | 113 |
| Binary | 11101111 | 10010010 | 11011111 | 0 | 100111 | 111 | 110 | 100110110 | 1001010 | 1001011 |
Color Harmonies of #EF92DF
Complementary color
Monochromatic Colors of #EF92DF
Black with #EF92DF
Text Example
Text Example
White with #EF92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92DF; }
p { color: rgb(239,146,223); }
H1.HeaderClassName
{
color: #EF92DF;
}
.AnyTagClassName
{
color: #EF92DF;
}
</style>
background-color css
<style>
a { background-color: #EF92DF; }
a { background-color: rgb(239,146,223); }
div.DivClassName
{
background-color: #EF92DF;
}
.BgClassName
{
background-color: #EF92DF;
}
</style>
border-color css
<style>
span { border-color: #EF92DF; }
span { border-color: rgb(239,146,223); }
td.TdClassName
{
border-color: #EF92DF;
}
.TagClassName
{
border-color: #EF92DF;
}
</style>