Html Css Color HEX #EC44D7 Free Speech Magenta
📋 copy color: '#EC44D7'red 236 ◦ green 68 ◦ blue 215
Shades of Free Speech Magenta #EC44D7
Tints of Free Speech Magenta #EC44D7
RGB
CMYK
RGB Variations
Color information
#EC44D7 (or 0xEC44D7) is known color: Free Speech Magenta. HEX triplet: EC, 44 and D7. RGB value is (236,68,215). Sum of RGB (Red+Green+Blue) = 236+68+215=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 68 (26.95% from 255 or 13.10% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC44D7 is #13BB28. Grayscale: #868686. Windows color (decimal): -1293097 or 14107884. OLE color: 14107884.
HSL color Cylindrical-coordinate representation of color #EC44D7: hue angle of 307.5º 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 #EC44D7 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 215 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.07 |
| HSL | 307.5º | 0.82% | 0.6% | - |
| HSV(B) | 307.5º | 0.71% | 0.93% | - |
| XYZ | 48.92 | 26.87 | 66.9 | - |
| YUV | 134.99 | 173.16 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 215 | 0 | 0.71 | 0.09 | 0.07 | 307.5 | 0.82 | 0.6 |
| Hex | EC | 44 | D7 | 0 | 47 | 9 | 7 | 134 | 52 | 3C |
| Octal | 354 | 104 | 327 | 0 | 107 | 11 | 7 | 464 | 122 | 74 |
| Binary | 11101100 | 1000100 | 11010111 | 0 | 1000111 | 1001 | 111 | 100110100 | 1010010 | 111100 |
Color Harmonies of #EC44D7
Complementary color
Monochromatic Colors of #EC44D7
Black with #EC44D7
Text Example
Text Example
White with #EC44D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44D7; }
p { color: rgb(236,68,215); }
H1.HeaderClassName
{
color: #EC44D7;
}
.AnyTagClassName
{
color: #EC44D7;
}
</style>
background-color css
<style>
a { background-color: #EC44D7; }
a { background-color: rgb(236,68,215); }
div.DivClassName
{
background-color: #EC44D7;
}
.BgClassName
{
background-color: #EC44D7;
}
</style>
border-color css
<style>
span { border-color: #EC44D7; }
span { border-color: rgb(236,68,215); }
td.TdClassName
{
border-color: #EC44D7;
}
.TagClassName
{
border-color: #EC44D7;
}
</style>