Html Css Color HEX #EF59D8 Free Speech Magenta
📋 copy color: '#EF59D8'red 239 ◦ green 89 ◦ blue 216
Shades of Free Speech Magenta #EF59D8
Tints of Free Speech Magenta #EF59D8
RGB
CMYK
RGB Variations
Color information
#EF59D8 (or 0xEF59D8) is known color: Free Speech Magenta. HEX triplet: EF, 59 and D8. RGB value is (239,89,216). Sum of RGB (Red+Green+Blue) = 239+89+216=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 89 (35.16% from 255 or 16.36% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59D8 is #10A627. Grayscale: #939393. Windows color (decimal): -1091112 or 14178799. OLE color: 14178799.
HSL color Cylindrical-coordinate representation of color #EF59D8: hue angle of 309.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF59D8 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 216 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.06 |
| HSL | 309.2º | 0.82% | 0.64% | - |
| HSV(B) | 309.2º | 0.63% | 0.94% | - |
| XYZ | 51.56 | 30.45 | 68.13 | - |
| YUV | 148.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 216 | 0 | 0.63 | 0.10 | 0.06 | 309.2 | 0.82 | 0.64 |
| Hex | EF | 59 | D8 | 0 | 3F | A | 6 | 135 | 52 | 40 |
| Octal | 357 | 131 | 330 | 0 | 77 | 12 | 6 | 465 | 122 | 100 |
| Binary | 11101111 | 1011001 | 11011000 | 0 | 111111 | 1010 | 110 | 100110101 | 1010010 | 1000000 |
Color Harmonies of #EF59D8
Complementary color
Monochromatic Colors of #EF59D8
Black with #EF59D8
Text Example
Text Example
White with #EF59D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59D8; }
p { color: rgb(239,89,216); }
H1.HeaderClassName
{
color: #EF59D8;
}
.AnyTagClassName
{
color: #EF59D8;
}
</style>
background-color css
<style>
a { background-color: #EF59D8; }
a { background-color: rgb(239,89,216); }
div.DivClassName
{
background-color: #EF59D8;
}
.BgClassName
{
background-color: #EF59D8;
}
</style>
border-color css
<style>
span { border-color: #EF59D8; }
span { border-color: rgb(239,89,216); }
td.TdClassName
{
border-color: #EF59D8;
}
.TagClassName
{
border-color: #EF59D8;
}
</style>