Html Css Color HEX #EC4CDD Free Speech Magenta
📋 copy color: '#EC4CDD'red 236 ◦ green 76 ◦ blue 221
Shades of Free Speech Magenta #EC4CDD
Tints of Free Speech Magenta #EC4CDD
RGB
CMYK
RGB Variations
Color information
#EC4CDD (or 0xEC4CDD) is known color: Free Speech Magenta. HEX triplet: EC, 4C and DD. RGB value is (236,76,221). Sum of RGB (Red+Green+Blue) = 236+76+221=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 76 (30.08% from 255 or 14.26% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CDD is #13B322. Grayscale: #8B8B8B. Windows color (decimal): -1291043 or 14503148. OLE color: 14503148.
HSL color Cylindrical-coordinate representation of color #EC4CDD: hue angle of 305.62º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4CDD is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 221 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.07 |
| HSL | 305.63º | 0.81% | 0.61% | - |
| HSV(B) | 305.63º | 0.68% | 0.93% | - |
| XYZ | 50.23 | 28.22 | 71.21 | - |
| YUV | 140.37 | 173.51 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 221 | 0 | 0.68 | 0.06 | 0.07 | 305.63 | 0.81 | 0.61 |
| Hex | EC | 4C | DD | 0 | 44 | 6 | 7 | 132 | 51 | 3D |
| Octal | 354 | 114 | 335 | 0 | 104 | 6 | 7 | 462 | 121 | 75 |
| Binary | 11101100 | 1001100 | 11011101 | 0 | 1000100 | 110 | 111 | 100110010 | 1010001 | 111101 |
Color Harmonies of #EC4CDD
Complementary color
Monochromatic Colors of #EC4CDD
Black with #EC4CDD
Text Example
Text Example
White with #EC4CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CDD; }
p { color: rgb(236,76,221); }
H1.HeaderClassName
{
color: #EC4CDD;
}
.AnyTagClassName
{
color: #EC4CDD;
}
</style>
background-color css
<style>
a { background-color: #EC4CDD; }
a { background-color: rgb(236,76,221); }
div.DivClassName
{
background-color: #EC4CDD;
}
.BgClassName
{
background-color: #EC4CDD;
}
</style>
border-color css
<style>
span { border-color: #EC4CDD; }
span { border-color: rgb(236,76,221); }
td.TdClassName
{
border-color: #EC4CDD;
}
.TagClassName
{
border-color: #EC4CDD;
}
</style>