Html Css Color HEX #EF40EF Free Speech Magenta
📋 copy color: '#EF40EF'red 239 ◦ green 64 ◦ blue 239
Shades of Free Speech Magenta #EF40EF
Tints of Free Speech Magenta #EF40EF
RGB
CMYK
RGB Variations
Color information
#EF40EF (or 0xEF40EF) is known color: Free Speech Magenta. HEX triplet: EF, 40 and EF. RGB value is (239,64,239). Sum of RGB (Red+Green+Blue) = 239+64+239=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 64 (25.39% from 255 or 11.81% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF40EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF40EF is #10BF10. Grayscale: #878787. Windows color (decimal): -1097489 or 15679727. OLE color: 15679727.
HSL color Cylindrical-coordinate representation of color #EF40EF: hue angle of 300º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF40EF is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 239 | - |
| CMYK | 0 | 0.73 | 0 | 0.06 |
| HSL | 300º | 0.85% | 0.59% | - |
| HSV(B) | 300º | 0.73% | 0.94% | - |
| XYZ | 53.01 | 28.25 | 84.32 | - |
| YUV | 136.28 | 185.98 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 239 | 0 | 0.73 | 0 | 0.06 | 300 | 0.85 | 0.59 |
| Hex | EF | 40 | EF | 0 | 49 | 0 | 6 | 12C | 55 | 3B |
| Octal | 357 | 100 | 357 | 0 | 111 | 0 | 6 | 454 | 125 | 73 |
| Binary | 11101111 | 1000000 | 11101111 | 0 | 1001001 | 0 | 110 | 100101100 | 1010101 | 111011 |
Color Harmonies of #EF40EF
Complementary color
Monochromatic Colors of #EF40EF
Black with #EF40EF
Text Example
Text Example
White with #EF40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF40EF; }
p { color: rgb(239,64,239); }
H1.HeaderClassName
{
color: #EF40EF;
}
.AnyTagClassName
{
color: #EF40EF;
}
</style>
background-color css
<style>
a { background-color: #EF40EF; }
a { background-color: rgb(239,64,239); }
div.DivClassName
{
background-color: #EF40EF;
}
.BgClassName
{
background-color: #EF40EF;
}
</style>
border-color css
<style>
span { border-color: #EF40EF; }
span { border-color: rgb(239,64,239); }
td.TdClassName
{
border-color: #EF40EF;
}
.TagClassName
{
border-color: #EF40EF;
}
</style>