Html Css Color HEX #EC3FDD Free Speech Magenta
📋 copy color: '#EC3FDD'red 236 ◦ green 63 ◦ blue 221
Shades of Free Speech Magenta #EC3FDD
Tints of Free Speech Magenta #EC3FDD
RGB
CMYK
RGB Variations
Color information
#EC3FDD (or 0xEC3FDD) is known color: Free Speech Magenta. HEX triplet: EC, 3F and DD. RGB value is (236,63,221). Sum of RGB (Red+Green+Blue) = 236+63+221=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 63 (25% from 255 or 12.12% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3FDD is #13C022. Grayscale: #848484. Windows color (decimal): -1294371 or 14499820. OLE color: 14499820.
HSL color Cylindrical-coordinate representation of color #EC3FDD: hue angle of 305.2º 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 #EC3FDD is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 221 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.07 |
| HSL | 305.2º | 0.82% | 0.59% | - |
| HSV(B) | 305.2º | 0.73% | 0.93% | - |
| XYZ | 49.42 | 26.61 | 70.94 | - |
| YUV | 132.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 221 | 0 | 0.73 | 0.06 | 0.07 | 305.2 | 0.82 | 0.59 |
| Hex | EC | 3F | DD | 0 | 49 | 6 | 7 | 131 | 52 | 3B |
| Octal | 354 | 77 | 335 | 0 | 111 | 6 | 7 | 461 | 122 | 73 |
| Binary | 11101100 | 111111 | 11011101 | 0 | 1001001 | 110 | 111 | 100110001 | 1010010 | 111011 |
Color Harmonies of #EC3FDD
Complementary color
Monochromatic Colors of #EC3FDD
Black with #EC3FDD
Text Example
Text Example
White with #EC3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FDD; }
p { color: rgb(236,63,221); }
H1.HeaderClassName
{
color: #EC3FDD;
}
.AnyTagClassName
{
color: #EC3FDD;
}
</style>
background-color css
<style>
a { background-color: #EC3FDD; }
a { background-color: rgb(236,63,221); }
div.DivClassName
{
background-color: #EC3FDD;
}
.BgClassName
{
background-color: #EC3FDD;
}
</style>
border-color css
<style>
span { border-color: #EC3FDD; }
span { border-color: rgb(236,63,221); }
td.TdClassName
{
border-color: #EC3FDD;
}
.TagClassName
{
border-color: #EC3FDD;
}
</style>