Html Css Color HEX #EF4DDD Free Speech Magenta
📋 copy color: '#EF4DDD'red 239 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #EF4DDD
Tints of Free Speech Magenta #EF4DDD
RGB
CMYK
RGB Variations
Color information
#EF4DDD (or 0xEF4DDD) is known color: Free Speech Magenta. HEX triplet: EF, 4D and DD. RGB value is (239,77,221). Sum of RGB (Red+Green+Blue) = 239+77+221=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 77 (30.47% from 255 or 14.34% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4DDD is #10B222. Grayscale: #8D8D8D. Windows color (decimal): -1094179 or 14503407. OLE color: 14503407.
HSL color Cylindrical-coordinate representation of color #EF4DDD: hue angle of 306.67º 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 #EF4DDD is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 221 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.06 |
| HSL | 306.67º | 0.84% | 0.62% | - |
| HSV(B) | 306.67º | 0.68% | 0.94% | - |
| XYZ | 51.3 | 28.88 | 71.28 | - |
| YUV | 141.85 | 172.67 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 221 | 0 | 0.68 | 0.08 | 0.06 | 306.67 | 0.84 | 0.62 |
| Hex | EF | 4D | DD | 0 | 44 | 8 | 6 | 133 | 54 | 3E |
| Octal | 357 | 115 | 335 | 0 | 104 | 10 | 6 | 463 | 124 | 76 |
| Binary | 11101111 | 1001101 | 11011101 | 0 | 1000100 | 1000 | 110 | 100110011 | 1010100 | 111110 |
Color Harmonies of #EF4DDD
Complementary color
Monochromatic Colors of #EF4DDD
Black with #EF4DDD
Text Example
Text Example
White with #EF4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DDD; }
p { color: rgb(239,77,221); }
H1.HeaderClassName
{
color: #EF4DDD;
}
.AnyTagClassName
{
color: #EF4DDD;
}
</style>
background-color css
<style>
a { background-color: #EF4DDD; }
a { background-color: rgb(239,77,221); }
div.DivClassName
{
background-color: #EF4DDD;
}
.BgClassName
{
background-color: #EF4DDD;
}
</style>
border-color css
<style>
span { border-color: #EF4DDD; }
span { border-color: rgb(239,77,221); }
td.TdClassName
{
border-color: #EF4DDD;
}
.TagClassName
{
border-color: #EF4DDD;
}
</style>