Html Css Color HEX #EC4EE5 Free Speech Magenta
📋 copy color: '#EC4EE5'red 236 ◦ green 78 ◦ blue 229
Shades of Free Speech Magenta #EC4EE5
Tints of Free Speech Magenta #EC4EE5
RGB
CMYK
RGB Variations
Color information
#EC4EE5 (or 0xEC4EE5) is known color: Free Speech Magenta. HEX triplet: EC, 4E and E5. RGB value is (236,78,229). Sum of RGB (Red+Green+Blue) = 236+78+229=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 78 (30.86% from 255 or 14.36% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4EE5 is #13B11A. Grayscale: #8E8E8E. Windows color (decimal): -1290523 or 15027948. OLE color: 15027948.
HSL color Cylindrical-coordinate representation of color #EC4EE5: hue angle of 302.66º 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 #EC4EE5 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 229 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.07 |
| HSL | 302.66º | 0.81% | 0.62% | - |
| HSV(B) | 302.66º | 0.67% | 0.93% | - |
| XYZ | 51.46 | 28.94 | 77 | - |
| YUV | 142.46 | 176.85 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 229 | 0 | 0.67 | 0.03 | 0.07 | 302.66 | 0.81 | 0.62 |
| Hex | EC | 4E | E5 | 0 | 43 | 3 | 7 | 12F | 51 | 3E |
| Octal | 354 | 116 | 345 | 0 | 103 | 3 | 7 | 457 | 121 | 76 |
| Binary | 11101100 | 1001110 | 11100101 | 0 | 1000011 | 11 | 111 | 100101111 | 1010001 | 111110 |
Color Harmonies of #EC4EE5
Complementary color
Monochromatic Colors of #EC4EE5
Black with #EC4EE5
Text Example
Text Example
White with #EC4EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EE5; }
p { color: rgb(236,78,229); }
H1.HeaderClassName
{
color: #EC4EE5;
}
.AnyTagClassName
{
color: #EC4EE5;
}
</style>
background-color css
<style>
a { background-color: #EC4EE5; }
a { background-color: rgb(236,78,229); }
div.DivClassName
{
background-color: #EC4EE5;
}
.BgClassName
{
background-color: #EC4EE5;
}
</style>
border-color css
<style>
span { border-color: #EC4EE5; }
span { border-color: rgb(236,78,229); }
td.TdClassName
{
border-color: #EC4EE5;
}
.TagClassName
{
border-color: #EC4EE5;
}
</style>