Html Css Color HEX #EC52E7 Free Speech Magenta
📋 copy color: '#EC52E7'red 236 ◦ green 82 ◦ blue 231
Shades of Free Speech Magenta #EC52E7
Tints of Free Speech Magenta #EC52E7
RGB
CMYK
RGB Variations
Color information
#EC52E7 (or 0xEC52E7) is known color: Free Speech Magenta. HEX triplet: EC, 52 and E7. RGB value is (236,82,231). Sum of RGB (Red+Green+Blue) = 236+82+231=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 82 (32.42% from 255 or 14.94% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC52E7 is #13AD18. Grayscale: #909090. Windows color (decimal): -1289497 or 15160044. OLE color: 15160044.
HSL color Cylindrical-coordinate representation of color #EC52E7: hue angle of 301.95º 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 #EC52E7 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 231 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.07 |
| HSL | 301.95º | 0.8% | 0.62% | - |
| HSV(B) | 301.95º | 0.65% | 0.93% | - |
| XYZ | 52.03 | 29.64 | 78.58 | - |
| YUV | 145.03 | 176.52 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 231 | 0 | 0.65 | 0.02 | 0.07 | 301.95 | 0.8 | 0.62 |
| Hex | EC | 52 | E7 | 0 | 41 | 2 | 7 | 12E | 50 | 3E |
| Octal | 354 | 122 | 347 | 0 | 101 | 2 | 7 | 456 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11100111 | 0 | 1000001 | 10 | 111 | 100101110 | 1010000 | 111110 |
Color Harmonies of #EC52E7
Complementary color
Monochromatic Colors of #EC52E7
Black with #EC52E7
Text Example
Text Example
White with #EC52E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52E7; }
p { color: rgb(236,82,231); }
H1.HeaderClassName
{
color: #EC52E7;
}
.AnyTagClassName
{
color: #EC52E7;
}
</style>
background-color css
<style>
a { background-color: #EC52E7; }
a { background-color: rgb(236,82,231); }
div.DivClassName
{
background-color: #EC52E7;
}
.BgClassName
{
background-color: #EC52E7;
}
</style>
border-color css
<style>
span { border-color: #EC52E7; }
span { border-color: rgb(236,82,231); }
td.TdClassName
{
border-color: #EC52E7;
}
.TagClassName
{
border-color: #EC52E7;
}
</style>