Html Css Color HEX #EC67EC Free Speech Magenta
📋 copy color: '#EC67EC'red 236 ◦ green 103 ◦ blue 236
Shades of Free Speech Magenta #EC67EC
Tints of Free Speech Magenta #EC67EC
RGB
CMYK
RGB Variations
Color information
#EC67EC (or 0xEC67EC) is known color: Free Speech Magenta. HEX triplet: EC, 67 and EC. RGB value is (236,103,236). Sum of RGB (Red+Green+Blue) = 236+103+236=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 103 (40.62% from 255 or 17.91% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC67EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC67EC is #139813. Grayscale: #9D9D9D. Windows color (decimal): -1284116 or 15493100. OLE color: 15493100.
HSL color Cylindrical-coordinate representation of color #EC67EC: 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.56%. Process color model (Four color, CMYK) of #EC67EC is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 236 | - |
| CMYK | 0 | 0.56 | 0 | 0.07 |
| HSL | 300º | 0.78% | 0.66% | - |
| HSV(B) | 300º | 0.56% | 0.93% | - |
| XYZ | 54.58 | 33.59 | 82.96 | - |
| YUV | 157.93 | 172.06 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 236 | 0 | 0.56 | 0 | 0.07 | 300 | 0.78 | 0.66 |
| Hex | EC | 67 | EC | 0 | 38 | 0 | 7 | 12C | 4E | 42 |
| Octal | 354 | 147 | 354 | 0 | 70 | 0 | 7 | 454 | 116 | 102 |
| Binary | 11101100 | 1100111 | 11101100 | 0 | 111000 | 0 | 111 | 100101100 | 1001110 | 1000010 |
Color Harmonies of #EC67EC
Complementary color
Monochromatic Colors of #EC67EC
Black with #EC67EC
Text Example
Text Example
White with #EC67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67EC; }
p { color: rgb(236,103,236); }
H1.HeaderClassName
{
color: #EC67EC;
}
.AnyTagClassName
{
color: #EC67EC;
}
</style>
background-color css
<style>
a { background-color: #EC67EC; }
a { background-color: rgb(236,103,236); }
div.DivClassName
{
background-color: #EC67EC;
}
.BgClassName
{
background-color: #EC67EC;
}
</style>
border-color css
<style>
span { border-color: #EC67EC; }
span { border-color: rgb(236,103,236); }
td.TdClassName
{
border-color: #EC67EC;
}
.TagClassName
{
border-color: #EC67EC;
}
</style>