Html Css Color HEX #EF50EE Free Speech Magenta
📋 copy color: '#EF50EE'red 239 ◦ green 80 ◦ blue 238
Shades of Free Speech Magenta #EF50EE
Tints of Free Speech Magenta #EF50EE
RGB
CMYK
RGB Variations
Color information
#EF50EE (or 0xEF50EE) is known color: Free Speech Magenta. HEX triplet: EF, 50 and EE. RGB value is (239,80,238). Sum of RGB (Red+Green+Blue) = 239+80+238=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 80 (31.64% from 255 or 14.36% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF50EE is #10AF11. Grayscale: #919191. Windows color (decimal): -1093394 or 15618287. OLE color: 15618287.
HSL color Cylindrical-coordinate representation of color #EF50EE: hue angle of 300.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF50EE is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 238 | - |
| CMYK | 0 | 0.67 | 0.00 | 0.06 |
| HSL | 300.38º | 0.83% | 0.63% | - |
| HSV(B) | 300.38º | 0.67% | 0.94% | - |
| XYZ | 53.9 | 30.26 | 83.89 | - |
| YUV | 145.55 | 180.18 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 238 | 0 | 0.67 | 0.00 | 0.06 | 300.38 | 0.83 | 0.63 |
| Hex | EF | 50 | EE | 0 | 43 | 0 | 6 | 12C | 53 | 3F |
| Octal | 357 | 120 | 356 | 0 | 103 | 0 | 6 | 454 | 123 | 77 |
| Binary | 11101111 | 1010000 | 11101110 | 0 | 1000011 | 0 | 110 | 100101100 | 1010011 | 111111 |
Color Harmonies of #EF50EE
Complementary color
Monochromatic Colors of #EF50EE
Black with #EF50EE
Text Example
Text Example
White with #EF50EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50EE; }
p { color: rgb(239,80,238); }
H1.HeaderClassName
{
color: #EF50EE;
}
.AnyTagClassName
{
color: #EF50EE;
}
</style>
background-color css
<style>
a { background-color: #EF50EE; }
a { background-color: rgb(239,80,238); }
div.DivClassName
{
background-color: #EF50EE;
}
.BgClassName
{
background-color: #EF50EE;
}
</style>
border-color css
<style>
span { border-color: #EF50EE; }
span { border-color: rgb(239,80,238); }
td.TdClassName
{
border-color: #EF50EE;
}
.TagClassName
{
border-color: #EF50EE;
}
</style>