Html Css Color HEX #EC53D2 Free Speech Magenta
📋 copy color: '#EC53D2'red 236 ◦ green 83 ◦ blue 210
Shades of Free Speech Magenta #EC53D2
Tints of Free Speech Magenta #EC53D2
RGB
CMYK
RGB Variations
Color information
#EC53D2 (or 0xEC53D2) is known color: Free Speech Magenta. HEX triplet: EC, 53 and D2. RGB value is (236,83,210). Sum of RGB (Red+Green+Blue) = 236+83+210=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53D2 is #13AC2D. Grayscale: #8E8E8E. Windows color (decimal): -1289262 or 13784044. OLE color: 13784044.
HSL color Cylindrical-coordinate representation of color #EC53D2: hue angle of 310.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC53D2 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 210 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.07 |
| HSL | 310.2º | 0.8% | 0.63% | - |
| HSV(B) | 310.2º | 0.65% | 0.93% | - |
| XYZ | 49.32 | 28.67 | 63.91 | - |
| YUV | 143.23 | 165.69 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 210 | 0 | 0.65 | 0.11 | 0.07 | 310.2 | 0.8 | 0.63 |
| Hex | EC | 53 | D2 | 0 | 41 | B | 7 | 136 | 50 | 3F |
| Octal | 354 | 123 | 322 | 0 | 101 | 13 | 7 | 466 | 120 | 77 |
| Binary | 11101100 | 1010011 | 11010010 | 0 | 1000001 | 1011 | 111 | 100110110 | 1010000 | 111111 |
Color Harmonies of #EC53D2
Complementary color
Monochromatic Colors of #EC53D2
Black with #EC53D2
Text Example
Text Example
White with #EC53D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53D2; }
p { color: rgb(236,83,210); }
H1.HeaderClassName
{
color: #EC53D2;
}
.AnyTagClassName
{
color: #EC53D2;
}
</style>
background-color css
<style>
a { background-color: #EC53D2; }
a { background-color: rgb(236,83,210); }
div.DivClassName
{
background-color: #EC53D2;
}
.BgClassName
{
background-color: #EC53D2;
}
</style>
border-color css
<style>
span { border-color: #EC53D2; }
span { border-color: rgb(236,83,210); }
td.TdClassName
{
border-color: #EC53D2;
}
.TagClassName
{
border-color: #EC53D2;
}
</style>