Html Css Color HEX #EC53D1 Free Speech Magenta
📋 copy color: '#EC53D1'red 236 ◦ green 83 ◦ blue 209
Shades of Free Speech Magenta #EC53D1
Tints of Free Speech Magenta #EC53D1
RGB
CMYK
RGB Variations
Color information
#EC53D1 (or 0xEC53D1) is known color: Free Speech Magenta. HEX triplet: EC, 53 and D1. RGB value is (236,83,209). Sum of RGB (Red+Green+Blue) = 236+83+209=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53D1 is #13AC2E. Grayscale: #8E8E8E. Windows color (decimal): -1289263 or 13718508. OLE color: 13718508.
HSL color Cylindrical-coordinate representation of color #EC53D1: hue angle of 310.59º 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 #EC53D1 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 209 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.07 |
| HSL | 310.59º | 0.8% | 0.63% | - |
| HSV(B) | 310.59º | 0.65% | 0.93% | - |
| XYZ | 49.19 | 28.62 | 63.25 | - |
| YUV | 143.11 | 165.19 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 209 | 0 | 0.65 | 0.11 | 0.07 | 310.59 | 0.8 | 0.63 |
| Hex | EC | 53 | D1 | 0 | 41 | B | 7 | 137 | 50 | 3F |
| Octal | 354 | 123 | 321 | 0 | 101 | 13 | 7 | 467 | 120 | 77 |
| Binary | 11101100 | 1010011 | 11010001 | 0 | 1000001 | 1011 | 111 | 100110111 | 1010000 | 111111 |
Color Harmonies of #EC53D1
Complementary color
Monochromatic Colors of #EC53D1
Black with #EC53D1
Text Example
Text Example
White with #EC53D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53D1; }
p { color: rgb(236,83,209); }
H1.HeaderClassName
{
color: #EC53D1;
}
.AnyTagClassName
{
color: #EC53D1;
}
</style>
background-color css
<style>
a { background-color: #EC53D1; }
a { background-color: rgb(236,83,209); }
div.DivClassName
{
background-color: #EC53D1;
}
.BgClassName
{
background-color: #EC53D1;
}
</style>
border-color css
<style>
span { border-color: #EC53D1; }
span { border-color: rgb(236,83,209); }
td.TdClassName
{
border-color: #EC53D1;
}
.TagClassName
{
border-color: #EC53D1;
}
</style>