Html Css Color HEX #EC44D6 Free Speech Magenta
📋 copy color: '#EC44D6'red 236 ◦ green 68 ◦ blue 214
Shades of Free Speech Magenta #EC44D6
Tints of Free Speech Magenta #EC44D6
RGB
CMYK
RGB Variations
Color information
#EC44D6 (or 0xEC44D6) is known color: Free Speech Magenta. HEX triplet: EC, 44 and D6. RGB value is (236,68,214). Sum of RGB (Red+Green+Blue) = 236+68+214=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 68 (26.95% from 255 or 13.13% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC44D6 is #13BB29. Grayscale: #868686. Windows color (decimal): -1293098 or 14042348. OLE color: 14042348.
HSL color Cylindrical-coordinate representation of color #EC44D6: hue angle of 307.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC44D6 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 214 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.07 |
| HSL | 307.86º | 0.82% | 0.6% | - |
| HSV(B) | 307.86º | 0.71% | 0.93% | - |
| XYZ | 48.8 | 26.82 | 66.22 | - |
| YUV | 134.88 | 172.66 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 214 | 0 | 0.71 | 0.09 | 0.07 | 307.86 | 0.82 | 0.6 |
| Hex | EC | 44 | D6 | 0 | 47 | 9 | 7 | 134 | 52 | 3C |
| Octal | 354 | 104 | 326 | 0 | 107 | 11 | 7 | 464 | 122 | 74 |
| Binary | 11101100 | 1000100 | 11010110 | 0 | 1000111 | 1001 | 111 | 100110100 | 1010010 | 111100 |
Color Harmonies of #EC44D6
Complementary color
Monochromatic Colors of #EC44D6
Black with #EC44D6
Text Example
Text Example
White with #EC44D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44D6; }
p { color: rgb(236,68,214); }
H1.HeaderClassName
{
color: #EC44D6;
}
.AnyTagClassName
{
color: #EC44D6;
}
</style>
background-color css
<style>
a { background-color: #EC44D6; }
a { background-color: rgb(236,68,214); }
div.DivClassName
{
background-color: #EC44D6;
}
.BgClassName
{
background-color: #EC44D6;
}
</style>
border-color css
<style>
span { border-color: #EC44D6; }
span { border-color: rgb(236,68,214); }
td.TdClassName
{
border-color: #EC44D6;
}
.TagClassName
{
border-color: #EC44D6;
}
</style>