Html Css Color HEX #EC3DF5 Free Speech Magenta
📋 copy color: '#EC3DF5'red 236 ◦ green 61 ◦ blue 245
Shades of Free Speech Magenta #EC3DF5
Tints of Free Speech Magenta #EC3DF5
RGB
CMYK
RGB Variations
Color information
#EC3DF5 (or 0xEC3DF5) is known color: Free Speech Magenta. HEX triplet: EC, 3D and F5. RGB value is (236,61,245). Sum of RGB (Red+Green+Blue) = 236+61+245=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 61 (24.22% from 255 or 11.25% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC3DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3DF5 is #13C20A. Grayscale: #858585. Windows color (decimal): -1294859 or 16072172. OLE color: 16072172.
HSL color Cylindrical-coordinate representation of color #EC3DF5: hue angle of 297.07º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3DF5 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 61 | 245 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.04 |
| HSL | 297.07º | 0.9% | 0.6% | - |
| HSV(B) | 297.07º | 0.75% | 0.96% | - |
| XYZ | 52.74 | 27.76 | 88.97 | - |
| YUV | 134.3 | 190.48 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 245 | 0.04 | 0.75 | 0 | 0.04 | 297.07 | 0.9 | 0.6 |
| Hex | EC | 3D | F5 | 4 | 4B | 0 | 4 | 129 | 5A | 3C |
| Octal | 354 | 75 | 365 | 4 | 113 | 0 | 4 | 451 | 132 | 74 |
| Binary | 11101100 | 111101 | 11110101 | 100 | 1001011 | 0 | 100 | 100101001 | 1011010 | 111100 |
Color Harmonies of #EC3DF5
Complementary color
Monochromatic Colors of #EC3DF5
Black with #EC3DF5
Text Example
Text Example
White with #EC3DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DF5; }
p { color: rgb(236,61,245); }
H1.HeaderClassName
{
color: #EC3DF5;
}
.AnyTagClassName
{
color: #EC3DF5;
}
</style>
background-color css
<style>
a { background-color: #EC3DF5; }
a { background-color: rgb(236,61,245); }
div.DivClassName
{
background-color: #EC3DF5;
}
.BgClassName
{
background-color: #EC3DF5;
}
</style>
border-color css
<style>
span { border-color: #EC3DF5; }
span { border-color: rgb(236,61,245); }
td.TdClassName
{
border-color: #EC3DF5;
}
.TagClassName
{
border-color: #EC3DF5;
}
</style>