Shades of Pale Magenta #EF85D8
Tints of Pale Magenta #EF85D8
RGB
CMYK
RGB Variations
Color information
#EF85D8 (or 0xEF85D8) is known color: Pale Magenta. HEX triplet: EF, 85 and D8. RGB value is (239,133,216). Sum of RGB (Red+Green+Blue) = 239+133+216=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85D8 is #107A27. Grayscale: #ADADAD. Windows color (decimal): -1079848 or 14190063. OLE color: 14190063.
HSL color Cylindrical-coordinate representation of color #EF85D8: hue angle of 313.02º 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 #EF85D8 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 216 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.06 |
| HSL | 313.02º | 0.77% | 0.73% | - |
| HSV(B) | 313.02º | 0.44% | 0.94% | - |
| XYZ | 56.38 | 40.08 | 69.73 | - |
| YUV | 174.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 216 | 0 | 0.44 | 0.10 | 0.06 | 313.02 | 0.77 | 0.73 |
| Hex | EF | 85 | D8 | 0 | 2C | A | 6 | 139 | 4D | 49 |
| Octal | 357 | 205 | 330 | 0 | 54 | 12 | 6 | 471 | 115 | 111 |
| Binary | 11101111 | 10000101 | 11011000 | 0 | 101100 | 1010 | 110 | 100111001 | 1001101 | 1001001 |
Color Harmonies of #EF85D8
Complementary color
Monochromatic Colors of #EF85D8
Black with #EF85D8
Text Example
Text Example
White with #EF85D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85D8; }
p { color: rgb(239,133,216); }
H1.HeaderClassName
{
color: #EF85D8;
}
.AnyTagClassName
{
color: #EF85D8;
}
</style>
background-color css
<style>
a { background-color: #EF85D8; }
a { background-color: rgb(239,133,216); }
div.DivClassName
{
background-color: #EF85D8;
}
.BgClassName
{
background-color: #EF85D8;
}
</style>
border-color css
<style>
span { border-color: #EF85D8; }
span { border-color: rgb(239,133,216); }
td.TdClassName
{
border-color: #EF85D8;
}
.TagClassName
{
border-color: #EF85D8;
}
</style>