Html Css Color HEX #EF55CF Free Speech Magenta
📋 copy color: '#EF55CF'red 239 ◦ green 85 ◦ blue 207
Shades of Free Speech Magenta #EF55CF
Tints of Free Speech Magenta #EF55CF
RGB
CMYK
RGB Variations
Color information
#EF55CF (or 0xEF55CF) is known color: Free Speech Magenta. HEX triplet: EF, 55 and CF. RGB value is (239,85,207). Sum of RGB (Red+Green+Blue) = 239+85+207=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55CF is #10AA30. Grayscale: #909090. Windows color (decimal): -1092145 or 13587951. OLE color: 13587951.
HSL color Cylindrical-coordinate representation of color #EF55CF: hue angle of 312.47º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF55CF is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 207 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.06 |
| HSL | 312.47º | 0.83% | 0.64% | - |
| HSV(B) | 312.47º | 0.64% | 0.94% | - |
| XYZ | 50.11 | 29.35 | 62.06 | - |
| YUV | 144.95 | 163.02 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 207 | 0 | 0.64 | 0.13 | 0.06 | 312.47 | 0.83 | 0.64 |
| Hex | EF | 55 | CF | 0 | 40 | D | 6 | 138 | 53 | 40 |
| Octal | 357 | 125 | 317 | 0 | 100 | 15 | 6 | 470 | 123 | 100 |
| Binary | 11101111 | 1010101 | 11001111 | 0 | 1000000 | 1101 | 110 | 100111000 | 1010011 | 1000000 |
Color Harmonies of #EF55CF
Complementary color
Monochromatic Colors of #EF55CF
Black with #EF55CF
Text Example
Text Example
White with #EF55CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55CF; }
p { color: rgb(239,85,207); }
H1.HeaderClassName
{
color: #EF55CF;
}
.AnyTagClassName
{
color: #EF55CF;
}
</style>
background-color css
<style>
a { background-color: #EF55CF; }
a { background-color: rgb(239,85,207); }
div.DivClassName
{
background-color: #EF55CF;
}
.BgClassName
{
background-color: #EF55CF;
}
</style>
border-color css
<style>
span { border-color: #EF55CF; }
span { border-color: rgb(239,85,207); }
td.TdClassName
{
border-color: #EF55CF;
}
.TagClassName
{
border-color: #EF55CF;
}
</style>