Html Css Color HEX #EC4DCE Free Speech Magenta
📋 copy color: '#EC4DCE'red 236 ◦ green 77 ◦ blue 206
Shades of Free Speech Magenta #EC4DCE
Tints of Free Speech Magenta #EC4DCE
RGB
CMYK
RGB Variations
Color information
#EC4DCE (or 0xEC4DCE) is known color: Free Speech Magenta. HEX triplet: EC, 4D and CE. RGB value is (236,77,206). Sum of RGB (Red+Green+Blue) = 236+77+206=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DCE is #13B231. Grayscale: #8A8A8A. Windows color (decimal): -1290802 or 13520364. OLE color: 13520364.
HSL color Cylindrical-coordinate representation of color #EC4DCE: hue angle of 311.32º 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 #EC4DCE is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 206 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.07 |
| HSL | 311.32º | 0.81% | 0.61% | - |
| HSV(B) | 311.32º | 0.67% | 0.93% | - |
| XYZ | 48.39 | 27.6 | 61.17 | - |
| YUV | 139.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 206 | 0 | 0.67 | 0.13 | 0.07 | 311.32 | 0.81 | 0.61 |
| Hex | EC | 4D | CE | 0 | 43 | D | 7 | 137 | 51 | 3D |
| Octal | 354 | 115 | 316 | 0 | 103 | 15 | 7 | 467 | 121 | 75 |
| Binary | 11101100 | 1001101 | 11001110 | 0 | 1000011 | 1101 | 111 | 100110111 | 1010001 | 111101 |
Color Harmonies of #EC4DCE
Complementary color
Monochromatic Colors of #EC4DCE
Black with #EC4DCE
Text Example
Text Example
White with #EC4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DCE; }
p { color: rgb(236,77,206); }
H1.HeaderClassName
{
color: #EC4DCE;
}
.AnyTagClassName
{
color: #EC4DCE;
}
</style>
background-color css
<style>
a { background-color: #EC4DCE; }
a { background-color: rgb(236,77,206); }
div.DivClassName
{
background-color: #EC4DCE;
}
.BgClassName
{
background-color: #EC4DCE;
}
</style>
border-color css
<style>
span { border-color: #EC4DCE; }
span { border-color: rgb(236,77,206); }
td.TdClassName
{
border-color: #EC4DCE;
}
.TagClassName
{
border-color: #EC4DCE;
}
</style>