Html Css Color HEX #EC3DF2 Free Speech Magenta
📋 copy color: '#EC3DF2'red 236 ◦ green 61 ◦ blue 242
Shades of Free Speech Magenta #EC3DF2
Tints of Free Speech Magenta #EC3DF2
RGB
CMYK
RGB Variations
Color information
#EC3DF2 (or 0xEC3DF2) is known color: Free Speech Magenta. HEX triplet: EC, 3D and F2. RGB value is (236,61,242). Sum of RGB (Red+Green+Blue) = 236+61+242=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 61 (24.22% from 255 or 11.32% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC3DF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3DF2 is #13C20D. Grayscale: #858585. Windows color (decimal): -1294862 or 15875564. OLE color: 15875564.
HSL color Cylindrical-coordinate representation of color #EC3DF2: hue angle of 298.01º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3DF2 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 61 | 242 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.05 |
| HSL | 298.01º | 0.87% | 0.59% | - |
| HSV(B) | 298.01º | 0.75% | 0.95% | - |
| XYZ | 52.29 | 27.58 | 86.57 | - |
| YUV | 133.96 | 188.98 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 242 | 0.02 | 0.75 | 0 | 0.05 | 298.01 | 0.87 | 0.59 |
| Hex | EC | 3D | F2 | 2 | 4B | 0 | 5 | 12A | 57 | 3B |
| Octal | 354 | 75 | 362 | 2 | 113 | 0 | 5 | 452 | 127 | 73 |
| Binary | 11101100 | 111101 | 11110010 | 10 | 1001011 | 0 | 101 | 100101010 | 1010111 | 111011 |
Color Harmonies of #EC3DF2
Complementary color
Monochromatic Colors of #EC3DF2
Black with #EC3DF2
Text Example
Text Example
White with #EC3DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DF2; }
p { color: rgb(236,61,242); }
H1.HeaderClassName
{
color: #EC3DF2;
}
.AnyTagClassName
{
color: #EC3DF2;
}
</style>
background-color css
<style>
a { background-color: #EC3DF2; }
a { background-color: rgb(236,61,242); }
div.DivClassName
{
background-color: #EC3DF2;
}
.BgClassName
{
background-color: #EC3DF2;
}
</style>
border-color css
<style>
span { border-color: #EC3DF2; }
span { border-color: rgb(236,61,242); }
td.TdClassName
{
border-color: #EC3DF2;
}
.TagClassName
{
border-color: #EC3DF2;
}
</style>