Html Css Color HEX #EF50C5 Free Speech Magenta
📋 copy color: '#EF50C5'red 239 ◦ green 80 ◦ blue 197
Shades of Free Speech Magenta #EF50C5
Tints of Free Speech Magenta #EF50C5
RGB
CMYK
RGB Variations
Color information
#EF50C5 (or 0xEF50C5) is known color: Free Speech Magenta. HEX triplet: EF, 50 and C5. RGB value is (239,80,197). Sum of RGB (Red+Green+Blue) = 239+80+197=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50C5 is #10AF3A. Grayscale: #8C8C8C. Windows color (decimal): -1093435 or 12931311. OLE color: 12931311.
HSL color Cylindrical-coordinate representation of color #EF50C5: hue angle of 315.85º 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 #EF50C5 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 197 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.06 |
| HSL | 315.85º | 0.83% | 0.63% | - |
| HSV(B) | 315.85º | 0.67% | 0.94% | - |
| XYZ | 48.54 | 28.12 | 55.69 | - |
| YUV | 140.88 | 159.68 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 197 | 0 | 0.67 | 0.18 | 0.06 | 315.85 | 0.83 | 0.63 |
| Hex | EF | 50 | C5 | 0 | 43 | 12 | 6 | 13C | 53 | 3F |
| Octal | 357 | 120 | 305 | 0 | 103 | 22 | 6 | 474 | 123 | 77 |
| Binary | 11101111 | 1010000 | 11000101 | 0 | 1000011 | 10010 | 110 | 100111100 | 1010011 | 111111 |
Color Harmonies of #EF50C5
Complementary color
Monochromatic Colors of #EF50C5
Black with #EF50C5
Text Example
Text Example
White with #EF50C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50C5; }
p { color: rgb(239,80,197); }
H1.HeaderClassName
{
color: #EF50C5;
}
.AnyTagClassName
{
color: #EF50C5;
}
</style>
background-color css
<style>
a { background-color: #EF50C5; }
a { background-color: rgb(239,80,197); }
div.DivClassName
{
background-color: #EF50C5;
}
.BgClassName
{
background-color: #EF50C5;
}
</style>
border-color css
<style>
span { border-color: #EF50C5; }
span { border-color: rgb(239,80,197); }
td.TdClassName
{
border-color: #EF50C5;
}
.TagClassName
{
border-color: #EF50C5;
}
</style>