Html Css Color HEX #EC52CA Free Speech Magenta
📋 copy color: '#EC52CA'red 236 ◦ green 82 ◦ blue 202
Shades of Free Speech Magenta #EC52CA
Tints of Free Speech Magenta #EC52CA
RGB
CMYK
RGB Variations
Color information
#EC52CA (or 0xEC52CA) is known color: Free Speech Magenta. HEX triplet: EC, 52 and CA. RGB value is (236,82,202). Sum of RGB (Red+Green+Blue) = 236+82+202=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52CA is #13AD35. Grayscale: #8D8D8D. Windows color (decimal): -1289526 or 13259500. OLE color: 13259500.
HSL color Cylindrical-coordinate representation of color #EC52CA: hue angle of 313.25º 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 #EC52CA is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 202 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.07 |
| HSL | 313.25º | 0.8% | 0.62% | - |
| HSV(B) | 313.25º | 0.65% | 0.93% | - |
| XYZ | 48.27 | 28.13 | 58.76 | - |
| YUV | 141.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 202 | 0 | 0.65 | 0.14 | 0.07 | 313.25 | 0.8 | 0.62 |
| Hex | EC | 52 | CA | 0 | 41 | E | 7 | 139 | 50 | 3E |
| Octal | 354 | 122 | 312 | 0 | 101 | 16 | 7 | 471 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11001010 | 0 | 1000001 | 1110 | 111 | 100111001 | 1010000 | 111110 |
Color Harmonies of #EC52CA
Complementary color
Monochromatic Colors of #EC52CA
Black with #EC52CA
Text Example
Text Example
White with #EC52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52CA; }
p { color: rgb(236,82,202); }
H1.HeaderClassName
{
color: #EC52CA;
}
.AnyTagClassName
{
color: #EC52CA;
}
</style>
background-color css
<style>
a { background-color: #EC52CA; }
a { background-color: rgb(236,82,202); }
div.DivClassName
{
background-color: #EC52CA;
}
.BgClassName
{
background-color: #EC52CA;
}
</style>
border-color css
<style>
span { border-color: #EC52CA; }
span { border-color: rgb(236,82,202); }
td.TdClassName
{
border-color: #EC52CA;
}
.TagClassName
{
border-color: #EC52CA;
}
</style>