Html Css Color HEX #EF50E8 Free Speech Magenta
📋 copy color: '#EF50E8'red 239 ◦ green 80 ◦ blue 232
Shades of Free Speech Magenta #EF50E8
Tints of Free Speech Magenta #EF50E8
RGB
CMYK
RGB Variations
Color information
#EF50E8 (or 0xEF50E8) is known color: Free Speech Magenta. HEX triplet: EF, 50 and E8. RGB value is (239,80,232). Sum of RGB (Red+Green+Blue) = 239+80+232=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 80 (31.64% from 255 or 14.52% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF50E8 is #10AF17. Grayscale: #909090. Windows color (decimal): -1093400 or 15225071. OLE color: 15225071.
HSL color Cylindrical-coordinate representation of color #EF50E8: hue angle of 302.64º 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 #EF50E8 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 232 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.06 |
| HSL | 302.64º | 0.83% | 0.63% | - |
| HSV(B) | 302.64º | 0.67% | 0.94% | - |
| XYZ | 53.03 | 29.91 | 79.32 | - |
| YUV | 144.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 232 | 0 | 0.67 | 0.03 | 0.06 | 302.64 | 0.83 | 0.63 |
| Hex | EF | 50 | E8 | 0 | 43 | 3 | 6 | 12F | 53 | 3F |
| Octal | 357 | 120 | 350 | 0 | 103 | 3 | 6 | 457 | 123 | 77 |
| Binary | 11101111 | 1010000 | 11101000 | 0 | 1000011 | 11 | 110 | 100101111 | 1010011 | 111111 |
Color Harmonies of #EF50E8
Complementary color
Monochromatic Colors of #EF50E8
Black with #EF50E8
Text Example
Text Example
White with #EF50E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50E8; }
p { color: rgb(239,80,232); }
H1.HeaderClassName
{
color: #EF50E8;
}
.AnyTagClassName
{
color: #EF50E8;
}
</style>
background-color css
<style>
a { background-color: #EF50E8; }
a { background-color: rgb(239,80,232); }
div.DivClassName
{
background-color: #EF50E8;
}
.BgClassName
{
background-color: #EF50E8;
}
</style>
border-color css
<style>
span { border-color: #EF50E8; }
span { border-color: rgb(239,80,232); }
td.TdClassName
{
border-color: #EF50E8;
}
.TagClassName
{
border-color: #EF50E8;
}
</style>