Html Css Color HEX #EC4ED2 Free Speech Magenta
📋 copy color: '#EC4ED2'red 236 ◦ green 78 ◦ blue 210
Shades of Free Speech Magenta #EC4ED2
Tints of Free Speech Magenta #EC4ED2
RGB
CMYK
RGB Variations
Color information
#EC4ED2 (or 0xEC4ED2) is known color: Free Speech Magenta. HEX triplet: EC, 4E and D2. RGB value is (236,78,210). Sum of RGB (Red+Green+Blue) = 236+78+210=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4ED2 is #13B12D. Grayscale: #8B8B8B. Windows color (decimal): -1290542 or 13782764. OLE color: 13782764.
HSL color Cylindrical-coordinate representation of color #EC4ED2: hue angle of 309.87º 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 #EC4ED2 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 210 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.07 |
| HSL | 309.87º | 0.81% | 0.62% | - |
| HSV(B) | 309.87º | 0.67% | 0.93% | - |
| XYZ | 48.95 | 27.93 | 63.78 | - |
| YUV | 140.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 210 | 0 | 0.67 | 0.11 | 0.07 | 309.87 | 0.81 | 0.62 |
| Hex | EC | 4E | D2 | 0 | 43 | B | 7 | 136 | 51 | 3E |
| Octal | 354 | 116 | 322 | 0 | 103 | 13 | 7 | 466 | 121 | 76 |
| Binary | 11101100 | 1001110 | 11010010 | 0 | 1000011 | 1011 | 111 | 100110110 | 1010001 | 111110 |
Color Harmonies of #EC4ED2
Complementary color
Monochromatic Colors of #EC4ED2
Black with #EC4ED2
Text Example
Text Example
White with #EC4ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4ED2; }
p { color: rgb(236,78,210); }
H1.HeaderClassName
{
color: #EC4ED2;
}
.AnyTagClassName
{
color: #EC4ED2;
}
</style>
background-color css
<style>
a { background-color: #EC4ED2; }
a { background-color: rgb(236,78,210); }
div.DivClassName
{
background-color: #EC4ED2;
}
.BgClassName
{
background-color: #EC4ED2;
}
</style>
border-color css
<style>
span { border-color: #EC4ED2; }
span { border-color: rgb(236,78,210); }
td.TdClassName
{
border-color: #EC4ED2;
}
.TagClassName
{
border-color: #EC4ED2;
}
</style>