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