Html Css Color HEX #EF50D4 Free Speech Magenta
📋 copy color: '#EF50D4'red 239 ◦ green 80 ◦ blue 212
Shades of Free Speech Magenta #EF50D4
Tints of Free Speech Magenta #EF50D4
RGB
CMYK
RGB Variations
Color information
#EF50D4 (or 0xEF50D4) is known color: Free Speech Magenta. HEX triplet: EF, 50 and D4. RGB value is (239,80,212). Sum of RGB (Red+Green+Blue) = 239+80+212=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50D4 is #10AF2B. Grayscale: #8E8E8E. Windows color (decimal): -1093420 or 13914351. OLE color: 13914351.
HSL color Cylindrical-coordinate representation of color #EF50D4: hue angle of 310.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF50D4 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 212 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.06 |
| HSL | 310.19º | 0.83% | 0.63% | - |
| HSV(B) | 310.19º | 0.67% | 0.94% | - |
| XYZ | 50.35 | 28.84 | 65.2 | - |
| YUV | 142.59 | 167.18 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 212 | 0 | 0.67 | 0.11 | 0.06 | 310.19 | 0.83 | 0.63 |
| Hex | EF | 50 | D4 | 0 | 43 | B | 6 | 136 | 53 | 3F |
| Octal | 357 | 120 | 324 | 0 | 103 | 13 | 6 | 466 | 123 | 77 |
| Binary | 11101111 | 1010000 | 11010100 | 0 | 1000011 | 1011 | 110 | 100110110 | 1010011 | 111111 |
Color Harmonies of #EF50D4
Complementary color
Monochromatic Colors of #EF50D4
Black with #EF50D4
Text Example
Text Example
White with #EF50D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50D4; }
p { color: rgb(239,80,212); }
H1.HeaderClassName
{
color: #EF50D4;
}
.AnyTagClassName
{
color: #EF50D4;
}
</style>
background-color css
<style>
a { background-color: #EF50D4; }
a { background-color: rgb(239,80,212); }
div.DivClassName
{
background-color: #EF50D4;
}
.BgClassName
{
background-color: #EF50D4;
}
</style>
border-color css
<style>
span { border-color: #EF50D4; }
span { border-color: rgb(239,80,212); }
td.TdClassName
{
border-color: #EF50D4;
}
.TagClassName
{
border-color: #EF50D4;
}
</style>