Html Css Color HEX #EF50CF Free Speech Magenta
📋 copy color: '#EF50CF'red 239 ◦ green 80 ◦ blue 207
Shades of Free Speech Magenta #EF50CF
Tints of Free Speech Magenta #EF50CF
RGB
CMYK
RGB Variations
Color information
#EF50CF (or 0xEF50CF) is known color: Free Speech Magenta. HEX triplet: EF, 50 and CF. RGB value is (239,80,207). Sum of RGB (Red+Green+Blue) = 239+80+207=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50CF is #10AF30. Grayscale: #8D8D8D. Windows color (decimal): -1093425 or 13586671. OLE color: 13586671.
HSL color Cylindrical-coordinate representation of color #EF50CF: hue angle of 312.08º 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 #EF50CF is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 207 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.06 |
| HSL | 312.08º | 0.83% | 0.63% | - |
| HSV(B) | 312.08º | 0.67% | 0.94% | - |
| XYZ | 49.73 | 28.59 | 61.93 | - |
| YUV | 142.02 | 164.68 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 207 | 0 | 0.67 | 0.13 | 0.06 | 312.08 | 0.83 | 0.63 |
| Hex | EF | 50 | CF | 0 | 43 | D | 6 | 138 | 53 | 3F |
| Octal | 357 | 120 | 317 | 0 | 103 | 15 | 6 | 470 | 123 | 77 |
| Binary | 11101111 | 1010000 | 11001111 | 0 | 1000011 | 1101 | 110 | 100111000 | 1010011 | 111111 |
Color Harmonies of #EF50CF
Complementary color
Monochromatic Colors of #EF50CF
Black with #EF50CF
Text Example
Text Example
White with #EF50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50CF; }
p { color: rgb(239,80,207); }
H1.HeaderClassName
{
color: #EF50CF;
}
.AnyTagClassName
{
color: #EF50CF;
}
</style>
background-color css
<style>
a { background-color: #EF50CF; }
a { background-color: rgb(239,80,207); }
div.DivClassName
{
background-color: #EF50CF;
}
.BgClassName
{
background-color: #EF50CF;
}
</style>
border-color css
<style>
span { border-color: #EF50CF; }
span { border-color: rgb(239,80,207); }
td.TdClassName
{
border-color: #EF50CF;
}
.TagClassName
{
border-color: #EF50CF;
}
</style>