Html Css Color HEX #EC54D4 Free Speech Magenta
📋 copy color: '#EC54D4'red 236 ◦ green 84 ◦ blue 212
Shades of Free Speech Magenta #EC54D4
Tints of Free Speech Magenta #EC54D4
RGB
CMYK
RGB Variations
Color information
#EC54D4 (or 0xEC54D4) is known color: Free Speech Magenta. HEX triplet: EC, 54 and D4. RGB value is (236,84,212). Sum of RGB (Red+Green+Blue) = 236+84+212=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 84 (33.20% from 255 or 15.79% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC54D4 is #13AB2B. Grayscale: #8F8F8F. Windows color (decimal): -1289004 or 13915372. OLE color: 13915372.
HSL color Cylindrical-coordinate representation of color #EC54D4: hue angle of 309.47º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC54D4 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 212 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.07 |
| HSL | 309.47º | 0.8% | 0.63% | - |
| HSV(B) | 309.47º | 0.64% | 0.93% | - |
| XYZ | 49.65 | 28.93 | 65.25 | - |
| YUV | 144.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 212 | 0 | 0.64 | 0.10 | 0.07 | 309.47 | 0.8 | 0.63 |
| Hex | EC | 54 | D4 | 0 | 40 | A | 7 | 135 | 50 | 3F |
| Octal | 354 | 124 | 324 | 0 | 100 | 12 | 7 | 465 | 120 | 77 |
| Binary | 11101100 | 1010100 | 11010100 | 0 | 1000000 | 1010 | 111 | 100110101 | 1010000 | 111111 |
Color Harmonies of #EC54D4
Complementary color
Monochromatic Colors of #EC54D4
Black with #EC54D4
Text Example
Text Example
White with #EC54D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC54D4; }
p { color: rgb(236,84,212); }
H1.HeaderClassName
{
color: #EC54D4;
}
.AnyTagClassName
{
color: #EC54D4;
}
</style>
background-color css
<style>
a { background-color: #EC54D4; }
a { background-color: rgb(236,84,212); }
div.DivClassName
{
background-color: #EC54D4;
}
.BgClassName
{
background-color: #EC54D4;
}
</style>
border-color css
<style>
span { border-color: #EC54D4; }
span { border-color: rgb(236,84,212); }
td.TdClassName
{
border-color: #EC54D4;
}
.TagClassName
{
border-color: #EC54D4;
}
</style>