Html Css Color HEX #EC4DD1 Free Speech Magenta
📋 copy color: '#EC4DD1'red 236 ◦ green 77 ◦ blue 209
Shades of Free Speech Magenta #EC4DD1
Tints of Free Speech Magenta #EC4DD1
RGB
CMYK
RGB Variations
Color information
#EC4DD1 (or 0xEC4DD1) is known color: Free Speech Magenta. HEX triplet: EC, 4D and D1. RGB value is (236,77,209). Sum of RGB (Red+Green+Blue) = 236+77+209=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DD1 is #13B22E. Grayscale: #8B8B8B. Windows color (decimal): -1290799 or 13716972. OLE color: 13716972.
HSL color Cylindrical-coordinate representation of color #EC4DD1: hue angle of 310.19º 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 #EC4DD1 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 77 | 209 | - |
CMYK | 0 | 0.67 | 0.11 | 0.07 |
HSL | 310.19º | 0.81% | 0.61% | - |
HSV(B) | 310.19º | 0.67% | 0.93% | - |
XYZ | 48.75 | 27.74 | 63.11 | - |
YUV | 139.59 | 167.18 | 196.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 77 | 209 | 0 | 0.67 | 0.11 | 0.07 | 310.19 | 0.81 | 0.61 |
Hex | EC | 4D | D1 | 0 | 43 | B | 7 | 136 | 51 | 3D |
Octal | 354 | 115 | 321 | 0 | 103 | 13 | 7 | 466 | 121 | 75 |
Binary | 11101100 | 1001101 | 11010001 | 0 | 1000011 | 1011 | 111 | 100110110 | 1010001 | 111101 |
Color Harmonies of #EC4DD1
Complementary color
Monochromatic Colors of #EC4DD1
Black with #EC4DD1
Text Example
Text Example
White with #EC4DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DD1; }
p { color: rgb(236,77,209); }
H1.HeaderClassName
{
color: #EC4DD1;
}
.AnyTagClassName
{
color: #EC4DD1;
}
</style>
background-color css
<style>
a { background-color: #EC4DD1; }
a { background-color: rgb(236,77,209); }
div.DivClassName
{
background-color: #EC4DD1;
}
.BgClassName
{
background-color: #EC4DD1;
}
</style>
border-color css
<style>
span { border-color: #EC4DD1; }
span { border-color: rgb(236,77,209); }
td.TdClassName
{
border-color: #EC4DD1;
}
.TagClassName
{
border-color: #EC4DD1;
}
</style>