Html Css Color HEX #EC60E4 Free Speech Magenta
📋 copy color: '#EC60E4'red 236 ◦ green 96 ◦ blue 228
Shades of Free Speech Magenta #EC60E4
Tints of Free Speech Magenta #EC60E4
RGB
CMYK
RGB Variations
Color information
#EC60E4 (or 0xEC60E4) is known color: Free Speech Magenta. HEX triplet: EC, 60 and E4. RGB value is (236,96,228). Sum of RGB (Red+Green+Blue) = 236+96+228=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 96 (37.89% from 255 or 17.14% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60E4 is #139F1B. Grayscale: #989898. Windows color (decimal): -1285916 or 14967020. OLE color: 14967020.
HSL color Cylindrical-coordinate representation of color #EC60E4: hue angle of 303.43º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC60E4 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 228 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.07 |
| HSL | 303.43º | 0.79% | 0.65% | - |
| HSV(B) | 303.43º | 0.59% | 0.93% | - |
| XYZ | 52.78 | 31.8 | 76.76 | - |
| YUV | 152.91 | 170.38 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 228 | 0 | 0.59 | 0.03 | 0.07 | 303.43 | 0.79 | 0.65 |
| Hex | EC | 60 | E4 | 0 | 3B | 3 | 7 | 12F | 4F | 41 |
| Octal | 354 | 140 | 344 | 0 | 73 | 3 | 7 | 457 | 117 | 101 |
| Binary | 11101100 | 1100000 | 11100100 | 0 | 111011 | 11 | 111 | 100101111 | 1001111 | 1000001 |
Color Harmonies of #EC60E4
Complementary color
Monochromatic Colors of #EC60E4
Black with #EC60E4
Text Example
Text Example
White with #EC60E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60E4; }
p { color: rgb(236,96,228); }
H1.HeaderClassName
{
color: #EC60E4;
}
.AnyTagClassName
{
color: #EC60E4;
}
</style>
background-color css
<style>
a { background-color: #EC60E4; }
a { background-color: rgb(236,96,228); }
div.DivClassName
{
background-color: #EC60E4;
}
.BgClassName
{
background-color: #EC60E4;
}
</style>
border-color css
<style>
span { border-color: #EC60E4; }
span { border-color: rgb(236,96,228); }
td.TdClassName
{
border-color: #EC60E4;
}
.TagClassName
{
border-color: #EC60E4;
}
</style>