Html Css Color HEX #EC4DD5 Free Speech Magenta
📋 copy color: '#EC4DD5'red 236 ◦ green 77 ◦ blue 213
Shades of Free Speech Magenta #EC4DD5
Tints of Free Speech Magenta #EC4DD5
RGB
CMYK
RGB Variations
Color information
#EC4DD5 (or 0xEC4DD5) is known color: Free Speech Magenta. HEX triplet: EC, 4D and D5. RGB value is (236,77,213). Sum of RGB (Red+Green+Blue) = 236+77+213=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 77 (30.47% from 255 or 14.64% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DD5 is #13B22A. Grayscale: #8B8B8B. Windows color (decimal): -1290795 or 13979116. OLE color: 13979116.
HSL color Cylindrical-coordinate representation of color #EC4DD5: hue angle of 308.68º 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 #EC4DD5 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 213 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.07 |
| HSL | 308.68º | 0.81% | 0.61% | - |
| HSV(B) | 308.68º | 0.67% | 0.93% | - |
| XYZ | 49.26 | 27.94 | 65.75 | - |
| YUV | 140.05 | 169.18 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 213 | 0 | 0.67 | 0.10 | 0.07 | 308.68 | 0.81 | 0.61 |
| Hex | EC | 4D | D5 | 0 | 43 | A | 7 | 135 | 51 | 3D |
| Octal | 354 | 115 | 325 | 0 | 103 | 12 | 7 | 465 | 121 | 75 |
| Binary | 11101100 | 1001101 | 11010101 | 0 | 1000011 | 1010 | 111 | 100110101 | 1010001 | 111101 |
Color Harmonies of #EC4DD5
Complementary color
Monochromatic Colors of #EC4DD5
Black with #EC4DD5
Text Example
Text Example
White with #EC4DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DD5; }
p { color: rgb(236,77,213); }
H1.HeaderClassName
{
color: #EC4DD5;
}
.AnyTagClassName
{
color: #EC4DD5;
}
</style>
background-color css
<style>
a { background-color: #EC4DD5; }
a { background-color: rgb(236,77,213); }
div.DivClassName
{
background-color: #EC4DD5;
}
.BgClassName
{
background-color: #EC4DD5;
}
</style>
border-color css
<style>
span { border-color: #EC4DD5; }
span { border-color: rgb(236,77,213); }
td.TdClassName
{
border-color: #EC4DD5;
}
.TagClassName
{
border-color: #EC4DD5;
}
</style>