Html Css Color HEX #EC51CA Free Speech Magenta
📋 copy color: '#EC51CA'red 236 ◦ green 81 ◦ blue 202
Shades of Free Speech Magenta #EC51CA
Tints of Free Speech Magenta #EC51CA
RGB
CMYK
RGB Variations
Color information
#EC51CA (or 0xEC51CA) is known color: Free Speech Magenta. HEX triplet: EC, 51 and CA. RGB value is (236,81,202). Sum of RGB (Red+Green+Blue) = 236+81+202=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51CA is #13AE35. Grayscale: #8C8C8C. Windows color (decimal): -1289782 or 13259244. OLE color: 13259244.
HSL color Cylindrical-coordinate representation of color #EC51CA: hue angle of 313.16º 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 #EC51CA is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 202 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.07 |
| HSL | 313.16º | 0.8% | 0.62% | - |
| HSV(B) | 313.16º | 0.66% | 0.93% | - |
| XYZ | 48.2 | 27.98 | 58.74 | - |
| YUV | 141.14 | 162.35 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 202 | 0 | 0.66 | 0.14 | 0.07 | 313.16 | 0.8 | 0.62 |
| Hex | EC | 51 | CA | 0 | 42 | E | 7 | 139 | 50 | 3E |
| Octal | 354 | 121 | 312 | 0 | 102 | 16 | 7 | 471 | 120 | 76 |
| Binary | 11101100 | 1010001 | 11001010 | 0 | 1000010 | 1110 | 111 | 100111001 | 1010000 | 111110 |
Color Harmonies of #EC51CA
Complementary color
Monochromatic Colors of #EC51CA
Black with #EC51CA
Text Example
Text Example
White with #EC51CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51CA; }
p { color: rgb(236,81,202); }
H1.HeaderClassName
{
color: #EC51CA;
}
.AnyTagClassName
{
color: #EC51CA;
}
</style>
background-color css
<style>
a { background-color: #EC51CA; }
a { background-color: rgb(236,81,202); }
div.DivClassName
{
background-color: #EC51CA;
}
.BgClassName
{
background-color: #EC51CA;
}
</style>
border-color css
<style>
span { border-color: #EC51CA; }
span { border-color: rgb(236,81,202); }
td.TdClassName
{
border-color: #EC51CA;
}
.TagClassName
{
border-color: #EC51CA;
}
</style>