Html Css Color HEX #EC53CB Free Speech Magenta
📋 copy color: '#EC53CB'red 236 ◦ green 83 ◦ blue 203
Shades of Free Speech Magenta #EC53CB
Tints of Free Speech Magenta #EC53CB
RGB
CMYK
RGB Variations
Color information
#EC53CB (or 0xEC53CB) is known color: Free Speech Magenta. HEX triplet: EC, 53 and CB. RGB value is (236,83,203). Sum of RGB (Red+Green+Blue) = 236+83+203=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53CB is #13AC34. Grayscale: #8E8E8E. Windows color (decimal): -1289269 or 13325292. OLE color: 13325292.
HSL color Cylindrical-coordinate representation of color #EC53CB: hue angle of 312.94º 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 #EC53CB is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 203 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.07 |
| HSL | 312.94º | 0.8% | 0.63% | - |
| HSV(B) | 312.94º | 0.65% | 0.93% | - |
| XYZ | 48.46 | 28.33 | 59.41 | - |
| YUV | 142.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 203 | 0 | 0.65 | 0.14 | 0.07 | 312.94 | 0.8 | 0.63 |
| Hex | EC | 53 | CB | 0 | 41 | E | 7 | 139 | 50 | 3F |
| Octal | 354 | 123 | 313 | 0 | 101 | 16 | 7 | 471 | 120 | 77 |
| Binary | 11101100 | 1010011 | 11001011 | 0 | 1000001 | 1110 | 111 | 100111001 | 1010000 | 111111 |
Color Harmonies of #EC53CB
Complementary color
Monochromatic Colors of #EC53CB
Black with #EC53CB
Text Example
Text Example
White with #EC53CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53CB; }
p { color: rgb(236,83,203); }
H1.HeaderClassName
{
color: #EC53CB;
}
.AnyTagClassName
{
color: #EC53CB;
}
</style>
background-color css
<style>
a { background-color: #EC53CB; }
a { background-color: rgb(236,83,203); }
div.DivClassName
{
background-color: #EC53CB;
}
.BgClassName
{
background-color: #EC53CB;
}
</style>
border-color css
<style>
span { border-color: #EC53CB; }
span { border-color: rgb(236,83,203); }
td.TdClassName
{
border-color: #EC53CB;
}
.TagClassName
{
border-color: #EC53CB;
}
</style>