Html Css Color HEX #EF4DD1 Free Speech Magenta
📋 copy color: '#EF4DD1'red 239 ◦ green 77 ◦ blue 209
Shades of Free Speech Magenta #EF4DD1
Tints of Free Speech Magenta #EF4DD1
RGB
CMYK
RGB Variations
Color information
#EF4DD1 (or 0xEF4DD1) is known color: Free Speech Magenta. HEX triplet: EF, 4D and D1. RGB value is (239,77,209). Sum of RGB (Red+Green+Blue) = 239+77+209=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4DD1 is #10B22E. Grayscale: #8C8C8C. Windows color (decimal): -1094191 or 13716975. OLE color: 13716975.
HSL color Cylindrical-coordinate representation of color #EF4DD1: hue angle of 311.11º 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 #EF4DD1 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 209 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.06 |
| HSL | 311.11º | 0.84% | 0.62% | - |
| HSV(B) | 311.11º | 0.68% | 0.94% | - |
| XYZ | 49.76 | 28.26 | 63.15 | - |
| YUV | 140.49 | 166.67 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 209 | 0 | 0.68 | 0.13 | 0.06 | 311.11 | 0.84 | 0.62 |
| Hex | EF | 4D | D1 | 0 | 44 | D | 6 | 137 | 54 | 3E |
| Octal | 357 | 115 | 321 | 0 | 104 | 15 | 6 | 467 | 124 | 76 |
| Binary | 11101111 | 1001101 | 11010001 | 0 | 1000100 | 1101 | 110 | 100110111 | 1010100 | 111110 |
Color Harmonies of #EF4DD1
Complementary color
Monochromatic Colors of #EF4DD1
Black with #EF4DD1
Text Example
Text Example
White with #EF4DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DD1; }
p { color: rgb(239,77,209); }
H1.HeaderClassName
{
color: #EF4DD1;
}
.AnyTagClassName
{
color: #EF4DD1;
}
</style>
background-color css
<style>
a { background-color: #EF4DD1; }
a { background-color: rgb(239,77,209); }
div.DivClassName
{
background-color: #EF4DD1;
}
.BgClassName
{
background-color: #EF4DD1;
}
</style>
border-color css
<style>
span { border-color: #EF4DD1; }
span { border-color: rgb(239,77,209); }
td.TdClassName
{
border-color: #EF4DD1;
}
.TagClassName
{
border-color: #EF4DD1;
}
</style>