Html Css Color HEX #EC4DDD Free Speech Magenta
📋 copy color: '#EC4DDD'red 236 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #EC4DDD
Tints of Free Speech Magenta #EC4DDD
RGB
CMYK
RGB Variations
Color information
#EC4DDD (or 0xEC4DDD) is known color: Free Speech Magenta. HEX triplet: EC, 4D and DD. RGB value is (236,77,221). Sum of RGB (Red+Green+Blue) = 236+77+221=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 77 (30.47% from 255 or 14.42% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DDD is #13B222. Grayscale: #8C8C8C. Windows color (decimal): -1290787 or 14503404. OLE color: 14503404.
HSL color Cylindrical-coordinate representation of color #EC4DDD: hue angle of 305.66º 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 #EC4DDD is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 221 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.07 |
| HSL | 305.66º | 0.81% | 0.61% | - |
| HSV(B) | 305.66º | 0.67% | 0.93% | - |
| XYZ | 50.3 | 28.36 | 71.23 | - |
| YUV | 140.96 | 173.18 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 221 | 0 | 0.67 | 0.06 | 0.07 | 305.66 | 0.81 | 0.61 |
| Hex | EC | 4D | DD | 0 | 43 | 6 | 7 | 132 | 51 | 3D |
| Octal | 354 | 115 | 335 | 0 | 103 | 6 | 7 | 462 | 121 | 75 |
| Binary | 11101100 | 1001101 | 11011101 | 0 | 1000011 | 110 | 111 | 100110010 | 1010001 | 111101 |
Color Harmonies of #EC4DDD
Complementary color
Monochromatic Colors of #EC4DDD
Black with #EC4DDD
Text Example
Text Example
White with #EC4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DDD; }
p { color: rgb(236,77,221); }
H1.HeaderClassName
{
color: #EC4DDD;
}
.AnyTagClassName
{
color: #EC4DDD;
}
</style>
background-color css
<style>
a { background-color: #EC4DDD; }
a { background-color: rgb(236,77,221); }
div.DivClassName
{
background-color: #EC4DDD;
}
.BgClassName
{
background-color: #EC4DDD;
}
</style>
border-color css
<style>
span { border-color: #EC4DDD; }
span { border-color: rgb(236,77,221); }
td.TdClassName
{
border-color: #EC4DDD;
}
.TagClassName
{
border-color: #EC4DDD;
}
</style>