Html Css Color HEX #EF4CEF Free Speech Magenta
📋 copy color: '#EF4CEF'red 239 ◦ green 76 ◦ blue 239
Shades of Free Speech Magenta #EF4CEF
Tints of Free Speech Magenta #EF4CEF
RGB
CMYK
RGB Variations
Color information
#EF4CEF (or 0xEF4CEF) is known color: Free Speech Magenta. HEX triplet: EF, 4C and EF. RGB value is (239,76,239). Sum of RGB (Red+Green+Blue) = 239+76+239=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 76 (30.08% from 255 or 13.72% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF4CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4CEF is #10B310. Grayscale: #8E8E8E. Windows color (decimal): -1094417 or 15682799. OLE color: 15682799.
HSL color Cylindrical-coordinate representation of color #EF4CEF: hue angle of 300º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4CEF is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 239 | - |
| CMYK | 0 | 0.68 | 0 | 0.06 |
| HSL | 300º | 0.84% | 0.62% | - |
| HSV(B) | 300º | 0.68% | 0.94% | - |
| XYZ | 53.76 | 29.75 | 84.57 | - |
| YUV | 143.32 | 182 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 239 | 0 | 0.68 | 0 | 0.06 | 300 | 0.84 | 0.62 |
| Hex | EF | 4C | EF | 0 | 44 | 0 | 6 | 12C | 54 | 3E |
| Octal | 357 | 114 | 357 | 0 | 104 | 0 | 6 | 454 | 124 | 76 |
| Binary | 11101111 | 1001100 | 11101111 | 0 | 1000100 | 0 | 110 | 100101100 | 1010100 | 111110 |
Color Harmonies of #EF4CEF
Complementary color
Monochromatic Colors of #EF4CEF
Black with #EF4CEF
Text Example
Text Example
White with #EF4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CEF; }
p { color: rgb(239,76,239); }
H1.HeaderClassName
{
color: #EF4CEF;
}
.AnyTagClassName
{
color: #EF4CEF;
}
</style>
background-color css
<style>
a { background-color: #EF4CEF; }
a { background-color: rgb(239,76,239); }
div.DivClassName
{
background-color: #EF4CEF;
}
.BgClassName
{
background-color: #EF4CEF;
}
</style>
border-color css
<style>
span { border-color: #EF4CEF; }
span { border-color: rgb(239,76,239); }
td.TdClassName
{
border-color: #EF4CEF;
}
.TagClassName
{
border-color: #EF4CEF;
}
</style>