Html Css Color HEX #EC60CA Free Speech Magenta
📋 copy color: '#EC60CA'red 236 ◦ green 96 ◦ blue 202
Shades of Free Speech Magenta #EC60CA
Tints of Free Speech Magenta #EC60CA
RGB
CMYK
RGB Variations
Color information
#EC60CA (or 0xEC60CA) is known color: Free Speech Magenta. HEX triplet: EC, 60 and CA. RGB value is (236,96,202). Sum of RGB (Red+Green+Blue) = 236+96+202=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60CA is #139F35. Grayscale: #959595. Windows color (decimal): -1285942 or 13263084. OLE color: 13263084.
HSL color Cylindrical-coordinate representation of color #EC60CA: hue angle of 314.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC60CA is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 202 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.07 |
| HSL | 314.57º | 0.79% | 0.65% | - |
| HSV(B) | 314.57º | 0.59% | 0.93% | - |
| XYZ | 49.44 | 30.46 | 59.15 | - |
| YUV | 149.94 | 157.38 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 202 | 0 | 0.59 | 0.14 | 0.07 | 314.57 | 0.79 | 0.65 |
| Hex | EC | 60 | CA | 0 | 3B | E | 7 | 13B | 4F | 41 |
| Octal | 354 | 140 | 312 | 0 | 73 | 16 | 7 | 473 | 117 | 101 |
| Binary | 11101100 | 1100000 | 11001010 | 0 | 111011 | 1110 | 111 | 100111011 | 1001111 | 1000001 |
Color Harmonies of #EC60CA
Complementary color
Monochromatic Colors of #EC60CA
Black with #EC60CA
Text Example
Text Example
White with #EC60CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60CA; }
p { color: rgb(236,96,202); }
H1.HeaderClassName
{
color: #EC60CA;
}
.AnyTagClassName
{
color: #EC60CA;
}
</style>
background-color css
<style>
a { background-color: #EC60CA; }
a { background-color: rgb(236,96,202); }
div.DivClassName
{
background-color: #EC60CA;
}
.BgClassName
{
background-color: #EC60CA;
}
</style>
border-color css
<style>
span { border-color: #EC60CA; }
span { border-color: rgb(236,96,202); }
td.TdClassName
{
border-color: #EC60CA;
}
.TagClassName
{
border-color: #EC60CA;
}
</style>