Html Css Color HEX #EF4DCB Free Speech Magenta
📋 copy color: '#EF4DCB'red 239 ◦ green 77 ◦ blue 203
Shades of Free Speech Magenta #EF4DCB
Tints of Free Speech Magenta #EF4DCB
RGB
CMYK
RGB Variations
Color information
#EF4DCB (or 0xEF4DCB) is known color: Free Speech Magenta. HEX triplet: EF, 4D and CB. RGB value is (239,77,203). Sum of RGB (Red+Green+Blue) = 239+77+203=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4DCB is #10B234. Grayscale: #8B8B8B. Windows color (decimal): -1094197 or 13323759. OLE color: 13323759.
HSL color Cylindrical-coordinate representation of color #EF4DCB: hue angle of 313.33º 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 #EF4DCB is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 203 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.06 |
| HSL | 313.33º | 0.84% | 0.62% | - |
| HSV(B) | 313.33º | 0.68% | 0.94% | - |
| XYZ | 49.03 | 27.97 | 59.31 | - |
| YUV | 139.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 203 | 0 | 0.68 | 0.15 | 0.06 | 313.33 | 0.84 | 0.62 |
| Hex | EF | 4D | CB | 0 | 44 | F | 6 | 139 | 54 | 3E |
| Octal | 357 | 115 | 313 | 0 | 104 | 17 | 6 | 471 | 124 | 76 |
| Binary | 11101111 | 1001101 | 11001011 | 0 | 1000100 | 1111 | 110 | 100111001 | 1010100 | 111110 |
Color Harmonies of #EF4DCB
Complementary color
Monochromatic Colors of #EF4DCB
Black with #EF4DCB
Text Example
Text Example
White with #EF4DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DCB; }
p { color: rgb(239,77,203); }
H1.HeaderClassName
{
color: #EF4DCB;
}
.AnyTagClassName
{
color: #EF4DCB;
}
</style>
background-color css
<style>
a { background-color: #EF4DCB; }
a { background-color: rgb(239,77,203); }
div.DivClassName
{
background-color: #EF4DCB;
}
.BgClassName
{
background-color: #EF4DCB;
}
</style>
border-color css
<style>
span { border-color: #EF4DCB; }
span { border-color: rgb(239,77,203); }
td.TdClassName
{
border-color: #EF4DCB;
}
.TagClassName
{
border-color: #EF4DCB;
}
</style>