Html Css Color HEX #EC54D5 Free Speech Magenta
📋 copy color: '#EC54D5'red 236 ◦ green 84 ◦ blue 213
Shades of Free Speech Magenta #EC54D5
Tints of Free Speech Magenta #EC54D5
RGB
CMYK
RGB Variations
Color information
#EC54D5 (or 0xEC54D5) is known color: Free Speech Magenta. HEX triplet: EC, 54 and D5. RGB value is (236,84,213). Sum of RGB (Red+Green+Blue) = 236+84+213=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC54D5 is #13AB2A. Grayscale: #8F8F8F. Windows color (decimal): -1289003 or 13980908. OLE color: 13980908.
HSL color Cylindrical-coordinate representation of color #EC54D5: hue angle of 309.08º 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 #EC54D5 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 213 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.07 |
| HSL | 309.08º | 0.8% | 0.63% | - |
| HSV(B) | 309.08º | 0.64% | 0.93% | - |
| XYZ | 49.77 | 28.98 | 65.92 | - |
| YUV | 144.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 213 | 0 | 0.64 | 0.10 | 0.07 | 309.08 | 0.8 | 0.63 |
| Hex | EC | 54 | D5 | 0 | 40 | A | 7 | 135 | 50 | 3F |
| Octal | 354 | 124 | 325 | 0 | 100 | 12 | 7 | 465 | 120 | 77 |
| Binary | 11101100 | 1010100 | 11010101 | 0 | 1000000 | 1010 | 111 | 100110101 | 1010000 | 111111 |
Color Harmonies of #EC54D5
Complementary color
Monochromatic Colors of #EC54D5
Black with #EC54D5
Text Example
Text Example
White with #EC54D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC54D5; }
p { color: rgb(236,84,213); }
H1.HeaderClassName
{
color: #EC54D5;
}
.AnyTagClassName
{
color: #EC54D5;
}
</style>
background-color css
<style>
a { background-color: #EC54D5; }
a { background-color: rgb(236,84,213); }
div.DivClassName
{
background-color: #EC54D5;
}
.BgClassName
{
background-color: #EC54D5;
}
</style>
border-color css
<style>
span { border-color: #EC54D5; }
span { border-color: rgb(236,84,213); }
td.TdClassName
{
border-color: #EC54D5;
}
.TagClassName
{
border-color: #EC54D5;
}
</style>