Html Css Color HEX #EC60ED Free Speech Magenta
📋 copy color: '#EC60ED'red 236 ◦ green 96 ◦ blue 237
Shades of Free Speech Magenta #EC60ED
Tints of Free Speech Magenta #EC60ED
RGB
CMYK
RGB Variations
Color information
#EC60ED (or 0xEC60ED) is known color: Free Speech Magenta. HEX triplet: EC, 60 and ED. RGB value is (236,96,237). Sum of RGB (Red+Green+Blue) = 236+96+237=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 96 (37.89% from 255 or 16.87% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC60ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC60ED is #139F12. Grayscale: #999999. Windows color (decimal): -1285907 or 15556844. OLE color: 15556844.
HSL color Cylindrical-coordinate representation of color #EC60ED: hue angle of 299.57º degrees, saturation: 0.8, 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 #EC60ED is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 237 | - |
| CMYK | 0.00 | 0.59 | 0 | 0.07 |
| HSL | 299.57º | 0.8% | 0.65% | - |
| HSV(B) | 299.57º | 0.59% | 0.93% | - |
| XYZ | 54.06 | 32.31 | 83.51 | - |
| YUV | 153.93 | 174.88 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 237 | 0.00 | 0.59 | 0 | 0.07 | 299.57 | 0.8 | 0.65 |
| Hex | EC | 60 | ED | 0 | 3B | 0 | 7 | 12C | 50 | 41 |
| Octal | 354 | 140 | 355 | 0 | 73 | 0 | 7 | 454 | 120 | 101 |
| Binary | 11101100 | 1100000 | 11101101 | 0 | 111011 | 0 | 111 | 100101100 | 1010000 | 1000001 |
Color Harmonies of #EC60ED
Complementary color
Monochromatic Colors of #EC60ED
Black with #EC60ED
Text Example
Text Example
White with #EC60ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60ED; }
p { color: rgb(236,96,237); }
H1.HeaderClassName
{
color: #EC60ED;
}
.AnyTagClassName
{
color: #EC60ED;
}
</style>
background-color css
<style>
a { background-color: #EC60ED; }
a { background-color: rgb(236,96,237); }
div.DivClassName
{
background-color: #EC60ED;
}
.BgClassName
{
background-color: #EC60ED;
}
</style>
border-color css
<style>
span { border-color: #EC60ED; }
span { border-color: rgb(236,96,237); }
td.TdClassName
{
border-color: #EC60ED;
}
.TagClassName
{
border-color: #EC60ED;
}
</style>