Html Css Color HEX #EC4DC1 Free Speech Magenta
📋 copy color: '#EC4DC1'red 236 ◦ green 77 ◦ blue 193
Shades of Free Speech Magenta #EC4DC1
Tints of Free Speech Magenta #EC4DC1
RGB
CMYK
RGB Variations
Color information
#EC4DC1 (or 0xEC4DC1) is known color: Free Speech Magenta. HEX triplet: EC, 4D and C1. RGB value is (236,77,193). Sum of RGB (Red+Green+Blue) = 236+77+193=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DC1 is #13B23E. Grayscale: #898989. Windows color (decimal): -1290815 or 12668396. OLE color: 12668396.
HSL color Cylindrical-coordinate representation of color #EC4DC1: hue angle of 316.23º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4DC1 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 193 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.07 |
| HSL | 316.23º | 0.81% | 0.61% | - |
| HSV(B) | 316.23º | 0.67% | 0.93% | - |
| XYZ | 46.87 | 26.99 | 53.19 | - |
| YUV | 137.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 193 | 0 | 0.67 | 0.18 | 0.07 | 316.23 | 0.81 | 0.61 |
| Hex | EC | 4D | C1 | 0 | 43 | 12 | 7 | 13C | 51 | 3D |
| Octal | 354 | 115 | 301 | 0 | 103 | 22 | 7 | 474 | 121 | 75 |
| Binary | 11101100 | 1001101 | 11000001 | 0 | 1000011 | 10010 | 111 | 100111100 | 1010001 | 111101 |
Color Harmonies of #EC4DC1
Complementary color
Monochromatic Colors of #EC4DC1
Black with #EC4DC1
Text Example
Text Example
White with #EC4DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DC1; }
p { color: rgb(236,77,193); }
H1.HeaderClassName
{
color: #EC4DC1;
}
.AnyTagClassName
{
color: #EC4DC1;
}
</style>
background-color css
<style>
a { background-color: #EC4DC1; }
a { background-color: rgb(236,77,193); }
div.DivClassName
{
background-color: #EC4DC1;
}
.BgClassName
{
background-color: #EC4DC1;
}
</style>
border-color css
<style>
span { border-color: #EC4DC1; }
span { border-color: rgb(236,77,193); }
td.TdClassName
{
border-color: #EC4DC1;
}
.TagClassName
{
border-color: #EC4DC1;
}
</style>