Html Css Color HEX #EC62DC Free Speech Magenta
📋 copy color: '#EC62DC'red 236 ◦ green 98 ◦ blue 220
Shades of Free Speech Magenta #EC62DC
Tints of Free Speech Magenta #EC62DC
RGB
CMYK
RGB Variations
Color information
#EC62DC (or 0xEC62DC) is known color: Free Speech Magenta. HEX triplet: EC, 62 and DC. RGB value is (236,98,220). Sum of RGB (Red+Green+Blue) = 236+98+220=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 98 (38.67% from 255 or 17.69% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62DC is #139D23. Grayscale: #989898. Windows color (decimal): -1285412 or 14443244. OLE color: 14443244.
HSL color Cylindrical-coordinate representation of color #EC62DC: hue angle of 306.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC62DC is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 220 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.07 |
| HSL | 306.96º | 0.78% | 0.65% | - |
| HSV(B) | 306.96º | 0.58% | 0.93% | - |
| XYZ | 51.88 | 31.74 | 71.1 | - |
| YUV | 153.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 220 | 0 | 0.58 | 0.07 | 0.07 | 306.96 | 0.78 | 0.65 |
| Hex | EC | 62 | DC | 0 | 3A | 7 | 7 | 133 | 4E | 41 |
| Octal | 354 | 142 | 334 | 0 | 72 | 7 | 7 | 463 | 116 | 101 |
| Binary | 11101100 | 1100010 | 11011100 | 0 | 111010 | 111 | 111 | 100110011 | 1001110 | 1000001 |
Color Harmonies of #EC62DC
Complementary color
Monochromatic Colors of #EC62DC
Black with #EC62DC
Text Example
Text Example
White with #EC62DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62DC; }
p { color: rgb(236,98,220); }
H1.HeaderClassName
{
color: #EC62DC;
}
.AnyTagClassName
{
color: #EC62DC;
}
</style>
background-color css
<style>
a { background-color: #EC62DC; }
a { background-color: rgb(236,98,220); }
div.DivClassName
{
background-color: #EC62DC;
}
.BgClassName
{
background-color: #EC62DC;
}
</style>
border-color css
<style>
span { border-color: #EC62DC; }
span { border-color: rgb(236,98,220); }
td.TdClassName
{
border-color: #EC62DC;
}
.TagClassName
{
border-color: #EC62DC;
}
</style>