Html Css Color HEX #EF56D0 Free Speech Magenta
📋 copy color: '#EF56D0'red 239 ◦ green 86 ◦ blue 208
Shades of Free Speech Magenta #EF56D0
Tints of Free Speech Magenta #EF56D0
RGB
CMYK
RGB Variations
Color information
#EF56D0 (or 0xEF56D0) is known color: Free Speech Magenta. HEX triplet: EF, 56 and D0. RGB value is (239,86,208). Sum of RGB (Red+Green+Blue) = 239+86+208=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 86 (33.98% from 255 or 16.14% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF56D0 is #10A92F. Grayscale: #919191. Windows color (decimal): -1091888 or 13653743. OLE color: 13653743.
HSL color Cylindrical-coordinate representation of color #EF56D0: hue angle of 312.16º 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 #EF56D0 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 208 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.06 |
| HSL | 312.16º | 0.83% | 0.64% | - |
| HSV(B) | 312.16º | 0.64% | 0.94% | - |
| XYZ | 50.31 | 29.56 | 62.73 | - |
| YUV | 145.66 | 163.19 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 208 | 0 | 0.64 | 0.13 | 0.06 | 312.16 | 0.83 | 0.64 |
| Hex | EF | 56 | D0 | 0 | 40 | D | 6 | 138 | 53 | 40 |
| Octal | 357 | 126 | 320 | 0 | 100 | 15 | 6 | 470 | 123 | 100 |
| Binary | 11101111 | 1010110 | 11010000 | 0 | 1000000 | 1101 | 110 | 100111000 | 1010011 | 1000000 |
Color Harmonies of #EF56D0
Complementary color
Monochromatic Colors of #EF56D0
Black with #EF56D0
Text Example
Text Example
White with #EF56D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF56D0; }
p { color: rgb(239,86,208); }
H1.HeaderClassName
{
color: #EF56D0;
}
.AnyTagClassName
{
color: #EF56D0;
}
</style>
background-color css
<style>
a { background-color: #EF56D0; }
a { background-color: rgb(239,86,208); }
div.DivClassName
{
background-color: #EF56D0;
}
.BgClassName
{
background-color: #EF56D0;
}
</style>
border-color css
<style>
span { border-color: #EF56D0; }
span { border-color: rgb(239,86,208); }
td.TdClassName
{
border-color: #EF56D0;
}
.TagClassName
{
border-color: #EF56D0;
}
</style>