Html Css Color HEX #EF56D4 Free Speech Magenta
📋 copy color: '#EF56D4'red 239 ◦ green 86 ◦ blue 212
Shades of Free Speech Magenta #EF56D4
Tints of Free Speech Magenta #EF56D4
RGB
CMYK
RGB Variations
Color information
#EF56D4 (or 0xEF56D4) is known color: Free Speech Magenta. HEX triplet: EF, 56 and D4. RGB value is (239,86,212). Sum of RGB (Red+Green+Blue) = 239+86+212=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF56D4 is #10A92B. Grayscale: #919191. Windows color (decimal): -1091884 or 13915887. OLE color: 13915887.
HSL color Cylindrical-coordinate representation of color #EF56D4: hue angle of 310.59º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF56D4 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 212 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.06 |
| HSL | 310.59º | 0.83% | 0.64% | - |
| HSV(B) | 310.59º | 0.64% | 0.94% | - |
| XYZ | 50.81 | 29.76 | 65.35 | - |
| YUV | 146.11 | 165.19 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 212 | 0 | 0.64 | 0.11 | 0.06 | 310.59 | 0.83 | 0.64 |
| Hex | EF | 56 | D4 | 0 | 40 | B | 6 | 137 | 53 | 40 |
| Octal | 357 | 126 | 324 | 0 | 100 | 13 | 6 | 467 | 123 | 100 |
| Binary | 11101111 | 1010110 | 11010100 | 0 | 1000000 | 1011 | 110 | 100110111 | 1010011 | 1000000 |
Color Harmonies of #EF56D4
Complementary color
Monochromatic Colors of #EF56D4
Black with #EF56D4
Text Example
Text Example
White with #EF56D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF56D4; }
p { color: rgb(239,86,212); }
H1.HeaderClassName
{
color: #EF56D4;
}
.AnyTagClassName
{
color: #EF56D4;
}
</style>
background-color css
<style>
a { background-color: #EF56D4; }
a { background-color: rgb(239,86,212); }
div.DivClassName
{
background-color: #EF56D4;
}
.BgClassName
{
background-color: #EF56D4;
}
</style>
border-color css
<style>
span { border-color: #EF56D4; }
span { border-color: rgb(239,86,212); }
td.TdClassName
{
border-color: #EF56D4;
}
.TagClassName
{
border-color: #EF56D4;
}
</style>