Html Css Color HEX #EC4AD5 Free Speech Magenta
📋 copy color: '#EC4AD5'red 236 ◦ green 74 ◦ blue 213
Shades of Free Speech Magenta #EC4AD5
Tints of Free Speech Magenta #EC4AD5
RGB
CMYK
RGB Variations
Color information
#EC4AD5 (or 0xEC4AD5) is known color: Free Speech Magenta. HEX triplet: EC, 4A and D5. RGB value is (236,74,213). Sum of RGB (Red+Green+Blue) = 236+74+213=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 74 (29.30% from 255 or 14.15% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4AD5 is #13B52A. Grayscale: #898989. Windows color (decimal): -1291563 or 13978348. OLE color: 13978348.
HSL color Cylindrical-coordinate representation of color #EC4AD5: hue angle of 308.52º 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 #EC4AD5 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 213 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.07 |
| HSL | 308.52º | 0.81% | 0.61% | - |
| HSV(B) | 308.52º | 0.69% | 0.93% | - |
| XYZ | 49.05 | 27.53 | 65.68 | - |
| YUV | 138.28 | 170.17 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 213 | 0 | 0.69 | 0.10 | 0.07 | 308.52 | 0.81 | 0.61 |
| Hex | EC | 4A | D5 | 0 | 45 | A | 7 | 135 | 51 | 3D |
| Octal | 354 | 112 | 325 | 0 | 105 | 12 | 7 | 465 | 121 | 75 |
| Binary | 11101100 | 1001010 | 11010101 | 0 | 1000101 | 1010 | 111 | 100110101 | 1010001 | 111101 |
Color Harmonies of #EC4AD5
Complementary color
Monochromatic Colors of #EC4AD5
Black with #EC4AD5
Text Example
Text Example
White with #EC4AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4AD5; }
p { color: rgb(236,74,213); }
H1.HeaderClassName
{
color: #EC4AD5;
}
.AnyTagClassName
{
color: #EC4AD5;
}
</style>
background-color css
<style>
a { background-color: #EC4AD5; }
a { background-color: rgb(236,74,213); }
div.DivClassName
{
background-color: #EC4AD5;
}
.BgClassName
{
background-color: #EC4AD5;
}
</style>
border-color css
<style>
span { border-color: #EC4AD5; }
span { border-color: rgb(236,74,213); }
td.TdClassName
{
border-color: #EC4AD5;
}
.TagClassName
{
border-color: #EC4AD5;
}
</style>