Html Css Color HEX #EC52D4 Free Speech Magenta
📋 copy color: '#EC52D4'red 236 ◦ green 82 ◦ blue 212
Shades of Free Speech Magenta #EC52D4
Tints of Free Speech Magenta #EC52D4
RGB
CMYK
RGB Variations
Color information
#EC52D4 (or 0xEC52D4) is known color: Free Speech Magenta. HEX triplet: EC, 52 and D4. RGB value is (236,82,212). Sum of RGB (Red+Green+Blue) = 236+82+212=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52D4 is #13AD2B. Grayscale: #8E8E8E. Windows color (decimal): -1289516 or 13914860. OLE color: 13914860.
HSL color Cylindrical-coordinate representation of color #EC52D4: hue angle of 309.35º 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 #EC52D4 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 212 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.07 |
| HSL | 309.35º | 0.8% | 0.62% | - |
| HSV(B) | 309.35º | 0.65% | 0.93% | - |
| XYZ | 49.49 | 28.62 | 65.2 | - |
| YUV | 142.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 212 | 0 | 0.65 | 0.10 | 0.07 | 309.35 | 0.8 | 0.62 |
| Hex | EC | 52 | D4 | 0 | 41 | A | 7 | 135 | 50 | 3E |
| Octal | 354 | 122 | 324 | 0 | 101 | 12 | 7 | 465 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11010100 | 0 | 1000001 | 1010 | 111 | 100110101 | 1010000 | 111110 |
Color Harmonies of #EC52D4
Complementary color
Monochromatic Colors of #EC52D4
Black with #EC52D4
Text Example
Text Example
White with #EC52D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52D4; }
p { color: rgb(236,82,212); }
H1.HeaderClassName
{
color: #EC52D4;
}
.AnyTagClassName
{
color: #EC52D4;
}
</style>
background-color css
<style>
a { background-color: #EC52D4; }
a { background-color: rgb(236,82,212); }
div.DivClassName
{
background-color: #EC52D4;
}
.BgClassName
{
background-color: #EC52D4;
}
</style>
border-color css
<style>
span { border-color: #EC52D4; }
span { border-color: rgb(236,82,212); }
td.TdClassName
{
border-color: #EC52D4;
}
.TagClassName
{
border-color: #EC52D4;
}
</style>