Html Css Color HEX #EF59CF Free Speech Magenta
📋 copy color: '#EF59CF'red 239 ◦ green 89 ◦ blue 207
Shades of Free Speech Magenta #EF59CF
Tints of Free Speech Magenta #EF59CF
RGB
CMYK
RGB Variations
Color information
#EF59CF (or 0xEF59CF) is known color: Free Speech Magenta. HEX triplet: EF, 59 and CF. RGB value is (239,89,207). Sum of RGB (Red+Green+Blue) = 239+89+207=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59CF is #10A630. Grayscale: #929292. Windows color (decimal): -1091121 or 13588975. OLE color: 13588975.
HSL color Cylindrical-coordinate representation of color #EF59CF: hue angle of 312.8º 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 #EF59CF is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 207 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.06 |
| HSL | 312.8º | 0.82% | 0.64% | - |
| HSV(B) | 312.8º | 0.63% | 0.94% | - |
| XYZ | 50.43 | 30 | 62.16 | - |
| YUV | 147.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 207 | 0 | 0.63 | 0.13 | 0.06 | 312.8 | 0.82 | 0.64 |
| Hex | EF | 59 | CF | 0 | 3F | D | 6 | 139 | 52 | 40 |
| Octal | 357 | 131 | 317 | 0 | 77 | 15 | 6 | 471 | 122 | 100 |
| Binary | 11101111 | 1011001 | 11001111 | 0 | 111111 | 1101 | 110 | 100111001 | 1010010 | 1000000 |
Color Harmonies of #EF59CF
Complementary color
Monochromatic Colors of #EF59CF
Black with #EF59CF
Text Example
Text Example
White with #EF59CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59CF; }
p { color: rgb(239,89,207); }
H1.HeaderClassName
{
color: #EF59CF;
}
.AnyTagClassName
{
color: #EF59CF;
}
</style>
background-color css
<style>
a { background-color: #EF59CF; }
a { background-color: rgb(239,89,207); }
div.DivClassName
{
background-color: #EF59CF;
}
.BgClassName
{
background-color: #EF59CF;
}
</style>
border-color css
<style>
span { border-color: #EF59CF; }
span { border-color: rgb(239,89,207); }
td.TdClassName
{
border-color: #EF59CF;
}
.TagClassName
{
border-color: #EF59CF;
}
</style>