Html Css Color HEX #EC63EC Free Speech Magenta
📋 copy color: '#EC63EC'red 236 ◦ green 99 ◦ blue 236
Shades of Free Speech Magenta #EC63EC
Tints of Free Speech Magenta #EC63EC
RGB
CMYK
RGB Variations
Color information
#EC63EC (or 0xEC63EC) is known color: Free Speech Magenta. HEX triplet: EC, 63 and EC. RGB value is (236,99,236). Sum of RGB (Red+Green+Blue) = 236+99+236=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 99 (39.06% from 255 or 17.34% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC63EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63EC is #139C13. Grayscale: #9B9B9B. Windows color (decimal): -1285140 or 15492076. OLE color: 15492076.
HSL color Cylindrical-coordinate representation of color #EC63EC: hue angle of 300º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC63EC is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 236 | - |
| CMYK | 0 | 0.58 | 0 | 0.07 |
| HSL | 300º | 0.78% | 0.66% | - |
| HSV(B) | 300º | 0.58% | 0.93% | - |
| XYZ | 54.19 | 32.81 | 82.83 | - |
| YUV | 155.58 | 173.39 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 236 | 0 | 0.58 | 0 | 0.07 | 300 | 0.78 | 0.66 |
| Hex | EC | 63 | EC | 0 | 3A | 0 | 7 | 12C | 4E | 42 |
| Octal | 354 | 143 | 354 | 0 | 72 | 0 | 7 | 454 | 116 | 102 |
| Binary | 11101100 | 1100011 | 11101100 | 0 | 111010 | 0 | 111 | 100101100 | 1001110 | 1000010 |
Color Harmonies of #EC63EC
Complementary color
Monochromatic Colors of #EC63EC
Black with #EC63EC
Text Example
Text Example
White with #EC63EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63EC; }
p { color: rgb(236,99,236); }
H1.HeaderClassName
{
color: #EC63EC;
}
.AnyTagClassName
{
color: #EC63EC;
}
</style>
background-color css
<style>
a { background-color: #EC63EC; }
a { background-color: rgb(236,99,236); }
div.DivClassName
{
background-color: #EC63EC;
}
.BgClassName
{
background-color: #EC63EC;
}
</style>
border-color css
<style>
span { border-color: #EC63EC; }
span { border-color: rgb(236,99,236); }
td.TdClassName
{
border-color: #EC63EC;
}
.TagClassName
{
border-color: #EC63EC;
}
</style>