Html Css Color HEX #EC4FE2 Free Speech Magenta
📋 copy color: '#EC4FE2'red 236 ◦ green 79 ◦ blue 226
Shades of Free Speech Magenta #EC4FE2
Tints of Free Speech Magenta #EC4FE2
RGB
CMYK
RGB Variations
Color information
#EC4FE2 (or 0xEC4FE2) is known color: Free Speech Magenta. HEX triplet: EC, 4F and E2. RGB value is (236,79,226). Sum of RGB (Red+Green+Blue) = 236+79+226=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 79 (31.25% from 255 or 14.60% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4FE2 is #13B01D. Grayscale: #8E8E8E. Windows color (decimal): -1290270 or 14831596. OLE color: 14831596.
HSL color Cylindrical-coordinate representation of color #EC4FE2: hue angle of 303.82º 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 #EC4FE2 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 226 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.07 |
| HSL | 303.82º | 0.81% | 0.62% | - |
| HSV(B) | 303.82º | 0.67% | 0.93% | - |
| XYZ | 51.12 | 28.92 | 74.84 | - |
| YUV | 142.7 | 175.01 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 226 | 0 | 0.67 | 0.04 | 0.07 | 303.82 | 0.81 | 0.62 |
| Hex | EC | 4F | E2 | 0 | 43 | 4 | 7 | 130 | 51 | 3E |
| Octal | 354 | 117 | 342 | 0 | 103 | 4 | 7 | 460 | 121 | 76 |
| Binary | 11101100 | 1001111 | 11100010 | 0 | 1000011 | 100 | 111 | 100110000 | 1010001 | 111110 |
Color Harmonies of #EC4FE2
Complementary color
Monochromatic Colors of #EC4FE2
Black with #EC4FE2
Text Example
Text Example
White with #EC4FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FE2; }
p { color: rgb(236,79,226); }
H1.HeaderClassName
{
color: #EC4FE2;
}
.AnyTagClassName
{
color: #EC4FE2;
}
</style>
background-color css
<style>
a { background-color: #EC4FE2; }
a { background-color: rgb(236,79,226); }
div.DivClassName
{
background-color: #EC4FE2;
}
.BgClassName
{
background-color: #EC4FE2;
}
</style>
border-color css
<style>
span { border-color: #EC4FE2; }
span { border-color: rgb(236,79,226); }
td.TdClassName
{
border-color: #EC4FE2;
}
.TagClassName
{
border-color: #EC4FE2;
}
</style>