Html Css Color HEX #EC63DC Free Speech Magenta
📋 copy color: '#EC63DC'red 236 ◦ green 99 ◦ blue 220
Shades of Free Speech Magenta #EC63DC
Tints of Free Speech Magenta #EC63DC
RGB
CMYK
RGB Variations
Color information
#EC63DC (or 0xEC63DC) is known color: Free Speech Magenta. HEX triplet: EC, 63 and DC. RGB value is (236,99,220). Sum of RGB (Red+Green+Blue) = 236+99+220=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63DC is #139C23. Grayscale: #999999. Windows color (decimal): -1285156 or 14443500. OLE color: 14443500.
HSL color Cylindrical-coordinate representation of color #EC63DC: hue angle of 307.01º 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 #EC63DC is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 220 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.07 |
| HSL | 307.01º | 0.78% | 0.66% | - |
| HSV(B) | 307.01º | 0.58% | 0.93% | - |
| XYZ | 51.97 | 31.92 | 71.13 | - |
| YUV | 153.76 | 165.39 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 220 | 0 | 0.58 | 0.07 | 0.07 | 307.01 | 0.78 | 0.66 |
| Hex | EC | 63 | DC | 0 | 3A | 7 | 7 | 133 | 4E | 42 |
| Octal | 354 | 143 | 334 | 0 | 72 | 7 | 7 | 463 | 116 | 102 |
| Binary | 11101100 | 1100011 | 11011100 | 0 | 111010 | 111 | 111 | 100110011 | 1001110 | 1000010 |
Color Harmonies of #EC63DC
Complementary color
Monochromatic Colors of #EC63DC
Black with #EC63DC
Text Example
Text Example
White with #EC63DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63DC; }
p { color: rgb(236,99,220); }
H1.HeaderClassName
{
color: #EC63DC;
}
.AnyTagClassName
{
color: #EC63DC;
}
</style>
background-color css
<style>
a { background-color: #EC63DC; }
a { background-color: rgb(236,99,220); }
div.DivClassName
{
background-color: #EC63DC;
}
.BgClassName
{
background-color: #EC63DC;
}
</style>
border-color css
<style>
span { border-color: #EC63DC; }
span { border-color: rgb(236,99,220); }
td.TdClassName
{
border-color: #EC63DC;
}
.TagClassName
{
border-color: #EC63DC;
}
</style>