Html Css Color HEX #EC4ACD Free Speech Magenta
📋 copy color: '#EC4ACD'red 236 ◦ green 74 ◦ blue 205
Shades of Free Speech Magenta #EC4ACD
Tints of Free Speech Magenta #EC4ACD
RGB
CMYK
RGB Variations
Color information
#EC4ACD (or 0xEC4ACD) is known color: Free Speech Magenta. HEX triplet: EC, 4A and CD. RGB value is (236,74,205). Sum of RGB (Red+Green+Blue) = 236+74+205=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4ACD is #13B532. Grayscale: #898989. Windows color (decimal): -1291571 or 13454060. OLE color: 13454060.
HSL color Cylindrical-coordinate representation of color #EC4ACD: hue angle of 311.48º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4ACD is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 205 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.07 |
| HSL | 311.48º | 0.81% | 0.61% | - |
| HSV(B) | 311.48º | 0.69% | 0.93% | - |
| XYZ | 48.06 | 27.14 | 60.46 | - |
| YUV | 137.37 | 166.17 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 205 | 0 | 0.69 | 0.13 | 0.07 | 311.48 | 0.81 | 0.61 |
| Hex | EC | 4A | CD | 0 | 45 | D | 7 | 137 | 51 | 3D |
| Octal | 354 | 112 | 315 | 0 | 105 | 15 | 7 | 467 | 121 | 75 |
| Binary | 11101100 | 1001010 | 11001101 | 0 | 1000101 | 1101 | 111 | 100110111 | 1010001 | 111101 |
Color Harmonies of #EC4ACD
Complementary color
Monochromatic Colors of #EC4ACD
Black with #EC4ACD
Text Example
Text Example
White with #EC4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4ACD; }
p { color: rgb(236,74,205); }
H1.HeaderClassName
{
color: #EC4ACD;
}
.AnyTagClassName
{
color: #EC4ACD;
}
</style>
background-color css
<style>
a { background-color: #EC4ACD; }
a { background-color: rgb(236,74,205); }
div.DivClassName
{
background-color: #EC4ACD;
}
.BgClassName
{
background-color: #EC4ACD;
}
</style>
border-color css
<style>
span { border-color: #EC4ACD; }
span { border-color: rgb(236,74,205); }
td.TdClassName
{
border-color: #EC4ACD;
}
.TagClassName
{
border-color: #EC4ACD;
}
</style>