Html Css Color HEX #EC4ECF Free Speech Magenta
📋 copy color: '#EC4ECF'red 236 ◦ green 78 ◦ blue 207
Shades of Free Speech Magenta #EC4ECF
Tints of Free Speech Magenta #EC4ECF
RGB
CMYK
RGB Variations
Color information
#EC4ECF (or 0xEC4ECF) is known color: Free Speech Magenta. HEX triplet: EC, 4E and CF. RGB value is (236,78,207). Sum of RGB (Red+Green+Blue) = 236+78+207=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4ECF is #13B130. Grayscale: #8B8B8B. Windows color (decimal): -1290545 or 13586156. OLE color: 13586156.
HSL color Cylindrical-coordinate representation of color #EC4ECF: hue angle of 311.01º 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 #EC4ECF is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 207 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.07 |
| HSL | 311.01º | 0.81% | 0.62% | - |
| HSV(B) | 311.01º | 0.67% | 0.93% | - |
| XYZ | 48.58 | 27.79 | 61.83 | - |
| YUV | 139.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 207 | 0 | 0.67 | 0.12 | 0.07 | 311.01 | 0.81 | 0.62 |
| Hex | EC | 4E | CF | 0 | 43 | C | 7 | 137 | 51 | 3E |
| Octal | 354 | 116 | 317 | 0 | 103 | 14 | 7 | 467 | 121 | 76 |
| Binary | 11101100 | 1001110 | 11001111 | 0 | 1000011 | 1100 | 111 | 100110111 | 1010001 | 111110 |
Color Harmonies of #EC4ECF
Complementary color
Monochromatic Colors of #EC4ECF
Black with #EC4ECF
Text Example
Text Example
White with #EC4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4ECF; }
p { color: rgb(236,78,207); }
H1.HeaderClassName
{
color: #EC4ECF;
}
.AnyTagClassName
{
color: #EC4ECF;
}
</style>
background-color css
<style>
a { background-color: #EC4ECF; }
a { background-color: rgb(236,78,207); }
div.DivClassName
{
background-color: #EC4ECF;
}
.BgClassName
{
background-color: #EC4ECF;
}
</style>
border-color css
<style>
span { border-color: #EC4ECF; }
span { border-color: rgb(236,78,207); }
td.TdClassName
{
border-color: #EC4ECF;
}
.TagClassName
{
border-color: #EC4ECF;
}
</style>