Html Css Color HEX #EC4EC7 Free Speech Magenta
📋 copy color: '#EC4EC7'red 236 ◦ green 78 ◦ blue 199
Shades of Free Speech Magenta #EC4EC7
Tints of Free Speech Magenta #EC4EC7
RGB
CMYK
RGB Variations
Color information
#EC4EC7 (or 0xEC4EC7) is known color: Free Speech Magenta. HEX triplet: EC, 4E and C7. RGB value is (236,78,199). Sum of RGB (Red+Green+Blue) = 236+78+199=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4EC7 is #13B138. Grayscale: #8A8A8A. Windows color (decimal): -1290553 or 13061868. OLE color: 13061868.
HSL color Cylindrical-coordinate representation of color #EC4EC7: hue angle of 314.05º 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 #EC4EC7 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 199 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.07 |
| HSL | 314.05º | 0.81% | 0.62% | - |
| HSV(B) | 314.05º | 0.67% | 0.93% | - |
| XYZ | 47.63 | 27.41 | 56.81 | - |
| YUV | 139.04 | 161.85 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 199 | 0 | 0.67 | 0.16 | 0.07 | 314.05 | 0.81 | 0.62 |
| Hex | EC | 4E | C7 | 0 | 43 | 10 | 7 | 13A | 51 | 3E |
| Octal | 354 | 116 | 307 | 0 | 103 | 20 | 7 | 472 | 121 | 76 |
| Binary | 11101100 | 1001110 | 11000111 | 0 | 1000011 | 10000 | 111 | 100111010 | 1010001 | 111110 |
Color Harmonies of #EC4EC7
Complementary color
Monochromatic Colors of #EC4EC7
Black with #EC4EC7
Text Example
Text Example
White with #EC4EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EC7; }
p { color: rgb(236,78,199); }
H1.HeaderClassName
{
color: #EC4EC7;
}
.AnyTagClassName
{
color: #EC4EC7;
}
</style>
background-color css
<style>
a { background-color: #EC4EC7; }
a { background-color: rgb(236,78,199); }
div.DivClassName
{
background-color: #EC4EC7;
}
.BgClassName
{
background-color: #EC4EC7;
}
</style>
border-color css
<style>
span { border-color: #EC4EC7; }
span { border-color: rgb(236,78,199); }
td.TdClassName
{
border-color: #EC4EC7;
}
.TagClassName
{
border-color: #EC4EC7;
}
</style>