Shades of Pale Magenta #EF81DE
Tints of Pale Magenta #EF81DE
RGB
CMYK
RGB Variations
Color information
#EF81DE (or 0xEF81DE) is known color: Pale Magenta. HEX triplet: EF, 81 and DE. RGB value is (239,129,222). Sum of RGB (Red+Green+Blue) = 239+129+222=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81DE is #107E21. Grayscale: #ACACAC. Windows color (decimal): -1080866 or 14582255. OLE color: 14582255.
HSL color Cylindrical-coordinate representation of color #EF81DE: hue angle of 309.27º 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 #EF81DE is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 222 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.06 |
| HSL | 309.27º | 0.77% | 0.72% | - |
| HSV(B) | 309.27º | 0.46% | 0.94% | - |
| XYZ | 56.63 | 39.33 | 73.71 | - |
| YUV | 172.49 | 155.94 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 222 | 0 | 0.46 | 0.07 | 0.06 | 309.27 | 0.77 | 0.72 |
| Hex | EF | 81 | DE | 0 | 2E | 7 | 6 | 135 | 4D | 48 |
| Octal | 357 | 201 | 336 | 0 | 56 | 7 | 6 | 465 | 115 | 110 |
| Binary | 11101111 | 10000001 | 11011110 | 0 | 101110 | 111 | 110 | 100110101 | 1001101 | 1001000 |
Color Harmonies of #EF81DE
Complementary color
Monochromatic Colors of #EF81DE
Black with #EF81DE
Text Example
Text Example
White with #EF81DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81DE; }
p { color: rgb(239,129,222); }
H1.HeaderClassName
{
color: #EF81DE;
}
.AnyTagClassName
{
color: #EF81DE;
}
</style>
background-color css
<style>
a { background-color: #EF81DE; }
a { background-color: rgb(239,129,222); }
div.DivClassName
{
background-color: #EF81DE;
}
.BgClassName
{
background-color: #EF81DE;
}
</style>
border-color css
<style>
span { border-color: #EF81DE; }
span { border-color: rgb(239,129,222); }
td.TdClassName
{
border-color: #EF81DE;
}
.TagClassName
{
border-color: #EF81DE;
}
</style>