Html Css Color HEX #EF40E4 Free Speech Magenta
📋 copy color: '#EF40E4'red 239 ◦ green 64 ◦ blue 228
Shades of Free Speech Magenta #EF40E4
Tints of Free Speech Magenta #EF40E4
RGB
CMYK
RGB Variations
Color information
#EF40E4 (or 0xEF40E4) is known color: Free Speech Magenta. HEX triplet: EF, 40 and E4. RGB value is (239,64,228). Sum of RGB (Red+Green+Blue) = 239+64+228=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 64 (25.39% from 255 or 12.05% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF40E4 is #10BF1B. Grayscale: #868686. Windows color (decimal): -1097500 or 14958831. OLE color: 14958831.
HSL color Cylindrical-coordinate representation of color #EF40E4: hue angle of 303.77º 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 #EF40E4 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 228 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.06 |
| HSL | 303.77º | 0.85% | 0.59% | - |
| HSV(B) | 303.77º | 0.73% | 0.94% | - |
| XYZ | 51.43 | 27.62 | 76.02 | - |
| YUV | 135.02 | 180.48 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 228 | 0 | 0.73 | 0.05 | 0.06 | 303.77 | 0.85 | 0.59 |
| Hex | EF | 40 | E4 | 0 | 49 | 5 | 6 | 130 | 55 | 3B |
| Octal | 357 | 100 | 344 | 0 | 111 | 5 | 6 | 460 | 125 | 73 |
| Binary | 11101111 | 1000000 | 11100100 | 0 | 1001001 | 101 | 110 | 100110000 | 1010101 | 111011 |
Color Harmonies of #EF40E4
Complementary color
Monochromatic Colors of #EF40E4
Black with #EF40E4
Text Example
Text Example
White with #EF40E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF40E4; }
p { color: rgb(239,64,228); }
H1.HeaderClassName
{
color: #EF40E4;
}
.AnyTagClassName
{
color: #EF40E4;
}
</style>
background-color css
<style>
a { background-color: #EF40E4; }
a { background-color: rgb(239,64,228); }
div.DivClassName
{
background-color: #EF40E4;
}
.BgClassName
{
background-color: #EF40E4;
}
</style>
border-color css
<style>
span { border-color: #EF40E4; }
span { border-color: rgb(239,64,228); }
td.TdClassName
{
border-color: #EF40E4;
}
.TagClassName
{
border-color: #EF40E4;
}
</style>