Shades of Pale Magenta #EF84D2
Tints of Pale Magenta #EF84D2
RGB
CMYK
RGB Variations
Color information
#EF84D2 (or 0xEF84D2) is known color: Pale Magenta. HEX triplet: EF, 84 and D2. RGB value is (239,132,210). Sum of RGB (Red+Green+Blue) = 239+132+210=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84D2 is #107B2D. Grayscale: #ACACAC. Windows color (decimal): -1080110 or 13796591. OLE color: 13796591.
HSL color Cylindrical-coordinate representation of color #EF84D2: hue angle of 316.26º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF84D2 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 210 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.06 |
| HSL | 316.26º | 0.77% | 0.73% | - |
| HSV(B) | 316.26º | 0.45% | 0.94% | - |
| XYZ | 55.48 | 39.51 | 65.67 | - |
| YUV | 172.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 210 | 0 | 0.45 | 0.12 | 0.06 | 316.26 | 0.77 | 0.73 |
| Hex | EF | 84 | D2 | 0 | 2D | C | 6 | 13C | 4D | 49 |
| Octal | 357 | 204 | 322 | 0 | 55 | 14 | 6 | 474 | 115 | 111 |
| Binary | 11101111 | 10000100 | 11010010 | 0 | 101101 | 1100 | 110 | 100111100 | 1001101 | 1001001 |
Color Harmonies of #EF84D2
Complementary color
Monochromatic Colors of #EF84D2
Black with #EF84D2
Text Example
Text Example
White with #EF84D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF84D2; }
p { color: rgb(239,132,210); }
H1.HeaderClassName
{
color: #EF84D2;
}
.AnyTagClassName
{
color: #EF84D2;
}
</style>
background-color css
<style>
a { background-color: #EF84D2; }
a { background-color: rgb(239,132,210); }
div.DivClassName
{
background-color: #EF84D2;
}
.BgClassName
{
background-color: #EF84D2;
}
</style>
border-color css
<style>
span { border-color: #EF84D2; }
span { border-color: rgb(239,132,210); }
td.TdClassName
{
border-color: #EF84D2;
}
.TagClassName
{
border-color: #EF84D2;
}
</style>