Html Css Color HEX #EF56C4 Free Speech Magenta
📋 copy color: '#EF56C4'red 239 ◦ green 86 ◦ blue 196
Shades of Free Speech Magenta #EF56C4
Tints of Free Speech Magenta #EF56C4
RGB
CMYK
RGB Variations
Color information
#EF56C4 (or 0xEF56C4) is known color: Free Speech Magenta. HEX triplet: EF, 56 and C4. RGB value is (239,86,196). Sum of RGB (Red+Green+Blue) = 239+86+196=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 86 (33.98% from 255 or 16.51% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF56C4 is #10A93B. Grayscale: #909090. Windows color (decimal): -1091900 or 12867311. OLE color: 12867311.
HSL color Cylindrical-coordinate representation of color #EF56C4: hue angle of 316.86º 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 #EF56C4 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 196 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.06 |
| HSL | 316.86º | 0.83% | 0.64% | - |
| HSV(B) | 316.86º | 0.64% | 0.94% | - |
| XYZ | 48.89 | 28.99 | 55.24 | - |
| YUV | 144.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 196 | 0 | 0.64 | 0.18 | 0.06 | 316.86 | 0.83 | 0.64 |
| Hex | EF | 56 | C4 | 0 | 40 | 12 | 6 | 13D | 53 | 40 |
| Octal | 357 | 126 | 304 | 0 | 100 | 22 | 6 | 475 | 123 | 100 |
| Binary | 11101111 | 1010110 | 11000100 | 0 | 1000000 | 10010 | 110 | 100111101 | 1010011 | 1000000 |
Color Harmonies of #EF56C4
Complementary color
Monochromatic Colors of #EF56C4
Black with #EF56C4
Text Example
Text Example
White with #EF56C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF56C4; }
p { color: rgb(239,86,196); }
H1.HeaderClassName
{
color: #EF56C4;
}
.AnyTagClassName
{
color: #EF56C4;
}
</style>
background-color css
<style>
a { background-color: #EF56C4; }
a { background-color: rgb(239,86,196); }
div.DivClassName
{
background-color: #EF56C4;
}
.BgClassName
{
background-color: #EF56C4;
}
</style>
border-color css
<style>
span { border-color: #EF56C4; }
span { border-color: rgb(239,86,196); }
td.TdClassName
{
border-color: #EF56C4;
}
.TagClassName
{
border-color: #EF56C4;
}
</style>