Html Css Color HEX #EC44D8 Free Speech Magenta
📋 copy color: '#EC44D8'red 236 ◦ green 68 ◦ blue 216
Shades of Free Speech Magenta #EC44D8
Tints of Free Speech Magenta #EC44D8
RGB
CMYK
RGB Variations
Color information
#EC44D8 (or 0xEC44D8) is known color: Free Speech Magenta. HEX triplet: EC, 44 and D8. RGB value is (236,68,216). Sum of RGB (Red+Green+Blue) = 236+68+216=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC44D8 is #13BB27. Grayscale: #868686. Windows color (decimal): -1293096 or 14173420. OLE color: 14173420.
HSL color Cylindrical-coordinate representation of color #EC44D8: hue angle of 307.14º 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 #EC44D8 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 216 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.07 |
| HSL | 307.14º | 0.82% | 0.6% | - |
| HSV(B) | 307.14º | 0.71% | 0.93% | - |
| XYZ | 49.05 | 26.92 | 67.58 | - |
| YUV | 135.1 | 173.66 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 216 | 0 | 0.71 | 0.08 | 0.07 | 307.14 | 0.82 | 0.6 |
| Hex | EC | 44 | D8 | 0 | 47 | 8 | 7 | 133 | 52 | 3C |
| Octal | 354 | 104 | 330 | 0 | 107 | 10 | 7 | 463 | 122 | 74 |
| Binary | 11101100 | 1000100 | 11011000 | 0 | 1000111 | 1000 | 111 | 100110011 | 1010010 | 111100 |
Color Harmonies of #EC44D8
Complementary color
Monochromatic Colors of #EC44D8
Black with #EC44D8
Text Example
Text Example
White with #EC44D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44D8; }
p { color: rgb(236,68,216); }
H1.HeaderClassName
{
color: #EC44D8;
}
.AnyTagClassName
{
color: #EC44D8;
}
</style>
background-color css
<style>
a { background-color: #EC44D8; }
a { background-color: rgb(236,68,216); }
div.DivClassName
{
background-color: #EC44D8;
}
.BgClassName
{
background-color: #EC44D8;
}
</style>
border-color css
<style>
span { border-color: #EC44D8; }
span { border-color: rgb(236,68,216); }
td.TdClassName
{
border-color: #EC44D8;
}
.TagClassName
{
border-color: #EC44D8;
}
</style>