Html Css Color HEX #EC51CC Free Speech Magenta
📋 copy color: '#EC51CC'red 236 ◦ green 81 ◦ blue 204
Shades of Free Speech Magenta #EC51CC
Tints of Free Speech Magenta #EC51CC
RGB
CMYK
RGB Variations
Color information
#EC51CC (or 0xEC51CC) is known color: Free Speech Magenta. HEX triplet: EC, 51 and CC. RGB value is (236,81,204). Sum of RGB (Red+Green+Blue) = 236+81+204=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51CC is #13AE33. Grayscale: #8D8D8D. Windows color (decimal): -1289780 or 13390316. OLE color: 13390316.
HSL color Cylindrical-coordinate representation of color #EC51CC: hue angle of 312.39º 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 #EC51CC is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 204 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.07 |
| HSL | 312.39º | 0.8% | 0.62% | - |
| HSV(B) | 312.39º | 0.66% | 0.93% | - |
| XYZ | 48.43 | 28.08 | 59.99 | - |
| YUV | 141.37 | 163.35 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 204 | 0 | 0.66 | 0.14 | 0.07 | 312.39 | 0.8 | 0.62 |
| Hex | EC | 51 | CC | 0 | 42 | E | 7 | 138 | 50 | 3E |
| Octal | 354 | 121 | 314 | 0 | 102 | 16 | 7 | 470 | 120 | 76 |
| Binary | 11101100 | 1010001 | 11001100 | 0 | 1000010 | 1110 | 111 | 100111000 | 1010000 | 111110 |
Color Harmonies of #EC51CC
Complementary color
Monochromatic Colors of #EC51CC
Black with #EC51CC
Text Example
Text Example
White with #EC51CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51CC; }
p { color: rgb(236,81,204); }
H1.HeaderClassName
{
color: #EC51CC;
}
.AnyTagClassName
{
color: #EC51CC;
}
</style>
background-color css
<style>
a { background-color: #EC51CC; }
a { background-color: rgb(236,81,204); }
div.DivClassName
{
background-color: #EC51CC;
}
.BgClassName
{
background-color: #EC51CC;
}
</style>
border-color css
<style>
span { border-color: #EC51CC; }
span { border-color: rgb(236,81,204); }
td.TdClassName
{
border-color: #EC51CC;
}
.TagClassName
{
border-color: #EC51CC;
}
</style>