Html Css Color HEX #EC52C0 Free Speech Magenta
📋 copy color: '#EC52C0'red 236 ◦ green 82 ◦ blue 192
Shades of Free Speech Magenta #EC52C0
Tints of Free Speech Magenta #EC52C0
RGB
CMYK
RGB Variations
Color information
#EC52C0 (or 0xEC52C0) is known color: Free Speech Magenta. HEX triplet: EC, 52 and C0. RGB value is (236,82,192). Sum of RGB (Red+Green+Blue) = 236+82+192=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52C0 is #13AD3F. Grayscale: #8C8C8C. Windows color (decimal): -1289536 or 12604140. OLE color: 12604140.
HSL color Cylindrical-coordinate representation of color #EC52C0: hue angle of 317.14º 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 #EC52C0 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 192 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.07 |
| HSL | 317.14º | 0.8% | 0.62% | - |
| HSV(B) | 317.14º | 0.65% | 0.93% | - |
| XYZ | 47.12 | 27.67 | 52.73 | - |
| YUV | 140.59 | 157.02 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 192 | 0 | 0.65 | 0.19 | 0.07 | 317.14 | 0.8 | 0.62 |
| Hex | EC | 52 | C0 | 0 | 41 | 13 | 7 | 13D | 50 | 3E |
| Octal | 354 | 122 | 300 | 0 | 101 | 23 | 7 | 475 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11000000 | 0 | 1000001 | 10011 | 111 | 100111101 | 1010000 | 111110 |
Color Harmonies of #EC52C0
Complementary color
Monochromatic Colors of #EC52C0
Black with #EC52C0
Text Example
Text Example
White with #EC52C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52C0; }
p { color: rgb(236,82,192); }
H1.HeaderClassName
{
color: #EC52C0;
}
.AnyTagClassName
{
color: #EC52C0;
}
</style>
background-color css
<style>
a { background-color: #EC52C0; }
a { background-color: rgb(236,82,192); }
div.DivClassName
{
background-color: #EC52C0;
}
.BgClassName
{
background-color: #EC52C0;
}
</style>
border-color css
<style>
span { border-color: #EC52C0; }
span { border-color: rgb(236,82,192); }
td.TdClassName
{
border-color: #EC52C0;
}
.TagClassName
{
border-color: #EC52C0;
}
</style>