Html Css Color HEX #EF40EE Free Speech Magenta
📋 copy color: '#EF40EE'red 239 ◦ green 64 ◦ blue 238
Shades of Free Speech Magenta #EF40EE
Tints of Free Speech Magenta #EF40EE
RGB
CMYK
RGB Variations
Color information
#EF40EE (or 0xEF40EE) is known color: Free Speech Magenta. HEX triplet: EF, 40 and EE. RGB value is (239,64,238). Sum of RGB (Red+Green+Blue) = 239+64+238=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 64 (25.39% from 255 or 11.83% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF40EE is #10BF11. Grayscale: #878787. Windows color (decimal): -1097490 or 15614191. OLE color: 15614191.
HSL color Cylindrical-coordinate representation of color #EF40EE: hue angle of 300.34º 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 #EF40EE is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 238 | - |
| CMYK | 0 | 0.73 | 0.00 | 0.06 |
| HSL | 300.34º | 0.85% | 0.59% | - |
| HSV(B) | 300.34º | 0.73% | 0.94% | - |
| XYZ | 52.86 | 28.19 | 83.54 | - |
| YUV | 136.16 | 185.48 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 238 | 0 | 0.73 | 0.00 | 0.06 | 300.34 | 0.85 | 0.59 |
| Hex | EF | 40 | EE | 0 | 49 | 0 | 6 | 12C | 55 | 3B |
| Octal | 357 | 100 | 356 | 0 | 111 | 0 | 6 | 454 | 125 | 73 |
| Binary | 11101111 | 1000000 | 11101110 | 0 | 1001001 | 0 | 110 | 100101100 | 1010101 | 111011 |
Color Harmonies of #EF40EE
Complementary color
Monochromatic Colors of #EF40EE
Black with #EF40EE
Text Example
Text Example
White with #EF40EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF40EE; }
p { color: rgb(239,64,238); }
H1.HeaderClassName
{
color: #EF40EE;
}
.AnyTagClassName
{
color: #EF40EE;
}
</style>
background-color css
<style>
a { background-color: #EF40EE; }
a { background-color: rgb(239,64,238); }
div.DivClassName
{
background-color: #EF40EE;
}
.BgClassName
{
background-color: #EF40EE;
}
</style>
border-color css
<style>
span { border-color: #EF40EE; }
span { border-color: rgb(239,64,238); }
td.TdClassName
{
border-color: #EF40EE;
}
.TagClassName
{
border-color: #EF40EE;
}
</style>