Html Css Color HEX #EC47D4 Free Speech Magenta
📋 copy color: '#EC47D4'red 236 ◦ green 71 ◦ blue 212
Shades of Free Speech Magenta #EC47D4
Tints of Free Speech Magenta #EC47D4
RGB
CMYK
RGB Variations
Color information
#EC47D4 (or 0xEC47D4) is known color: Free Speech Magenta. HEX triplet: EC, 47 and D4. RGB value is (236,71,212). Sum of RGB (Red+Green+Blue) = 236+71+212=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 71 (28.12% from 255 or 13.68% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47D4 is #13B82B. Grayscale: #888888. Windows color (decimal): -1292332 or 13912044. OLE color: 13912044.
HSL color Cylindrical-coordinate representation of color #EC47D4: hue angle of 308.73º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC47D4 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 212 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.07 |
| HSL | 308.73º | 0.81% | 0.6% | - |
| HSV(B) | 308.73º | 0.7% | 0.93% | - |
| XYZ | 48.73 | 27.09 | 64.95 | - |
| YUV | 136.41 | 170.66 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 212 | 0 | 0.70 | 0.10 | 0.07 | 308.73 | 0.81 | 0.6 |
| Hex | EC | 47 | D4 | 0 | 46 | A | 7 | 135 | 51 | 3C |
| Octal | 354 | 107 | 324 | 0 | 106 | 12 | 7 | 465 | 121 | 74 |
| Binary | 11101100 | 1000111 | 11010100 | 0 | 1000110 | 1010 | 111 | 100110101 | 1010001 | 111100 |
Color Harmonies of #EC47D4
Complementary color
Monochromatic Colors of #EC47D4
Black with #EC47D4
Text Example
Text Example
White with #EC47D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47D4; }
p { color: rgb(236,71,212); }
H1.HeaderClassName
{
color: #EC47D4;
}
.AnyTagClassName
{
color: #EC47D4;
}
</style>
background-color css
<style>
a { background-color: #EC47D4; }
a { background-color: rgb(236,71,212); }
div.DivClassName
{
background-color: #EC47D4;
}
.BgClassName
{
background-color: #EC47D4;
}
</style>
border-color css
<style>
span { border-color: #EC47D4; }
span { border-color: rgb(236,71,212); }
td.TdClassName
{
border-color: #EC47D4;
}
.TagClassName
{
border-color: #EC47D4;
}
</style>