Html Css Color HEX #EC4BCC Free Speech Magenta
📋 copy color: '#EC4BCC'red 236 ◦ green 75 ◦ blue 204
Shades of Free Speech Magenta #EC4BCC
Tints of Free Speech Magenta #EC4BCC
RGB
CMYK
RGB Variations
Color information
#EC4BCC (or 0xEC4BCC) is known color: Free Speech Magenta. HEX triplet: EC, 4B and CC. RGB value is (236,75,204). Sum of RGB (Red+Green+Blue) = 236+75+204=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BCC is #13B433. Grayscale: #898989. Windows color (decimal): -1291316 or 13388780. OLE color: 13388780.
HSL color Cylindrical-coordinate representation of color #EC4BCC: hue angle of 311.93º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4BCC is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 204 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.07 |
| HSL | 311.93º | 0.81% | 0.61% | - |
| HSV(B) | 311.93º | 0.68% | 0.93% | - |
| XYZ | 48.01 | 27.22 | 59.85 | - |
| YUV | 137.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 204 | 0 | 0.68 | 0.14 | 0.07 | 311.93 | 0.81 | 0.61 |
| Hex | EC | 4B | CC | 0 | 44 | E | 7 | 138 | 51 | 3D |
| Octal | 354 | 113 | 314 | 0 | 104 | 16 | 7 | 470 | 121 | 75 |
| Binary | 11101100 | 1001011 | 11001100 | 0 | 1000100 | 1110 | 111 | 100111000 | 1010001 | 111101 |
Color Harmonies of #EC4BCC
Complementary color
Monochromatic Colors of #EC4BCC
Black with #EC4BCC
Text Example
Text Example
White with #EC4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BCC; }
p { color: rgb(236,75,204); }
H1.HeaderClassName
{
color: #EC4BCC;
}
.AnyTagClassName
{
color: #EC4BCC;
}
</style>
background-color css
<style>
a { background-color: #EC4BCC; }
a { background-color: rgb(236,75,204); }
div.DivClassName
{
background-color: #EC4BCC;
}
.BgClassName
{
background-color: #EC4BCC;
}
</style>
border-color css
<style>
span { border-color: #EC4BCC; }
span { border-color: rgb(236,75,204); }
td.TdClassName
{
border-color: #EC4BCC;
}
.TagClassName
{
border-color: #EC4BCC;
}
</style>