Html Css Color HEX #EF50C0 Free Speech Magenta
📋 copy color: '#EF50C0'red 239 ◦ green 80 ◦ blue 192
Shades of Free Speech Magenta #EF50C0
Tints of Free Speech Magenta #EF50C0
RGB
CMYK
RGB Variations
Color information
#EF50C0 (or 0xEF50C0) is known color: Free Speech Magenta. HEX triplet: EF, 50 and C0. RGB value is (239,80,192). Sum of RGB (Red+Green+Blue) = 239+80+192=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50C0 is #10AF3F. Grayscale: #8C8C8C. Windows color (decimal): -1093440 or 12603631. OLE color: 12603631.
HSL color Cylindrical-coordinate representation of color #EF50C0: hue angle of 317.74º 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 #EF50C0 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 192 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.06 |
| HSL | 317.74º | 0.83% | 0.63% | - |
| HSV(B) | 317.74º | 0.67% | 0.94% | - |
| XYZ | 47.98 | 27.89 | 52.72 | - |
| YUV | 140.31 | 157.18 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 192 | 0 | 0.67 | 0.20 | 0.06 | 317.74 | 0.83 | 0.63 |
| Hex | EF | 50 | C0 | 0 | 43 | 14 | 6 | 13E | 53 | 3F |
| Octal | 357 | 120 | 300 | 0 | 103 | 24 | 6 | 476 | 123 | 77 |
| Binary | 11101111 | 1010000 | 11000000 | 0 | 1000011 | 10100 | 110 | 100111110 | 1010011 | 111111 |
Color Harmonies of #EF50C0
Complementary color
Monochromatic Colors of #EF50C0
Black with #EF50C0
Text Example
Text Example
White with #EF50C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50C0; }
p { color: rgb(239,80,192); }
H1.HeaderClassName
{
color: #EF50C0;
}
.AnyTagClassName
{
color: #EF50C0;
}
</style>
background-color css
<style>
a { background-color: #EF50C0; }
a { background-color: rgb(239,80,192); }
div.DivClassName
{
background-color: #EF50C0;
}
.BgClassName
{
background-color: #EF50C0;
}
</style>
border-color css
<style>
span { border-color: #EF50C0; }
span { border-color: rgb(239,80,192); }
td.TdClassName
{
border-color: #EF50C0;
}
.TagClassName
{
border-color: #EF50C0;
}
</style>