Html Css Color HEX #EC50CC Free Speech Magenta
📋 copy color: '#EC50CC'red 236 ◦ green 80 ◦ blue 204
Shades of Free Speech Magenta #EC50CC
Tints of Free Speech Magenta #EC50CC
RGB
CMYK
RGB Variations
Color information
#EC50CC (or 0xEC50CC) is known color: Free Speech Magenta. HEX triplet: EC, 50 and CC. RGB value is (236,80,204). Sum of RGB (Red+Green+Blue) = 236+80+204=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50CC is #13AF33. Grayscale: #8C8C8C. Windows color (decimal): -1290036 or 13390060. OLE color: 13390060.
HSL color Cylindrical-coordinate representation of color #EC50CC: hue angle of 312.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC50CC is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 204 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.07 |
| HSL | 312.31º | 0.8% | 0.62% | - |
| HSV(B) | 312.31º | 0.66% | 0.93% | - |
| XYZ | 48.36 | 27.93 | 59.97 | - |
| YUV | 140.78 | 163.68 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 204 | 0 | 0.66 | 0.14 | 0.07 | 312.31 | 0.8 | 0.62 |
| Hex | EC | 50 | CC | 0 | 42 | E | 7 | 138 | 50 | 3E |
| Octal | 354 | 120 | 314 | 0 | 102 | 16 | 7 | 470 | 120 | 76 |
| Binary | 11101100 | 1010000 | 11001100 | 0 | 1000010 | 1110 | 111 | 100111000 | 1010000 | 111110 |
Color Harmonies of #EC50CC
Complementary color
Monochromatic Colors of #EC50CC
Black with #EC50CC
Text Example
Text Example
White with #EC50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50CC; }
p { color: rgb(236,80,204); }
H1.HeaderClassName
{
color: #EC50CC;
}
.AnyTagClassName
{
color: #EC50CC;
}
</style>
background-color css
<style>
a { background-color: #EC50CC; }
a { background-color: rgb(236,80,204); }
div.DivClassName
{
background-color: #EC50CC;
}
.BgClassName
{
background-color: #EC50CC;
}
</style>
border-color css
<style>
span { border-color: #EC50CC; }
span { border-color: rgb(236,80,204); }
td.TdClassName
{
border-color: #EC50CC;
}
.TagClassName
{
border-color: #EC50CC;
}
</style>