Shades of Pale Magenta #EF85DC
Tints of Pale Magenta #EF85DC
RGB
CMYK
RGB Variations
Color information
#EF85DC (or 0xEF85DC) is known color: Pale Magenta. HEX triplet: EF, 85 and DC. RGB value is (239,133,220). Sum of RGB (Red+Green+Blue) = 239+133+220=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85DC is #107A23. Grayscale: #AEAEAE. Windows color (decimal): -1079844 or 14452207. OLE color: 14452207.
HSL color Cylindrical-coordinate representation of color #EF85DC: hue angle of 310.75º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF85DC is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 220 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.06 |
| HSL | 310.75º | 0.77% | 0.73% | - |
| HSV(B) | 310.75º | 0.44% | 0.94% | - |
| XYZ | 56.9 | 40.29 | 72.49 | - |
| YUV | 174.61 | 153.62 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 220 | 0 | 0.44 | 0.08 | 0.06 | 310.75 | 0.77 | 0.73 |
| Hex | EF | 85 | DC | 0 | 2C | 8 | 6 | 137 | 4D | 49 |
| Octal | 357 | 205 | 334 | 0 | 54 | 10 | 6 | 467 | 115 | 111 |
| Binary | 11101111 | 10000101 | 11011100 | 0 | 101100 | 1000 | 110 | 100110111 | 1001101 | 1001001 |
Color Harmonies of #EF85DC
Complementary color
Monochromatic Colors of #EF85DC
Black with #EF85DC
Text Example
Text Example
White with #EF85DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85DC; }
p { color: rgb(239,133,220); }
H1.HeaderClassName
{
color: #EF85DC;
}
.AnyTagClassName
{
color: #EF85DC;
}
</style>
background-color css
<style>
a { background-color: #EF85DC; }
a { background-color: rgb(239,133,220); }
div.DivClassName
{
background-color: #EF85DC;
}
.BgClassName
{
background-color: #EF85DC;
}
</style>
border-color css
<style>
span { border-color: #EF85DC; }
span { border-color: rgb(239,133,220); }
td.TdClassName
{
border-color: #EF85DC;
}
.TagClassName
{
border-color: #EF85DC;
}
</style>