Html Css Color HEX #EF64D1 Free Speech Magenta
📋 copy color: '#EF64D1'red 239 ◦ green 100 ◦ blue 209
Shades of Free Speech Magenta #EF64D1
Tints of Free Speech Magenta #EF64D1
RGB
CMYK
RGB Variations
Color information
#EF64D1 (or 0xEF64D1) is known color: Free Speech Magenta. HEX triplet: EF, 64 and D1. RGB value is (239,100,209). Sum of RGB (Red+Green+Blue) = 239+100+209=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64D1 is #109B2E. Grayscale: #999999. Windows color (decimal): -1088303 or 13722863. OLE color: 13722863.
HSL color Cylindrical-coordinate representation of color #EF64D1: hue angle of 312.95º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64D1 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 209 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.06 |
| HSL | 312.95º | 0.81% | 0.66% | - |
| HSV(B) | 312.95º | 0.58% | 0.94% | - |
| XYZ | 51.66 | 32.07 | 63.79 | - |
| YUV | 153.99 | 159.05 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 209 | 0 | 0.58 | 0.13 | 0.06 | 312.95 | 0.81 | 0.66 |
| Hex | EF | 64 | D1 | 0 | 3A | D | 6 | 139 | 51 | 42 |
| Octal | 357 | 144 | 321 | 0 | 72 | 15 | 6 | 471 | 121 | 102 |
| Binary | 11101111 | 1100100 | 11010001 | 0 | 111010 | 1101 | 110 | 100111001 | 1010001 | 1000010 |
Color Harmonies of #EF64D1
Complementary color
Monochromatic Colors of #EF64D1
Black with #EF64D1
Text Example
Text Example
White with #EF64D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64D1; }
p { color: rgb(239,100,209); }
H1.HeaderClassName
{
color: #EF64D1;
}
.AnyTagClassName
{
color: #EF64D1;
}
</style>
background-color css
<style>
a { background-color: #EF64D1; }
a { background-color: rgb(239,100,209); }
div.DivClassName
{
background-color: #EF64D1;
}
.BgClassName
{
background-color: #EF64D1;
}
</style>
border-color css
<style>
span { border-color: #EF64D1; }
span { border-color: rgb(239,100,209); }
td.TdClassName
{
border-color: #EF64D1;
}
.TagClassName
{
border-color: #EF64D1;
}
</style>