Html Css Color HEX #EF40E2 Free Speech Magenta
📋 copy color: '#EF40E2'red 239 ◦ green 64 ◦ blue 226
Shades of Free Speech Magenta #EF40E2
Tints of Free Speech Magenta #EF40E2
RGB
CMYK
RGB Variations
Color information
#EF40E2 (or 0xEF40E2) is known color: Free Speech Magenta. HEX triplet: EF, 40 and E2. RGB value is (239,64,226). Sum of RGB (Red+Green+Blue) = 239+64+226=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 64 (25.39% from 255 or 12.10% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF40E2 is #10BF1D. Grayscale: #868686. Windows color (decimal): -1097502 or 14827759. OLE color: 14827759.
HSL color Cylindrical-coordinate representation of color #EF40E2: hue angle of 304.46º 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 #EF40E2 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 226 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.06 |
| HSL | 304.46º | 0.85% | 0.59% | - |
| HSV(B) | 304.46º | 0.73% | 0.94% | - |
| XYZ | 51.16 | 27.51 | 74.56 | - |
| YUV | 134.79 | 179.48 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 226 | 0 | 0.73 | 0.05 | 0.06 | 304.46 | 0.85 | 0.59 |
| Hex | EF | 40 | E2 | 0 | 49 | 5 | 6 | 130 | 55 | 3B |
| Octal | 357 | 100 | 342 | 0 | 111 | 5 | 6 | 460 | 125 | 73 |
| Binary | 11101111 | 1000000 | 11100010 | 0 | 1001001 | 101 | 110 | 100110000 | 1010101 | 111011 |
Color Harmonies of #EF40E2
Complementary color
Monochromatic Colors of #EF40E2
Black with #EF40E2
Text Example
Text Example
White with #EF40E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF40E2; }
p { color: rgb(239,64,226); }
H1.HeaderClassName
{
color: #EF40E2;
}
.AnyTagClassName
{
color: #EF40E2;
}
</style>
background-color css
<style>
a { background-color: #EF40E2; }
a { background-color: rgb(239,64,226); }
div.DivClassName
{
background-color: #EF40E2;
}
.BgClassName
{
background-color: #EF40E2;
}
</style>
border-color css
<style>
span { border-color: #EF40E2; }
span { border-color: rgb(239,64,226); }
td.TdClassName
{
border-color: #EF40E2;
}
.TagClassName
{
border-color: #EF40E2;
}
</style>