Html Css Color HEX #EF54CF Free Speech Magenta
📋 copy color: '#EF54CF'red 239 ◦ green 84 ◦ blue 207
Shades of Free Speech Magenta #EF54CF
Tints of Free Speech Magenta #EF54CF
RGB
CMYK
RGB Variations
Color information
#EF54CF (or 0xEF54CF) is known color: Free Speech Magenta. HEX triplet: EF, 54 and CF. RGB value is (239,84,207). Sum of RGB (Red+Green+Blue) = 239+84+207=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF54CF is #10AB30. Grayscale: #909090. Windows color (decimal): -1092401 or 13587695. OLE color: 13587695.
HSL color Cylindrical-coordinate representation of color #EF54CF: hue angle of 312.39º 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 #EF54CF is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 207 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.06 |
| HSL | 312.39º | 0.83% | 0.63% | - |
| HSV(B) | 312.39º | 0.65% | 0.94% | - |
| XYZ | 50.03 | 29.2 | 62.03 | - |
| YUV | 144.37 | 163.35 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 207 | 0 | 0.65 | 0.13 | 0.06 | 312.39 | 0.83 | 0.63 |
| Hex | EF | 54 | CF | 0 | 41 | D | 6 | 138 | 53 | 3F |
| Octal | 357 | 124 | 317 | 0 | 101 | 15 | 6 | 470 | 123 | 77 |
| Binary | 11101111 | 1010100 | 11001111 | 0 | 1000001 | 1101 | 110 | 100111000 | 1010011 | 111111 |
Color Harmonies of #EF54CF
Complementary color
Monochromatic Colors of #EF54CF
Black with #EF54CF
Text Example
Text Example
White with #EF54CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF54CF; }
p { color: rgb(239,84,207); }
H1.HeaderClassName
{
color: #EF54CF;
}
.AnyTagClassName
{
color: #EF54CF;
}
</style>
background-color css
<style>
a { background-color: #EF54CF; }
a { background-color: rgb(239,84,207); }
div.DivClassName
{
background-color: #EF54CF;
}
.BgClassName
{
background-color: #EF54CF;
}
</style>
border-color css
<style>
span { border-color: #EF54CF; }
span { border-color: rgb(239,84,207); }
td.TdClassName
{
border-color: #EF54CF;
}
.TagClassName
{
border-color: #EF54CF;
}
</style>