Html Css Color HEX #EF64D0 Free Speech Magenta
📋 copy color: '#EF64D0'red 239 ◦ green 100 ◦ blue 208
Shades of Free Speech Magenta #EF64D0
Tints of Free Speech Magenta #EF64D0
RGB
CMYK
RGB Variations
Color information
#EF64D0 (or 0xEF64D0) is known color: Free Speech Magenta. HEX triplet: EF, 64 and D0. RGB value is (239,100,208). Sum of RGB (Red+Green+Blue) = 239+100+208=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64D0 is #109B2F. Grayscale: #999999. Windows color (decimal): -1088304 or 13657327. OLE color: 13657327.
HSL color Cylindrical-coordinate representation of color #EF64D0: hue angle of 313.38º 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 #EF64D0 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 208 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.06 |
| HSL | 313.38º | 0.81% | 0.66% | - |
| HSV(B) | 313.38º | 0.58% | 0.94% | - |
| XYZ | 51.54 | 32.02 | 63.14 | - |
| YUV | 153.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 208 | 0 | 0.58 | 0.13 | 0.06 | 313.38 | 0.81 | 0.66 |
| Hex | EF | 64 | D0 | 0 | 3A | D | 6 | 139 | 51 | 42 |
| Octal | 357 | 144 | 320 | 0 | 72 | 15 | 6 | 471 | 121 | 102 |
| Binary | 11101111 | 1100100 | 11010000 | 0 | 111010 | 1101 | 110 | 100111001 | 1010001 | 1000010 |
Color Harmonies of #EF64D0
Complementary color
Monochromatic Colors of #EF64D0
Black with #EF64D0
Text Example
Text Example
White with #EF64D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64D0; }
p { color: rgb(239,100,208); }
H1.HeaderClassName
{
color: #EF64D0;
}
.AnyTagClassName
{
color: #EF64D0;
}
</style>
background-color css
<style>
a { background-color: #EF64D0; }
a { background-color: rgb(239,100,208); }
div.DivClassName
{
background-color: #EF64D0;
}
.BgClassName
{
background-color: #EF64D0;
}
</style>
border-color css
<style>
span { border-color: #EF64D0; }
span { border-color: rgb(239,100,208); }
td.TdClassName
{
border-color: #EF64D0;
}
.TagClassName
{
border-color: #EF64D0;
}
</style>