Html Css Color HEX #EF4CEA Free Speech Magenta
📋 copy color: '#EF4CEA'red 239 ◦ green 76 ◦ blue 234
Shades of Free Speech Magenta #EF4CEA
Tints of Free Speech Magenta #EF4CEA
RGB
CMYK
RGB Variations
Color information
#EF4CEA (or 0xEF4CEA) is known color: Free Speech Magenta. HEX triplet: EF, 4C and EA. RGB value is (239,76,234). Sum of RGB (Red+Green+Blue) = 239+76+234=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 76 (30.08% from 255 or 13.84% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4CEA is #10B315. Grayscale: #8E8E8E. Windows color (decimal): -1094422 or 15355119. OLE color: 15355119.
HSL color Cylindrical-coordinate representation of color #EF4CEA: hue angle of 301.84º 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 #EF4CEA is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 234 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.06 |
| HSL | 301.84º | 0.84% | 0.62% | - |
| HSV(B) | 301.84º | 0.68% | 0.94% | - |
| XYZ | 53.03 | 29.46 | 80.73 | - |
| YUV | 142.75 | 179.5 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 234 | 0 | 0.68 | 0.02 | 0.06 | 301.84 | 0.84 | 0.62 |
| Hex | EF | 4C | EA | 0 | 44 | 2 | 6 | 12E | 54 | 3E |
| Octal | 357 | 114 | 352 | 0 | 104 | 2 | 6 | 456 | 124 | 76 |
| Binary | 11101111 | 1001100 | 11101010 | 0 | 1000100 | 10 | 110 | 100101110 | 1010100 | 111110 |
Color Harmonies of #EF4CEA
Complementary color
Monochromatic Colors of #EF4CEA
Black with #EF4CEA
Text Example
Text Example
White with #EF4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CEA; }
p { color: rgb(239,76,234); }
H1.HeaderClassName
{
color: #EF4CEA;
}
.AnyTagClassName
{
color: #EF4CEA;
}
</style>
background-color css
<style>
a { background-color: #EF4CEA; }
a { background-color: rgb(239,76,234); }
div.DivClassName
{
background-color: #EF4CEA;
}
.BgClassName
{
background-color: #EF4CEA;
}
</style>
border-color css
<style>
span { border-color: #EF4CEA; }
span { border-color: rgb(239,76,234); }
td.TdClassName
{
border-color: #EF4CEA;
}
.TagClassName
{
border-color: #EF4CEA;
}
</style>