Html Css Color HEX #EC51E5 Free Speech Magenta
📋 copy color: '#EC51E5'red 236 ◦ green 81 ◦ blue 229
Shades of Free Speech Magenta #EC51E5
Tints of Free Speech Magenta #EC51E5
RGB
CMYK
RGB Variations
Color information
#EC51E5 (or 0xEC51E5) is known color: Free Speech Magenta. HEX triplet: EC, 51 and E5. RGB value is (236,81,229). Sum of RGB (Red+Green+Blue) = 236+81+229=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 81 (32.03% from 255 or 14.84% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51E5 is #13AE1A. Grayscale: #8F8F8F. Windows color (decimal): -1289755 or 15028716. OLE color: 15028716.
HSL color Cylindrical-coordinate representation of color #EC51E5: hue angle of 302.71º 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 #EC51E5 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 229 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.07 |
| HSL | 302.71º | 0.8% | 0.62% | - |
| HSV(B) | 302.71º | 0.66% | 0.93% | - |
| XYZ | 51.68 | 29.37 | 77.07 | - |
| YUV | 144.22 | 175.85 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 229 | 0 | 0.66 | 0.03 | 0.07 | 302.71 | 0.8 | 0.62 |
| Hex | EC | 51 | E5 | 0 | 42 | 3 | 7 | 12F | 50 | 3E |
| Octal | 354 | 121 | 345 | 0 | 102 | 3 | 7 | 457 | 120 | 76 |
| Binary | 11101100 | 1010001 | 11100101 | 0 | 1000010 | 11 | 111 | 100101111 | 1010000 | 111110 |
Color Harmonies of #EC51E5
Complementary color
Monochromatic Colors of #EC51E5
Black with #EC51E5
Text Example
Text Example
White with #EC51E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51E5; }
p { color: rgb(236,81,229); }
H1.HeaderClassName
{
color: #EC51E5;
}
.AnyTagClassName
{
color: #EC51E5;
}
</style>
background-color css
<style>
a { background-color: #EC51E5; }
a { background-color: rgb(236,81,229); }
div.DivClassName
{
background-color: #EC51E5;
}
.BgClassName
{
background-color: #EC51E5;
}
</style>
border-color css
<style>
span { border-color: #EC51E5; }
span { border-color: rgb(236,81,229); }
td.TdClassName
{
border-color: #EC51E5;
}
.TagClassName
{
border-color: #EC51E5;
}
</style>