Html Css Color HEX #EC4ECB Free Speech Magenta
📋 copy color: '#EC4ECB'red 236 ◦ green 78 ◦ blue 203
Shades of Free Speech Magenta #EC4ECB
Tints of Free Speech Magenta #EC4ECB
RGB
CMYK
RGB Variations
Color information
#EC4ECB (or 0xEC4ECB) is known color: Free Speech Magenta. HEX triplet: EC, 4E and CB. RGB value is (236,78,203). Sum of RGB (Red+Green+Blue) = 236+78+203=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4ECB is #13B134. Grayscale: #8B8B8B. Windows color (decimal): -1290549 or 13324012. OLE color: 13324012.
HSL color Cylindrical-coordinate representation of color #EC4ECB: hue angle of 312.53º 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 #EC4ECB is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 203 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.07 |
| HSL | 312.53º | 0.81% | 0.62% | - |
| HSV(B) | 312.53º | 0.67% | 0.93% | - |
| XYZ | 48.1 | 27.59 | 59.29 | - |
| YUV | 139.49 | 163.85 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 203 | 0 | 0.67 | 0.14 | 0.07 | 312.53 | 0.81 | 0.62 |
| Hex | EC | 4E | CB | 0 | 43 | E | 7 | 139 | 51 | 3E |
| Octal | 354 | 116 | 313 | 0 | 103 | 16 | 7 | 471 | 121 | 76 |
| Binary | 11101100 | 1001110 | 11001011 | 0 | 1000011 | 1110 | 111 | 100111001 | 1010001 | 111110 |
Color Harmonies of #EC4ECB
Complementary color
Monochromatic Colors of #EC4ECB
Black with #EC4ECB
Text Example
Text Example
White with #EC4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4ECB; }
p { color: rgb(236,78,203); }
H1.HeaderClassName
{
color: #EC4ECB;
}
.AnyTagClassName
{
color: #EC4ECB;
}
</style>
background-color css
<style>
a { background-color: #EC4ECB; }
a { background-color: rgb(236,78,203); }
div.DivClassName
{
background-color: #EC4ECB;
}
.BgClassName
{
background-color: #EC4ECB;
}
</style>
border-color css
<style>
span { border-color: #EC4ECB; }
span { border-color: rgb(236,78,203); }
td.TdClassName
{
border-color: #EC4ECB;
}
.TagClassName
{
border-color: #EC4ECB;
}
</style>