Html Css Color HEX #EC3FE4 Free Speech Magenta
📋 copy color: '#EC3FE4'red 236 ◦ green 63 ◦ blue 228
Shades of Free Speech Magenta #EC3FE4
Tints of Free Speech Magenta #EC3FE4
RGB
CMYK
RGB Variations
Color information
#EC3FE4 (or 0xEC3FE4) is known color: Free Speech Magenta. HEX triplet: EC, 3F and E4. RGB value is (236,63,228). Sum of RGB (Red+Green+Blue) = 236+63+228=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 63 (25% from 255 or 11.95% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3FE4 is #13C01B. Grayscale: #858585. Windows color (decimal): -1294364 or 14958572. OLE color: 14958572.
HSL color Cylindrical-coordinate representation of color #EC3FE4: hue angle of 302.77º 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 #EC3FE4 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 228 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.07 |
| HSL | 302.77º | 0.82% | 0.59% | - |
| HSV(B) | 302.77º | 0.73% | 0.93% | - |
| XYZ | 50.37 | 26.99 | 75.95 | - |
| YUV | 133.54 | 181.31 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 228 | 0 | 0.73 | 0.03 | 0.07 | 302.77 | 0.82 | 0.59 |
| Hex | EC | 3F | E4 | 0 | 49 | 3 | 7 | 12F | 52 | 3B |
| Octal | 354 | 77 | 344 | 0 | 111 | 3 | 7 | 457 | 122 | 73 |
| Binary | 11101100 | 111111 | 11100100 | 0 | 1001001 | 11 | 111 | 100101111 | 1010010 | 111011 |
Color Harmonies of #EC3FE4
Complementary color
Monochromatic Colors of #EC3FE4
Black with #EC3FE4
Text Example
Text Example
White with #EC3FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FE4; }
p { color: rgb(236,63,228); }
H1.HeaderClassName
{
color: #EC3FE4;
}
.AnyTagClassName
{
color: #EC3FE4;
}
</style>
background-color css
<style>
a { background-color: #EC3FE4; }
a { background-color: rgb(236,63,228); }
div.DivClassName
{
background-color: #EC3FE4;
}
.BgClassName
{
background-color: #EC3FE4;
}
</style>
border-color css
<style>
span { border-color: #EC3FE4; }
span { border-color: rgb(236,63,228); }
td.TdClassName
{
border-color: #EC3FE4;
}
.TagClassName
{
border-color: #EC3FE4;
}
</style>