Html Css Color HEX #EF54D6 Free Speech Magenta
📋 copy color: '#EF54D6'red 239 ◦ green 84 ◦ blue 214
Shades of Free Speech Magenta #EF54D6
Tints of Free Speech Magenta #EF54D6
RGB
CMYK
RGB Variations
Color information
#EF54D6 (or 0xEF54D6) is known color: Free Speech Magenta. HEX triplet: EF, 54 and D6. RGB value is (239,84,214). Sum of RGB (Red+Green+Blue) = 239+84+214=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 84 (33.20% from 255 or 15.64% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF54D6 is #10AB29. Grayscale: #909090. Windows color (decimal): -1092394 or 14046447. OLE color: 14046447.
HSL color Cylindrical-coordinate representation of color #EF54D6: hue angle of 309.68º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF54D6 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 214 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.06 |
| HSL | 309.68º | 0.83% | 0.63% | - |
| HSV(B) | 309.68º | 0.65% | 0.94% | - |
| XYZ | 50.9 | 29.55 | 66.64 | - |
| YUV | 145.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 214 | 0 | 0.65 | 0.10 | 0.06 | 309.68 | 0.83 | 0.63 |
| Hex | EF | 54 | D6 | 0 | 41 | A | 6 | 136 | 53 | 3F |
| Octal | 357 | 124 | 326 | 0 | 101 | 12 | 6 | 466 | 123 | 77 |
| Binary | 11101111 | 1010100 | 11010110 | 0 | 1000001 | 1010 | 110 | 100110110 | 1010011 | 111111 |
Color Harmonies of #EF54D6
Complementary color
Monochromatic Colors of #EF54D6
Black with #EF54D6
Text Example
Text Example
White with #EF54D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF54D6; }
p { color: rgb(239,84,214); }
H1.HeaderClassName
{
color: #EF54D6;
}
.AnyTagClassName
{
color: #EF54D6;
}
</style>
background-color css
<style>
a { background-color: #EF54D6; }
a { background-color: rgb(239,84,214); }
div.DivClassName
{
background-color: #EF54D6;
}
.BgClassName
{
background-color: #EF54D6;
}
</style>
border-color css
<style>
span { border-color: #EF54D6; }
span { border-color: rgb(239,84,214); }
td.TdClassName
{
border-color: #EF54D6;
}
.TagClassName
{
border-color: #EF54D6;
}
</style>