Html Css Color HEX #EF4CDA Free Speech Magenta
📋 copy color: '#EF4CDA'red 239 ◦ green 76 ◦ blue 218
Shades of Free Speech Magenta #EF4CDA
Tints of Free Speech Magenta #EF4CDA
RGB
CMYK
RGB Variations
Color information
#EF4CDA (or 0xEF4CDA) is known color: Free Speech Magenta. HEX triplet: EF, 4C and DA. RGB value is (239,76,218). Sum of RGB (Red+Green+Blue) = 239+76+218=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 76 (30.08% from 255 or 14.26% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CDA is #10B325. Grayscale: #8C8C8C. Windows color (decimal): -1094438 or 14306543. OLE color: 14306543.
HSL color Cylindrical-coordinate representation of color #EF4CDA: hue angle of 307.73º 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 #EF4CDA is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 218 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.06 |
| HSL | 307.73º | 0.84% | 0.62% | - |
| HSV(B) | 307.73º | 0.68% | 0.94% | - |
| XYZ | 50.84 | 28.58 | 69.17 | - |
| YUV | 140.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 218 | 0 | 0.68 | 0.09 | 0.06 | 307.73 | 0.84 | 0.62 |
| Hex | EF | 4C | DA | 0 | 44 | 9 | 6 | 134 | 54 | 3E |
| Octal | 357 | 114 | 332 | 0 | 104 | 11 | 6 | 464 | 124 | 76 |
| Binary | 11101111 | 1001100 | 11011010 | 0 | 1000100 | 1001 | 110 | 100110100 | 1010100 | 111110 |
Color Harmonies of #EF4CDA
Complementary color
Monochromatic Colors of #EF4CDA
Black with #EF4CDA
Text Example
Text Example
White with #EF4CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CDA; }
p { color: rgb(239,76,218); }
H1.HeaderClassName
{
color: #EF4CDA;
}
.AnyTagClassName
{
color: #EF4CDA;
}
</style>
background-color css
<style>
a { background-color: #EF4CDA; }
a { background-color: rgb(239,76,218); }
div.DivClassName
{
background-color: #EF4CDA;
}
.BgClassName
{
background-color: #EF4CDA;
}
</style>
border-color css
<style>
span { border-color: #EF4CDA; }
span { border-color: rgb(239,76,218); }
td.TdClassName
{
border-color: #EF4CDA;
}
.TagClassName
{
border-color: #EF4CDA;
}
</style>