Shades of Pale Magenta #EF81DD
Tints of Pale Magenta #EF81DD
RGB
CMYK
RGB Variations
Color information
#EF81DD (or 0xEF81DD) is known color: Pale Magenta. HEX triplet: EF, 81 and DD. RGB value is (239,129,221). Sum of RGB (Red+Green+Blue) = 239+129+221=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81DD is #107E22. Grayscale: #ACACAC. Windows color (decimal): -1080867 or 14516719. OLE color: 14516719.
HSL color Cylindrical-coordinate representation of color #EF81DD: hue angle of 309.82º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF81DD is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 221 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.06 |
| HSL | 309.82º | 0.77% | 0.72% | - |
| HSV(B) | 309.82º | 0.46% | 0.94% | - |
| XYZ | 56.5 | 39.27 | 73.01 | - |
| YUV | 172.38 | 155.44 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 221 | 0 | 0.46 | 0.08 | 0.06 | 309.82 | 0.77 | 0.72 |
| Hex | EF | 81 | DD | 0 | 2E | 8 | 6 | 136 | 4D | 48 |
| Octal | 357 | 201 | 335 | 0 | 56 | 10 | 6 | 466 | 115 | 110 |
| Binary | 11101111 | 10000001 | 11011101 | 0 | 101110 | 1000 | 110 | 100110110 | 1001101 | 1001000 |
Color Harmonies of #EF81DD
Complementary color
Monochromatic Colors of #EF81DD
Black with #EF81DD
Text Example
Text Example
White with #EF81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81DD; }
p { color: rgb(239,129,221); }
H1.HeaderClassName
{
color: #EF81DD;
}
.AnyTagClassName
{
color: #EF81DD;
}
</style>
background-color css
<style>
a { background-color: #EF81DD; }
a { background-color: rgb(239,129,221); }
div.DivClassName
{
background-color: #EF81DD;
}
.BgClassName
{
background-color: #EF81DD;
}
</style>
border-color css
<style>
span { border-color: #EF81DD; }
span { border-color: rgb(239,129,221); }
td.TdClassName
{
border-color: #EF81DD;
}
.TagClassName
{
border-color: #EF81DD;
}
</style>