Html Css Color HEX #EC40DC Free Speech Magenta
📋 copy color: '#EC40DC'red 236 ◦ green 64 ◦ blue 220
Shades of Free Speech Magenta #EC40DC
Tints of Free Speech Magenta #EC40DC
RGB
CMYK
RGB Variations
Color information
#EC40DC (or 0xEC40DC) is known color: Free Speech Magenta. HEX triplet: EC, 40 and DC. RGB value is (236,64,220). Sum of RGB (Red+Green+Blue) = 236+64+220=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC40DC is #13BF23. Grayscale: #848484. Windows color (decimal): -1294116 or 14434540. OLE color: 14434540.
HSL color Cylindrical-coordinate representation of color #EC40DC: hue angle of 305.58º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC40DC is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 220 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.07 |
| HSL | 305.58º | 0.82% | 0.59% | - |
| HSV(B) | 305.58º | 0.73% | 0.93% | - |
| XYZ | 49.34 | 26.67 | 70.26 | - |
| YUV | 133.21 | 176.98 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 220 | 0 | 0.73 | 0.07 | 0.07 | 305.58 | 0.82 | 0.59 |
| Hex | EC | 40 | DC | 0 | 49 | 7 | 7 | 132 | 52 | 3B |
| Octal | 354 | 100 | 334 | 0 | 111 | 7 | 7 | 462 | 122 | 73 |
| Binary | 11101100 | 1000000 | 11011100 | 0 | 1001001 | 111 | 111 | 100110010 | 1010010 | 111011 |
Color Harmonies of #EC40DC
Complementary color
Monochromatic Colors of #EC40DC
Black with #EC40DC
Text Example
Text Example
White with #EC40DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC40DC; }
p { color: rgb(236,64,220); }
H1.HeaderClassName
{
color: #EC40DC;
}
.AnyTagClassName
{
color: #EC40DC;
}
</style>
background-color css
<style>
a { background-color: #EC40DC; }
a { background-color: rgb(236,64,220); }
div.DivClassName
{
background-color: #EC40DC;
}
.BgClassName
{
background-color: #EC40DC;
}
</style>
border-color css
<style>
span { border-color: #EC40DC; }
span { border-color: rgb(236,64,220); }
td.TdClassName
{
border-color: #EC40DC;
}
.TagClassName
{
border-color: #EC40DC;
}
</style>