Html Css Color HEX #EC52D3 Free Speech Magenta
📋 copy color: '#EC52D3'red 236 ◦ green 82 ◦ blue 211
Shades of Free Speech Magenta #EC52D3
Tints of Free Speech Magenta #EC52D3
RGB
CMYK
RGB Variations
Color information
#EC52D3 (or 0xEC52D3) is known color: Free Speech Magenta. HEX triplet: EC, 52 and D3. RGB value is (236,82,211). Sum of RGB (Red+Green+Blue) = 236+82+211=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52D3 is #13AD2C. Grayscale: #8E8E8E. Windows color (decimal): -1289517 or 13849324. OLE color: 13849324.
HSL color Cylindrical-coordinate representation of color #EC52D3: hue angle of 309.74º 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 #EC52D3 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 211 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.07 |
| HSL | 309.74º | 0.8% | 0.62% | - |
| HSV(B) | 309.74º | 0.65% | 0.93% | - |
| XYZ | 49.37 | 28.57 | 64.54 | - |
| YUV | 142.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 211 | 0 | 0.65 | 0.11 | 0.07 | 309.74 | 0.8 | 0.62 |
| Hex | EC | 52 | D3 | 0 | 41 | B | 7 | 136 | 50 | 3E |
| Octal | 354 | 122 | 323 | 0 | 101 | 13 | 7 | 466 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11010011 | 0 | 1000001 | 1011 | 111 | 100110110 | 1010000 | 111110 |
Color Harmonies of #EC52D3
Complementary color
Monochromatic Colors of #EC52D3
Black with #EC52D3
Text Example
Text Example
White with #EC52D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52D3; }
p { color: rgb(236,82,211); }
H1.HeaderClassName
{
color: #EC52D3;
}
.AnyTagClassName
{
color: #EC52D3;
}
</style>
background-color css
<style>
a { background-color: #EC52D3; }
a { background-color: rgb(236,82,211); }
div.DivClassName
{
background-color: #EC52D3;
}
.BgClassName
{
background-color: #EC52D3;
}
</style>
border-color css
<style>
span { border-color: #EC52D3; }
span { border-color: rgb(236,82,211); }
td.TdClassName
{
border-color: #EC52D3;
}
.TagClassName
{
border-color: #EC52D3;
}
</style>