Html Css Color HEX #EC49E4 Free Speech Magenta
📋 copy color: '#EC49E4'red 236 ◦ green 73 ◦ blue 228
Shades of Free Speech Magenta #EC49E4
Tints of Free Speech Magenta #EC49E4
RGB
CMYK
RGB Variations
Color information
#EC49E4 (or 0xEC49E4) is known color: Free Speech Magenta. HEX triplet: EC, 49 and E4. RGB value is (236,73,228). Sum of RGB (Red+Green+Blue) = 236+73+228=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 73 (28.91% from 255 or 13.59% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49E4 is #13B61B. Grayscale: #8A8A8A. Windows color (decimal): -1291804 or 14961132. OLE color: 14961132.
HSL color Cylindrical-coordinate representation of color #EC49E4: hue angle of 302.94º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC49E4 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 73 | 228 | - |
CMYK | 0 | 0.69 | 0.03 | 0.07 |
HSL | 302.94º | 0.81% | 0.61% | - |
HSV(B) | 302.94º | 0.69% | 0.93% | - |
XYZ | 50.98 | 28.2 | 76.15 | - |
YUV | 139.41 | 178 | 196.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 73 | 228 | 0 | 0.69 | 0.03 | 0.07 | 302.94 | 0.81 | 0.61 |
Hex | EC | 49 | E4 | 0 | 45 | 3 | 7 | 12F | 51 | 3D |
Octal | 354 | 111 | 344 | 0 | 105 | 3 | 7 | 457 | 121 | 75 |
Binary | 11101100 | 1001001 | 11100100 | 0 | 1000101 | 11 | 111 | 100101111 | 1010001 | 111101 |
Color Harmonies of #EC49E4
Complementary color
Monochromatic Colors of #EC49E4
Black with #EC49E4
Text Example
Text Example
White with #EC49E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49E4; }
p { color: rgb(236,73,228); }
H1.HeaderClassName
{
color: #EC49E4;
}
.AnyTagClassName
{
color: #EC49E4;
}
</style>
background-color css
<style>
a { background-color: #EC49E4; }
a { background-color: rgb(236,73,228); }
div.DivClassName
{
background-color: #EC49E4;
}
.BgClassName
{
background-color: #EC49E4;
}
</style>
border-color css
<style>
span { border-color: #EC49E4; }
span { border-color: rgb(236,73,228); }
td.TdClassName
{
border-color: #EC49E4;
}
.TagClassName
{
border-color: #EC49E4;
}
</style>