Html Css Color HEX #EC52E6 Free Speech Magenta
📋 copy color: '#EC52E6'red 236 ◦ green 82 ◦ blue 230
Shades of Free Speech Magenta #EC52E6
Tints of Free Speech Magenta #EC52E6
RGB
CMYK
RGB Variations
Color information
#EC52E6 (or 0xEC52E6) is known color: Free Speech Magenta. HEX triplet: EC, 52 and E6. RGB value is (236,82,230). Sum of RGB (Red+Green+Blue) = 236+82+230=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 82 (32.42% from 255 or 14.96% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC52E6 is #13AD19. Grayscale: #909090. Windows color (decimal): -1289498 or 15094508. OLE color: 15094508.
HSL color Cylindrical-coordinate representation of color #EC52E6: hue angle of 302.34º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC52E6 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 230 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.07 |
| HSL | 302.34º | 0.8% | 0.62% | - |
| HSV(B) | 302.34º | 0.65% | 0.93% | - |
| XYZ | 51.89 | 29.58 | 77.84 | - |
| YUV | 144.92 | 176.02 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 230 | 0 | 0.65 | 0.03 | 0.07 | 302.34 | 0.8 | 0.62 |
| Hex | EC | 52 | E6 | 0 | 41 | 3 | 7 | 12E | 50 | 3E |
| Octal | 354 | 122 | 346 | 0 | 101 | 3 | 7 | 456 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11100110 | 0 | 1000001 | 11 | 111 | 100101110 | 1010000 | 111110 |
Color Harmonies of #EC52E6
Complementary color
Monochromatic Colors of #EC52E6
Black with #EC52E6
Text Example
Text Example
White with #EC52E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52E6; }
p { color: rgb(236,82,230); }
H1.HeaderClassName
{
color: #EC52E6;
}
.AnyTagClassName
{
color: #EC52E6;
}
</style>
background-color css
<style>
a { background-color: #EC52E6; }
a { background-color: rgb(236,82,230); }
div.DivClassName
{
background-color: #EC52E6;
}
.BgClassName
{
background-color: #EC52E6;
}
</style>
border-color css
<style>
span { border-color: #EC52E6; }
span { border-color: rgb(236,82,230); }
td.TdClassName
{
border-color: #EC52E6;
}
.TagClassName
{
border-color: #EC52E6;
}
</style>