Html Css Color HEX #EC3DDF Free Speech Magenta
📋 copy color: '#EC3DDF'red 236 ◦ green 61 ◦ blue 223
Shades of Free Speech Magenta #EC3DDF
Tints of Free Speech Magenta #EC3DDF
RGB
CMYK
RGB Variations
Color information
#EC3DDF (or 0xEC3DDF) is known color: Free Speech Magenta. HEX triplet: EC, 3D and DF. RGB value is (236,61,223). Sum of RGB (Red+Green+Blue) = 236+61+223=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 61 (24.22% from 255 or 11.73% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3DDF is #13C220. Grayscale: #838383. Windows color (decimal): -1294881 or 14630380. OLE color: 14630380.
HSL color Cylindrical-coordinate representation of color #EC3DDF: hue angle of 304.46º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3DDF is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 223 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.07 |
| HSL | 304.46º | 0.82% | 0.58% | - |
| HSV(B) | 304.46º | 0.74% | 0.93% | - |
| XYZ | 49.58 | 26.5 | 72.31 | - |
| YUV | 131.79 | 179.48 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 223 | 0 | 0.74 | 0.06 | 0.07 | 304.46 | 0.82 | 0.58 |
| Hex | EC | 3D | DF | 0 | 4A | 6 | 7 | 130 | 52 | 3A |
| Octal | 354 | 75 | 337 | 0 | 112 | 6 | 7 | 460 | 122 | 72 |
| Binary | 11101100 | 111101 | 11011111 | 0 | 1001010 | 110 | 111 | 100110000 | 1010010 | 111010 |
Color Harmonies of #EC3DDF
Complementary color
Monochromatic Colors of #EC3DDF
Black with #EC3DDF
Text Example
Text Example
White with #EC3DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DDF; }
p { color: rgb(236,61,223); }
H1.HeaderClassName
{
color: #EC3DDF;
}
.AnyTagClassName
{
color: #EC3DDF;
}
</style>
background-color css
<style>
a { background-color: #EC3DDF; }
a { background-color: rgb(236,61,223); }
div.DivClassName
{
background-color: #EC3DDF;
}
.BgClassName
{
background-color: #EC3DDF;
}
</style>
border-color css
<style>
span { border-color: #EC3DDF; }
span { border-color: rgb(236,61,223); }
td.TdClassName
{
border-color: #EC3DDF;
}
.TagClassName
{
border-color: #EC3DDF;
}
</style>