Html Css Color HEX #EC54E4 Free Speech Magenta
📋 copy color: '#EC54E4'red 236 ◦ green 84 ◦ blue 228
Shades of Free Speech Magenta #EC54E4
Tints of Free Speech Magenta #EC54E4
RGB
CMYK
RGB Variations
Color information
#EC54E4 (or 0xEC54E4) is known color: Free Speech Magenta. HEX triplet: EC, 54 and E4. RGB value is (236,84,228). Sum of RGB (Red+Green+Blue) = 236+84+228=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 84 (33.20% from 255 or 15.33% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC54E4 is #13AB1B. Grayscale: #919191. Windows color (decimal): -1288988 or 14963948. OLE color: 14963948.
HSL color Cylindrical-coordinate representation of color #EC54E4: hue angle of 303.16º 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 #EC54E4 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 228 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.07 |
| HSL | 303.16º | 0.8% | 0.63% | - |
| HSV(B) | 303.16º | 0.64% | 0.93% | - |
| XYZ | 51.77 | 29.77 | 76.42 | - |
| YUV | 145.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 228 | 0 | 0.64 | 0.03 | 0.07 | 303.16 | 0.8 | 0.63 |
| Hex | EC | 54 | E4 | 0 | 40 | 3 | 7 | 12F | 50 | 3F |
| Octal | 354 | 124 | 344 | 0 | 100 | 3 | 7 | 457 | 120 | 77 |
| Binary | 11101100 | 1010100 | 11100100 | 0 | 1000000 | 11 | 111 | 100101111 | 1010000 | 111111 |
Color Harmonies of #EC54E4
Complementary color
Monochromatic Colors of #EC54E4
Black with #EC54E4
Text Example
Text Example
White with #EC54E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC54E4; }
p { color: rgb(236,84,228); }
H1.HeaderClassName
{
color: #EC54E4;
}
.AnyTagClassName
{
color: #EC54E4;
}
</style>
background-color css
<style>
a { background-color: #EC54E4; }
a { background-color: rgb(236,84,228); }
div.DivClassName
{
background-color: #EC54E4;
}
.BgClassName
{
background-color: #EC54E4;
}
</style>
border-color css
<style>
span { border-color: #EC54E4; }
span { border-color: rgb(236,84,228); }
td.TdClassName
{
border-color: #EC54E4;
}
.TagClassName
{
border-color: #EC54E4;
}
</style>