Html Css Color HEX #EF4DCD Free Speech Magenta
📋 copy color: '#EF4DCD'red 239 ◦ green 77 ◦ blue 205
Shades of Free Speech Magenta #EF4DCD
Tints of Free Speech Magenta #EF4DCD
RGB
CMYK
RGB Variations
Color information
#EF4DCD (or 0xEF4DCD) is known color: Free Speech Magenta. HEX triplet: EF, 4D and CD. RGB value is (239,77,205). Sum of RGB (Red+Green+Blue) = 239+77+205=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4DCD is #10B232. Grayscale: #8B8B8B. Windows color (decimal): -1094195 or 13454831. OLE color: 13454831.
HSL color Cylindrical-coordinate representation of color #EF4DCD: hue angle of 312.59º 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 #EF4DCD is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 205 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.06 |
| HSL | 312.59º | 0.84% | 0.62% | - |
| HSV(B) | 312.59º | 0.68% | 0.94% | - |
| XYZ | 49.27 | 28.07 | 60.58 | - |
| YUV | 140.03 | 164.67 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 205 | 0 | 0.68 | 0.14 | 0.06 | 312.59 | 0.84 | 0.62 |
| Hex | EF | 4D | CD | 0 | 44 | E | 6 | 139 | 54 | 3E |
| Octal | 357 | 115 | 315 | 0 | 104 | 16 | 6 | 471 | 124 | 76 |
| Binary | 11101111 | 1001101 | 11001101 | 0 | 1000100 | 1110 | 110 | 100111001 | 1010100 | 111110 |
Color Harmonies of #EF4DCD
Complementary color
Monochromatic Colors of #EF4DCD
Black with #EF4DCD
Text Example
Text Example
White with #EF4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DCD; }
p { color: rgb(239,77,205); }
H1.HeaderClassName
{
color: #EF4DCD;
}
.AnyTagClassName
{
color: #EF4DCD;
}
</style>
background-color css
<style>
a { background-color: #EF4DCD; }
a { background-color: rgb(239,77,205); }
div.DivClassName
{
background-color: #EF4DCD;
}
.BgClassName
{
background-color: #EF4DCD;
}
</style>
border-color css
<style>
span { border-color: #EF4DCD; }
span { border-color: rgb(239,77,205); }
td.TdClassName
{
border-color: #EF4DCD;
}
.TagClassName
{
border-color: #EF4DCD;
}
</style>