Html Css Color HEX #EF51C6 Free Speech Magenta
📋 copy color: '#EF51C6'red 239 ◦ green 81 ◦ blue 198
Shades of Free Speech Magenta #EF51C6
Tints of Free Speech Magenta #EF51C6
RGB
CMYK
RGB Variations
Color information
#EF51C6 (or 0xEF51C6) is known color: Free Speech Magenta. HEX triplet: EF, 51 and C6. RGB value is (239,81,198). Sum of RGB (Red+Green+Blue) = 239+81+198=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF51C6 is #10AE39. Grayscale: #8D8D8D. Windows color (decimal): -1093178 or 12997103. OLE color: 12997103.
HSL color Cylindrical-coordinate representation of color #EF51C6: hue angle of 315.57º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF51C6 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 198 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.06 |
| HSL | 315.57º | 0.83% | 0.63% | - |
| HSV(B) | 315.57º | 0.66% | 0.94% | - |
| XYZ | 48.73 | 28.31 | 56.32 | - |
| YUV | 141.58 | 159.85 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 198 | 0 | 0.66 | 0.17 | 0.06 | 315.57 | 0.83 | 0.63 |
| Hex | EF | 51 | C6 | 0 | 42 | 11 | 6 | 13C | 53 | 3F |
| Octal | 357 | 121 | 306 | 0 | 102 | 21 | 6 | 474 | 123 | 77 |
| Binary | 11101111 | 1010001 | 11000110 | 0 | 1000010 | 10001 | 110 | 100111100 | 1010011 | 111111 |
Color Harmonies of #EF51C6
Complementary color
Monochromatic Colors of #EF51C6
Black with #EF51C6
Text Example
Text Example
White with #EF51C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF51C6; }
p { color: rgb(239,81,198); }
H1.HeaderClassName
{
color: #EF51C6;
}
.AnyTagClassName
{
color: #EF51C6;
}
</style>
background-color css
<style>
a { background-color: #EF51C6; }
a { background-color: rgb(239,81,198); }
div.DivClassName
{
background-color: #EF51C6;
}
.BgClassName
{
background-color: #EF51C6;
}
</style>
border-color css
<style>
span { border-color: #EF51C6; }
span { border-color: rgb(239,81,198); }
td.TdClassName
{
border-color: #EF51C6;
}
.TagClassName
{
border-color: #EF51C6;
}
</style>