Html Css Color HEX #EF57CF Free Speech Magenta
📋 copy color: '#EF57CF'red 239 ◦ green 87 ◦ blue 207
Shades of Free Speech Magenta #EF57CF
Tints of Free Speech Magenta #EF57CF
RGB
CMYK
RGB Variations
Color information
#EF57CF (or 0xEF57CF) is known color: Free Speech Magenta. HEX triplet: EF, 57 and CF. RGB value is (239,87,207). Sum of RGB (Red+Green+Blue) = 239+87+207=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57CF is #10A830. Grayscale: #919191. Windows color (decimal): -1091633 or 13588463. OLE color: 13588463.
HSL color Cylindrical-coordinate representation of color #EF57CF: hue angle of 312.63º 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 #EF57CF is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 207 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.06 |
| HSL | 312.63º | 0.83% | 0.64% | - |
| HSV(B) | 312.63º | 0.64% | 0.94% | - |
| XYZ | 50.27 | 29.67 | 62.11 | - |
| YUV | 146.13 | 162.36 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 207 | 0 | 0.64 | 0.13 | 0.06 | 312.63 | 0.83 | 0.64 |
| Hex | EF | 57 | CF | 0 | 40 | D | 6 | 139 | 53 | 40 |
| Octal | 357 | 127 | 317 | 0 | 100 | 15 | 6 | 471 | 123 | 100 |
| Binary | 11101111 | 1010111 | 11001111 | 0 | 1000000 | 1101 | 110 | 100111001 | 1010011 | 1000000 |
Color Harmonies of #EF57CF
Complementary color
Monochromatic Colors of #EF57CF
Black with #EF57CF
Text Example
Text Example
White with #EF57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF57CF; }
p { color: rgb(239,87,207); }
H1.HeaderClassName
{
color: #EF57CF;
}
.AnyTagClassName
{
color: #EF57CF;
}
</style>
background-color css
<style>
a { background-color: #EF57CF; }
a { background-color: rgb(239,87,207); }
div.DivClassName
{
background-color: #EF57CF;
}
.BgClassName
{
background-color: #EF57CF;
}
</style>
border-color css
<style>
span { border-color: #EF57CF; }
span { border-color: rgb(239,87,207); }
td.TdClassName
{
border-color: #EF57CF;
}
.TagClassName
{
border-color: #EF57CF;
}
</style>