Html Css Color HEX #EF64D8 Free Speech Magenta
📋 copy color: '#EF64D8'red 239 ◦ green 100 ◦ blue 216
Shades of Free Speech Magenta #EF64D8
Tints of Free Speech Magenta #EF64D8
RGB
CMYK
RGB Variations
Color information
#EF64D8 (or 0xEF64D8) is known color: Free Speech Magenta. HEX triplet: EF, 64 and D8. RGB value is (239,100,216). Sum of RGB (Red+Green+Blue) = 239+100+216=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64D8 is #109B27. Grayscale: #9A9A9A. Windows color (decimal): -1088296 or 14181615. OLE color: 14181615.
HSL color Cylindrical-coordinate representation of color #EF64D8: hue angle of 309.93º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64D8 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 216 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.06 |
| HSL | 309.93º | 0.81% | 0.66% | - |
| HSV(B) | 309.93º | 0.58% | 0.94% | - |
| XYZ | 52.55 | 32.42 | 68.45 | - |
| YUV | 154.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 216 | 0 | 0.58 | 0.10 | 0.06 | 309.93 | 0.81 | 0.66 |
| Hex | EF | 64 | D8 | 0 | 3A | A | 6 | 136 | 51 | 42 |
| Octal | 357 | 144 | 330 | 0 | 72 | 12 | 6 | 466 | 121 | 102 |
| Binary | 11101111 | 1100100 | 11011000 | 0 | 111010 | 1010 | 110 | 100110110 | 1010001 | 1000010 |
Color Harmonies of #EF64D8
Complementary color
Monochromatic Colors of #EF64D8
Black with #EF64D8
Text Example
Text Example
White with #EF64D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64D8; }
p { color: rgb(239,100,216); }
H1.HeaderClassName
{
color: #EF64D8;
}
.AnyTagClassName
{
color: #EF64D8;
}
</style>
background-color css
<style>
a { background-color: #EF64D8; }
a { background-color: rgb(239,100,216); }
div.DivClassName
{
background-color: #EF64D8;
}
.BgClassName
{
background-color: #EF64D8;
}
</style>
border-color css
<style>
span { border-color: #EF64D8; }
span { border-color: rgb(239,100,216); }
td.TdClassName
{
border-color: #EF64D8;
}
.TagClassName
{
border-color: #EF64D8;
}
</style>