Html Css Color HEX #EC4DD4 Free Speech Magenta
📋 copy color: '#EC4DD4'red 236 ◦ green 77 ◦ blue 212
Shades of Free Speech Magenta #EC4DD4
Tints of Free Speech Magenta #EC4DD4
RGB
CMYK
RGB Variations
Color information
#EC4DD4 (or 0xEC4DD4) is known color: Free Speech Magenta. HEX triplet: EC, 4D and D4. RGB value is (236,77,212). Sum of RGB (Red+Green+Blue) = 236+77+212=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DD4 is #13B22B. Grayscale: #8B8B8B. Windows color (decimal): -1290796 or 13913580. OLE color: 13913580.
HSL color Cylindrical-coordinate representation of color #EC4DD4: hue angle of 309.06º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4DD4 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 212 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.07 |
| HSL | 309.06º | 0.81% | 0.61% | - |
| HSV(B) | 309.06º | 0.67% | 0.93% | - |
| XYZ | 49.13 | 27.89 | 65.08 | - |
| YUV | 139.93 | 168.68 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 212 | 0 | 0.67 | 0.10 | 0.07 | 309.06 | 0.81 | 0.61 |
| Hex | EC | 4D | D4 | 0 | 43 | A | 7 | 135 | 51 | 3D |
| Octal | 354 | 115 | 324 | 0 | 103 | 12 | 7 | 465 | 121 | 75 |
| Binary | 11101100 | 1001101 | 11010100 | 0 | 1000011 | 1010 | 111 | 100110101 | 1010001 | 111101 |
Color Harmonies of #EC4DD4
Complementary color
Monochromatic Colors of #EC4DD4
Black with #EC4DD4
Text Example
Text Example
White with #EC4DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DD4; }
p { color: rgb(236,77,212); }
H1.HeaderClassName
{
color: #EC4DD4;
}
.AnyTagClassName
{
color: #EC4DD4;
}
</style>
background-color css
<style>
a { background-color: #EC4DD4; }
a { background-color: rgb(236,77,212); }
div.DivClassName
{
background-color: #EC4DD4;
}
.BgClassName
{
background-color: #EC4DD4;
}
</style>
border-color css
<style>
span { border-color: #EC4DD4; }
span { border-color: rgb(236,77,212); }
td.TdClassName
{
border-color: #EC4DD4;
}
.TagClassName
{
border-color: #EC4DD4;
}
</style>