Html Css Color HEX #EC4FE7 Free Speech Magenta
📋 copy color: '#EC4FE7'red 236 ◦ green 79 ◦ blue 231
Shades of Free Speech Magenta #EC4FE7
Tints of Free Speech Magenta #EC4FE7
RGB
CMYK
RGB Variations
Color information
#EC4FE7 (or 0xEC4FE7) is known color: Free Speech Magenta. HEX triplet: EC, 4F and E7. RGB value is (236,79,231). Sum of RGB (Red+Green+Blue) = 236+79+231=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 79 (31.25% from 255 or 14.47% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4FE7 is #13B018. Grayscale: #8E8E8E. Windows color (decimal): -1290265 or 15159276. OLE color: 15159276.
HSL color Cylindrical-coordinate representation of color #EC4FE7: hue angle of 301.91º 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 #EC4FE7 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 231 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.07 |
| HSL | 301.91º | 0.81% | 0.62% | - |
| HSV(B) | 301.91º | 0.67% | 0.93% | - |
| XYZ | 51.81 | 29.19 | 78.51 | - |
| YUV | 143.27 | 177.51 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 231 | 0 | 0.67 | 0.02 | 0.07 | 301.91 | 0.81 | 0.62 |
| Hex | EC | 4F | E7 | 0 | 43 | 2 | 7 | 12E | 51 | 3E |
| Octal | 354 | 117 | 347 | 0 | 103 | 2 | 7 | 456 | 121 | 76 |
| Binary | 11101100 | 1001111 | 11100111 | 0 | 1000011 | 10 | 111 | 100101110 | 1010001 | 111110 |
Color Harmonies of #EC4FE7
Complementary color
Monochromatic Colors of #EC4FE7
Black with #EC4FE7
Text Example
Text Example
White with #EC4FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FE7; }
p { color: rgb(236,79,231); }
H1.HeaderClassName
{
color: #EC4FE7;
}
.AnyTagClassName
{
color: #EC4FE7;
}
</style>
background-color css
<style>
a { background-color: #EC4FE7; }
a { background-color: rgb(236,79,231); }
div.DivClassName
{
background-color: #EC4FE7;
}
.BgClassName
{
background-color: #EC4FE7;
}
</style>
border-color css
<style>
span { border-color: #EC4FE7; }
span { border-color: rgb(236,79,231); }
td.TdClassName
{
border-color: #EC4FE7;
}
.TagClassName
{
border-color: #EC4FE7;
}
</style>