Html Css Color HEX #EC51E6 Free Speech Magenta
📋 copy color: '#EC51E6'red 236 ◦ green 81 ◦ blue 230
Shades of Free Speech Magenta #EC51E6
Tints of Free Speech Magenta #EC51E6
RGB
CMYK
RGB Variations
Color information
#EC51E6 (or 0xEC51E6) is known color: Free Speech Magenta. HEX triplet: EC, 51 and E6. RGB value is (236,81,230). Sum of RGB (Red+Green+Blue) = 236+81+230=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 81 (32.03% from 255 or 14.81% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC51E6 is #13AE19. Grayscale: #8F8F8F. Windows color (decimal): -1289754 or 15094252. OLE color: 15094252.
HSL color Cylindrical-coordinate representation of color #EC51E6: hue angle of 302.32º 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 #EC51E6 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 230 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.07 |
| HSL | 302.32º | 0.8% | 0.62% | - |
| HSV(B) | 302.32º | 0.66% | 0.93% | - |
| XYZ | 51.82 | 29.43 | 77.81 | - |
| YUV | 144.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 230 | 0 | 0.66 | 0.03 | 0.07 | 302.32 | 0.8 | 0.62 |
| Hex | EC | 51 | E6 | 0 | 42 | 3 | 7 | 12E | 50 | 3E |
| Octal | 354 | 121 | 346 | 0 | 102 | 3 | 7 | 456 | 120 | 76 |
| Binary | 11101100 | 1010001 | 11100110 | 0 | 1000010 | 11 | 111 | 100101110 | 1010000 | 111110 |
Color Harmonies of #EC51E6
Complementary color
Monochromatic Colors of #EC51E6
Black with #EC51E6
Text Example
Text Example
White with #EC51E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51E6; }
p { color: rgb(236,81,230); }
H1.HeaderClassName
{
color: #EC51E6;
}
.AnyTagClassName
{
color: #EC51E6;
}
</style>
background-color css
<style>
a { background-color: #EC51E6; }
a { background-color: rgb(236,81,230); }
div.DivClassName
{
background-color: #EC51E6;
}
.BgClassName
{
background-color: #EC51E6;
}
</style>
border-color css
<style>
span { border-color: #EC51E6; }
span { border-color: rgb(236,81,230); }
td.TdClassName
{
border-color: #EC51E6;
}
.TagClassName
{
border-color: #EC51E6;
}
</style>