Html Css Color HEX #EC4DD2 Free Speech Magenta
📋 copy color: '#EC4DD2'red 236 ◦ green 77 ◦ blue 210
Shades of Free Speech Magenta #EC4DD2
Tints of Free Speech Magenta #EC4DD2
RGB
CMYK
RGB Variations
Color information
#EC4DD2 (or 0xEC4DD2) is known color: Free Speech Magenta. HEX triplet: EC, 4D and D2. RGB value is (236,77,210). Sum of RGB (Red+Green+Blue) = 236+77+210=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DD2 is #13B22D. Grayscale: #8B8B8B. Windows color (decimal): -1290798 or 13782508. OLE color: 13782508.
HSL color Cylindrical-coordinate representation of color #EC4DD2: hue angle of 309.81º 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 #EC4DD2 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 210 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.07 |
| HSL | 309.81º | 0.81% | 0.61% | - |
| HSV(B) | 309.81º | 0.67% | 0.93% | - |
| XYZ | 48.88 | 27.79 | 63.76 | - |
| YUV | 139.7 | 167.68 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 210 | 0 | 0.67 | 0.11 | 0.07 | 309.81 | 0.81 | 0.61 |
| Hex | EC | 4D | D2 | 0 | 43 | B | 7 | 136 | 51 | 3D |
| Octal | 354 | 115 | 322 | 0 | 103 | 13 | 7 | 466 | 121 | 75 |
| Binary | 11101100 | 1001101 | 11010010 | 0 | 1000011 | 1011 | 111 | 100110110 | 1010001 | 111101 |
Color Harmonies of #EC4DD2
Complementary color
Monochromatic Colors of #EC4DD2
Black with #EC4DD2
Text Example
Text Example
White with #EC4DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DD2; }
p { color: rgb(236,77,210); }
H1.HeaderClassName
{
color: #EC4DD2;
}
.AnyTagClassName
{
color: #EC4DD2;
}
</style>
background-color css
<style>
a { background-color: #EC4DD2; }
a { background-color: rgb(236,77,210); }
div.DivClassName
{
background-color: #EC4DD2;
}
.BgClassName
{
background-color: #EC4DD2;
}
</style>
border-color css
<style>
span { border-color: #EC4DD2; }
span { border-color: rgb(236,77,210); }
td.TdClassName
{
border-color: #EC4DD2;
}
.TagClassName
{
border-color: #EC4DD2;
}
</style>