Html Css Color HEX #EC52EA Free Speech Magenta
📋 copy color: '#EC52EA'red 236 ◦ green 82 ◦ blue 234
Shades of Free Speech Magenta #EC52EA
Tints of Free Speech Magenta #EC52EA
RGB
CMYK
RGB Variations
Color information
#EC52EA (or 0xEC52EA) is known color: Free Speech Magenta. HEX triplet: EC, 52 and EA. RGB value is (236,82,234). Sum of RGB (Red+Green+Blue) = 236+82+234=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 82 (32.42% from 255 or 14.86% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC52EA is #13AD15. Grayscale: #909090. Windows color (decimal): -1289494 or 15356652. OLE color: 15356652.
HSL color Cylindrical-coordinate representation of color #EC52EA: hue angle of 300.78º 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 #EC52EA is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 234 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.07 |
| HSL | 300.78º | 0.8% | 0.62% | - |
| HSV(B) | 300.78º | 0.65% | 0.93% | - |
| XYZ | 52.46 | 29.81 | 80.83 | - |
| YUV | 145.37 | 178.02 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 234 | 0 | 0.65 | 0.01 | 0.07 | 300.78 | 0.8 | 0.62 |
| Hex | EC | 52 | EA | 0 | 41 | 1 | 7 | 12D | 50 | 3E |
| Octal | 354 | 122 | 352 | 0 | 101 | 1 | 7 | 455 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11101010 | 0 | 1000001 | 1 | 111 | 100101101 | 1010000 | 111110 |
Color Harmonies of #EC52EA
Complementary color
Monochromatic Colors of #EC52EA
Black with #EC52EA
Text Example
Text Example
White with #EC52EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52EA; }
p { color: rgb(236,82,234); }
H1.HeaderClassName
{
color: #EC52EA;
}
.AnyTagClassName
{
color: #EC52EA;
}
</style>
background-color css
<style>
a { background-color: #EC52EA; }
a { background-color: rgb(236,82,234); }
div.DivClassName
{
background-color: #EC52EA;
}
.BgClassName
{
background-color: #EC52EA;
}
</style>
border-color css
<style>
span { border-color: #EC52EA; }
span { border-color: rgb(236,82,234); }
td.TdClassName
{
border-color: #EC52EA;
}
.TagClassName
{
border-color: #EC52EA;
}
</style>