Html Css Color HEX #EC4CC2 Free Speech Magenta
📋 copy color: '#EC4CC2'red 236 ◦ green 76 ◦ blue 194
Shades of Free Speech Magenta #EC4CC2
Tints of Free Speech Magenta #EC4CC2
RGB
CMYK
RGB Variations
Color information
#EC4CC2 (or 0xEC4CC2) is known color: Free Speech Magenta. HEX triplet: EC, 4C and C2. RGB value is (236,76,194). Sum of RGB (Red+Green+Blue) = 236+76+194=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CC2 is #13B33D. Grayscale: #888888. Windows color (decimal): -1291070 or 12733676. OLE color: 12733676.
HSL color Cylindrical-coordinate representation of color #EC4CC2: hue angle of 315.75º 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 #EC4CC2 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 194 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.07 |
| HSL | 315.75º | 0.81% | 0.61% | - |
| HSV(B) | 315.75º | 0.68% | 0.93% | - |
| XYZ | 46.91 | 26.9 | 53.76 | - |
| YUV | 137.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 194 | 0 | 0.68 | 0.18 | 0.07 | 315.75 | 0.81 | 0.61 |
| Hex | EC | 4C | C2 | 0 | 44 | 12 | 7 | 13C | 51 | 3D |
| Octal | 354 | 114 | 302 | 0 | 104 | 22 | 7 | 474 | 121 | 75 |
| Binary | 11101100 | 1001100 | 11000010 | 0 | 1000100 | 10010 | 111 | 100111100 | 1010001 | 111101 |
Color Harmonies of #EC4CC2
Complementary color
Monochromatic Colors of #EC4CC2
Black with #EC4CC2
Text Example
Text Example
White with #EC4CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CC2; }
p { color: rgb(236,76,194); }
H1.HeaderClassName
{
color: #EC4CC2;
}
.AnyTagClassName
{
color: #EC4CC2;
}
</style>
background-color css
<style>
a { background-color: #EC4CC2; }
a { background-color: rgb(236,76,194); }
div.DivClassName
{
background-color: #EC4CC2;
}
.BgClassName
{
background-color: #EC4CC2;
}
</style>
border-color css
<style>
span { border-color: #EC4CC2; }
span { border-color: rgb(236,76,194); }
td.TdClassName
{
border-color: #EC4CC2;
}
.TagClassName
{
border-color: #EC4CC2;
}
</style>