Html Css Color HEX #EC5BDC Free Speech Magenta
📋 copy color: '#EC5BDC'red 236 ◦ green 91 ◦ blue 220
Shades of Free Speech Magenta #EC5BDC
Tints of Free Speech Magenta #EC5BDC
RGB
CMYK
RGB Variations
Color information
#EC5BDC (or 0xEC5BDC) is known color: Free Speech Magenta. HEX triplet: EC, 5B and DC. RGB value is (236,91,220). Sum of RGB (Red+Green+Blue) = 236+91+220=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BDC is #13A423. Grayscale: #949494. Windows color (decimal): -1287204 or 14441452. OLE color: 14441452.
HSL color Cylindrical-coordinate representation of color #EC5BDC: hue angle of 306.62º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5BDC is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 220 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.07 |
| HSL | 306.62º | 0.79% | 0.64% | - |
| HSV(B) | 306.62º | 0.61% | 0.93% | - |
| XYZ | 51.25 | 30.48 | 70.89 | - |
| YUV | 149.06 | 168.04 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 220 | 0 | 0.61 | 0.07 | 0.07 | 306.62 | 0.79 | 0.64 |
| Hex | EC | 5B | DC | 0 | 3D | 7 | 7 | 133 | 4F | 40 |
| Octal | 354 | 133 | 334 | 0 | 75 | 7 | 7 | 463 | 117 | 100 |
| Binary | 11101100 | 1011011 | 11011100 | 0 | 111101 | 111 | 111 | 100110011 | 1001111 | 1000000 |
Color Harmonies of #EC5BDC
Complementary color
Monochromatic Colors of #EC5BDC
Black with #EC5BDC
Text Example
Text Example
White with #EC5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BDC; }
p { color: rgb(236,91,220); }
H1.HeaderClassName
{
color: #EC5BDC;
}
.AnyTagClassName
{
color: #EC5BDC;
}
</style>
background-color css
<style>
a { background-color: #EC5BDC; }
a { background-color: rgb(236,91,220); }
div.DivClassName
{
background-color: #EC5BDC;
}
.BgClassName
{
background-color: #EC5BDC;
}
</style>
border-color css
<style>
span { border-color: #EC5BDC; }
span { border-color: rgb(236,91,220); }
td.TdClassName
{
border-color: #EC5BDC;
}
.TagClassName
{
border-color: #EC5BDC;
}
</style>