Html Css Color HEX #EC59C4 Free Speech Magenta
📋 copy color: '#EC59C4'red 236 ◦ green 89 ◦ blue 196
Shades of Free Speech Magenta #EC59C4
Tints of Free Speech Magenta #EC59C4
RGB
CMYK
RGB Variations
Color information
#EC59C4 (or 0xEC59C4) is known color: Free Speech Magenta. HEX triplet: EC, 59 and C4. RGB value is (236,89,196). Sum of RGB (Red+Green+Blue) = 236+89+196=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59C4 is #13A63B. Grayscale: #909090. Windows color (decimal): -1287740 or 12868076. OLE color: 12868076.
HSL color Cylindrical-coordinate representation of color #EC59C4: hue angle of 316.33º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC59C4 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 196 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.07 |
| HSL | 316.33º | 0.79% | 0.64% | - |
| HSV(B) | 316.33º | 0.62% | 0.93% | - |
| XYZ | 48.13 | 28.96 | 55.28 | - |
| YUV | 145.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 196 | 0 | 0.62 | 0.17 | 0.07 | 316.33 | 0.79 | 0.64 |
| Hex | EC | 59 | C4 | 0 | 3E | 11 | 7 | 13C | 4F | 40 |
| Octal | 354 | 131 | 304 | 0 | 76 | 21 | 7 | 474 | 117 | 100 |
| Binary | 11101100 | 1011001 | 11000100 | 0 | 111110 | 10001 | 111 | 100111100 | 1001111 | 1000000 |
Color Harmonies of #EC59C4
Complementary color
Monochromatic Colors of #EC59C4
Black with #EC59C4
Text Example
Text Example
White with #EC59C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59C4; }
p { color: rgb(236,89,196); }
H1.HeaderClassName
{
color: #EC59C4;
}
.AnyTagClassName
{
color: #EC59C4;
}
</style>
background-color css
<style>
a { background-color: #EC59C4; }
a { background-color: rgb(236,89,196); }
div.DivClassName
{
background-color: #EC59C4;
}
.BgClassName
{
background-color: #EC59C4;
}
</style>
border-color css
<style>
span { border-color: #EC59C4; }
span { border-color: rgb(236,89,196); }
td.TdClassName
{
border-color: #EC59C4;
}
.TagClassName
{
border-color: #EC59C4;
}
</style>