Html Css Color HEX #EF51C2 Free Speech Magenta
📋 copy color: '#EF51C2'red 239 ◦ green 81 ◦ blue 194
Shades of Free Speech Magenta #EF51C2
Tints of Free Speech Magenta #EF51C2
RGB
CMYK
RGB Variations
Color information
#EF51C2 (or 0xEF51C2) is known color: Free Speech Magenta. HEX triplet: EF, 51 and C2. RGB value is (239,81,194). Sum of RGB (Red+Green+Blue) = 239+81+194=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF51C2 is #10AE3D. Grayscale: #8C8C8C. Windows color (decimal): -1093182 or 12734959. OLE color: 12734959.
HSL color Cylindrical-coordinate representation of color #EF51C2: hue angle of 317.09º 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 #EF51C2 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 194 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.06 |
| HSL | 317.09º | 0.83% | 0.63% | - |
| HSV(B) | 317.09º | 0.66% | 0.94% | - |
| XYZ | 48.28 | 28.13 | 53.92 | - |
| YUV | 141.12 | 157.85 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 194 | 0 | 0.66 | 0.19 | 0.06 | 317.09 | 0.83 | 0.63 |
| Hex | EF | 51 | C2 | 0 | 42 | 13 | 6 | 13D | 53 | 3F |
| Octal | 357 | 121 | 302 | 0 | 102 | 23 | 6 | 475 | 123 | 77 |
| Binary | 11101111 | 1010001 | 11000010 | 0 | 1000010 | 10011 | 110 | 100111101 | 1010011 | 111111 |
Color Harmonies of #EF51C2
Complementary color
Monochromatic Colors of #EF51C2
Black with #EF51C2
Text Example
Text Example
White with #EF51C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF51C2; }
p { color: rgb(239,81,194); }
H1.HeaderClassName
{
color: #EF51C2;
}
.AnyTagClassName
{
color: #EF51C2;
}
</style>
background-color css
<style>
a { background-color: #EF51C2; }
a { background-color: rgb(239,81,194); }
div.DivClassName
{
background-color: #EF51C2;
}
.BgClassName
{
background-color: #EF51C2;
}
</style>
border-color css
<style>
span { border-color: #EF51C2; }
span { border-color: rgb(239,81,194); }
td.TdClassName
{
border-color: #EF51C2;
}
.TagClassName
{
border-color: #EF51C2;
}
</style>