Html Css Color HEX #EC4EC4 Free Speech Magenta
📋 copy color: '#EC4EC4'red 236 ◦ green 78 ◦ blue 196
Shades of Free Speech Magenta #EC4EC4
Tints of Free Speech Magenta #EC4EC4
RGB
CMYK
RGB Variations
Color information
#EC4EC4 (or 0xEC4EC4) is known color: Free Speech Magenta. HEX triplet: EC, 4E and C4. RGB value is (236,78,196). Sum of RGB (Red+Green+Blue) = 236+78+196=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4EC4 is #13B13B. Grayscale: #8A8A8A. Windows color (decimal): -1290556 or 12865260. OLE color: 12865260.
HSL color Cylindrical-coordinate representation of color #EC4EC4: hue angle of 315.19º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4EC4 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 196 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.07 |
| HSL | 315.19º | 0.81% | 0.62% | - |
| HSV(B) | 315.19º | 0.67% | 0.93% | - |
| XYZ | 47.28 | 27.27 | 55 | - |
| YUV | 138.69 | 160.35 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 196 | 0 | 0.67 | 0.17 | 0.07 | 315.19 | 0.81 | 0.62 |
| Hex | EC | 4E | C4 | 0 | 43 | 11 | 7 | 13B | 51 | 3E |
| Octal | 354 | 116 | 304 | 0 | 103 | 21 | 7 | 473 | 121 | 76 |
| Binary | 11101100 | 1001110 | 11000100 | 0 | 1000011 | 10001 | 111 | 100111011 | 1010001 | 111110 |
Color Harmonies of #EC4EC4
Complementary color
Monochromatic Colors of #EC4EC4
Black with #EC4EC4
Text Example
Text Example
White with #EC4EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EC4; }
p { color: rgb(236,78,196); }
H1.HeaderClassName
{
color: #EC4EC4;
}
.AnyTagClassName
{
color: #EC4EC4;
}
</style>
background-color css
<style>
a { background-color: #EC4EC4; }
a { background-color: rgb(236,78,196); }
div.DivClassName
{
background-color: #EC4EC4;
}
.BgClassName
{
background-color: #EC4EC4;
}
</style>
border-color css
<style>
span { border-color: #EC4EC4; }
span { border-color: rgb(236,78,196); }
td.TdClassName
{
border-color: #EC4EC4;
}
.TagClassName
{
border-color: #EC4EC4;
}
</style>