Html Css Color HEX #EC51E4 Free Speech Magenta
📋 copy color: '#EC51E4'red 236 ◦ green 81 ◦ blue 228
Shades of Free Speech Magenta #EC51E4
Tints of Free Speech Magenta #EC51E4
RGB
CMYK
RGB Variations
Color information
#EC51E4 (or 0xEC51E4) is known color: Free Speech Magenta. HEX triplet: EC, 51 and E4. RGB value is (236,81,228). Sum of RGB (Red+Green+Blue) = 236+81+228=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 81 (32.03% from 255 or 14.86% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51E4 is #13AE1B. Grayscale: #8F8F8F. Windows color (decimal): -1289756 or 14963180. OLE color: 14963180.
HSL color Cylindrical-coordinate representation of color #EC51E4: hue angle of 303.1º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC51E4 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 228 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.07 |
| HSL | 303.1º | 0.8% | 0.62% | - |
| HSV(B) | 303.1º | 0.66% | 0.93% | - |
| XYZ | 51.54 | 29.32 | 76.34 | - |
| YUV | 144.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 228 | 0 | 0.66 | 0.03 | 0.07 | 303.1 | 0.8 | 0.62 |
| Hex | EC | 51 | E4 | 0 | 42 | 3 | 7 | 12F | 50 | 3E |
| Octal | 354 | 121 | 344 | 0 | 102 | 3 | 7 | 457 | 120 | 76 |
| Binary | 11101100 | 1010001 | 11100100 | 0 | 1000010 | 11 | 111 | 100101111 | 1010000 | 111110 |
Color Harmonies of #EC51E4
Complementary color
Monochromatic Colors of #EC51E4
Black with #EC51E4
Text Example
Text Example
White with #EC51E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51E4; }
p { color: rgb(236,81,228); }
H1.HeaderClassName
{
color: #EC51E4;
}
.AnyTagClassName
{
color: #EC51E4;
}
</style>
background-color css
<style>
a { background-color: #EC51E4; }
a { background-color: rgb(236,81,228); }
div.DivClassName
{
background-color: #EC51E4;
}
.BgClassName
{
background-color: #EC51E4;
}
</style>
border-color css
<style>
span { border-color: #EC51E4; }
span { border-color: rgb(236,81,228); }
td.TdClassName
{
border-color: #EC51E4;
}
.TagClassName
{
border-color: #EC51E4;
}
</style>