Html Css Color HEX #EF4AD4 Free Speech Magenta
📋 copy color: '#EF4AD4'red 239 ◦ green 74 ◦ blue 212
Shades of Free Speech Magenta #EF4AD4
Tints of Free Speech Magenta #EF4AD4
RGB
CMYK
RGB Variations
Color information
#EF4AD4 (or 0xEF4AD4) is known color: Free Speech Magenta. HEX triplet: EF, 4A and D4. RGB value is (239,74,212). Sum of RGB (Red+Green+Blue) = 239+74+212=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4AD4 is #10B52B. Grayscale: #8A8A8A. Windows color (decimal): -1094956 or 13912815. OLE color: 13912815.
HSL color Cylindrical-coordinate representation of color #EF4AD4: hue angle of 309.82º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4AD4 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 212 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.06 |
| HSL | 309.82º | 0.84% | 0.61% | - |
| HSV(B) | 309.82º | 0.69% | 0.94% | - |
| XYZ | 49.93 | 28 | 65.06 | - |
| YUV | 139.07 | 169.16 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 212 | 0 | 0.69 | 0.11 | 0.06 | 309.82 | 0.84 | 0.61 |
| Hex | EF | 4A | D4 | 0 | 45 | B | 6 | 136 | 54 | 3D |
| Octal | 357 | 112 | 324 | 0 | 105 | 13 | 6 | 466 | 124 | 75 |
| Binary | 11101111 | 1001010 | 11010100 | 0 | 1000101 | 1011 | 110 | 100110110 | 1010100 | 111101 |
Color Harmonies of #EF4AD4
Complementary color
Monochromatic Colors of #EF4AD4
Black with #EF4AD4
Text Example
Text Example
White with #EF4AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4AD4; }
p { color: rgb(239,74,212); }
H1.HeaderClassName
{
color: #EF4AD4;
}
.AnyTagClassName
{
color: #EF4AD4;
}
</style>
background-color css
<style>
a { background-color: #EF4AD4; }
a { background-color: rgb(239,74,212); }
div.DivClassName
{
background-color: #EF4AD4;
}
.BgClassName
{
background-color: #EF4AD4;
}
</style>
border-color css
<style>
span { border-color: #EF4AD4; }
span { border-color: rgb(239,74,212); }
td.TdClassName
{
border-color: #EF4AD4;
}
.TagClassName
{
border-color: #EF4AD4;
}
</style>