Html Css Color HEX #EF4FDD Free Speech Magenta
📋 copy color: '#EF4FDD'red 239 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #EF4FDD
Tints of Free Speech Magenta #EF4FDD
RGB
CMYK
RGB Variations
Color information
#EF4FDD (or 0xEF4FDD) is known color: Free Speech Magenta. HEX triplet: EF, 4F and DD. RGB value is (239,79,221). Sum of RGB (Red+Green+Blue) = 239+79+221=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 79 (31.25% from 255 or 14.66% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4FDD is #10B022. Grayscale: #8E8E8E. Windows color (decimal): -1093667 or 14503919. OLE color: 14503919.
HSL color Cylindrical-coordinate representation of color #EF4FDD: hue angle of 306.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4FDD is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 221 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.06 |
| HSL | 306.75º | 0.83% | 0.62% | - |
| HSV(B) | 306.75º | 0.67% | 0.94% | - |
| XYZ | 51.44 | 29.16 | 71.32 | - |
| YUV | 143.03 | 172.01 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 221 | 0 | 0.67 | 0.08 | 0.06 | 306.75 | 0.83 | 0.62 |
| Hex | EF | 4F | DD | 0 | 43 | 8 | 6 | 133 | 53 | 3E |
| Octal | 357 | 117 | 335 | 0 | 103 | 10 | 6 | 463 | 123 | 76 |
| Binary | 11101111 | 1001111 | 11011101 | 0 | 1000011 | 1000 | 110 | 100110011 | 1010011 | 111110 |
Color Harmonies of #EF4FDD
Complementary color
Monochromatic Colors of #EF4FDD
Black with #EF4FDD
Text Example
Text Example
White with #EF4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4FDD; }
p { color: rgb(239,79,221); }
H1.HeaderClassName
{
color: #EF4FDD;
}
.AnyTagClassName
{
color: #EF4FDD;
}
</style>
background-color css
<style>
a { background-color: #EF4FDD; }
a { background-color: rgb(239,79,221); }
div.DivClassName
{
background-color: #EF4FDD;
}
.BgClassName
{
background-color: #EF4FDD;
}
</style>
border-color css
<style>
span { border-color: #EF4FDD; }
span { border-color: rgb(239,79,221); }
td.TdClassName
{
border-color: #EF4FDD;
}
.TagClassName
{
border-color: #EF4FDD;
}
</style>