Html Css Color HEX #EF54DF Free Speech Magenta
📋 copy color: '#EF54DF'red 239 ◦ green 84 ◦ blue 223
Shades of Free Speech Magenta #EF54DF
Tints of Free Speech Magenta #EF54DF
RGB
CMYK
RGB Variations
Color information
#EF54DF (or 0xEF54DF) is known color: Free Speech Magenta. HEX triplet: EF, 54 and DF. RGB value is (239,84,223). Sum of RGB (Red+Green+Blue) = 239+84+223=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 84 (33.20% from 255 or 15.38% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF54DF is #10AB20. Grayscale: #919191. Windows color (decimal): -1092385 or 14636271. OLE color: 14636271.
HSL color Cylindrical-coordinate representation of color #EF54DF: hue angle of 306.19º 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 #EF54DF is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 223 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.06 |
| HSL | 306.19º | 0.83% | 0.63% | - |
| HSV(B) | 306.19º | 0.65% | 0.94% | - |
| XYZ | 52.09 | 30.02 | 72.86 | - |
| YUV | 146.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 223 | 0 | 0.65 | 0.07 | 0.06 | 306.19 | 0.83 | 0.63 |
| Hex | EF | 54 | DF | 0 | 41 | 7 | 6 | 132 | 53 | 3F |
| Octal | 357 | 124 | 337 | 0 | 101 | 7 | 6 | 462 | 123 | 77 |
| Binary | 11101111 | 1010100 | 11011111 | 0 | 1000001 | 111 | 110 | 100110010 | 1010011 | 111111 |
Color Harmonies of #EF54DF
Complementary color
Monochromatic Colors of #EF54DF
Black with #EF54DF
Text Example
Text Example
White with #EF54DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF54DF; }
p { color: rgb(239,84,223); }
H1.HeaderClassName
{
color: #EF54DF;
}
.AnyTagClassName
{
color: #EF54DF;
}
</style>
background-color css
<style>
a { background-color: #EF54DF; }
a { background-color: rgb(239,84,223); }
div.DivClassName
{
background-color: #EF54DF;
}
.BgClassName
{
background-color: #EF54DF;
}
</style>
border-color css
<style>
span { border-color: #EF54DF; }
span { border-color: rgb(239,84,223); }
td.TdClassName
{
border-color: #EF54DF;
}
.TagClassName
{
border-color: #EF54DF;
}
</style>