Html Css Color HEX #EC55C8 Free Speech Magenta
📋 copy color: '#EC55C8'red 236 ◦ green 85 ◦ blue 200
Shades of Free Speech Magenta #EC55C8
Tints of Free Speech Magenta #EC55C8
RGB
CMYK
RGB Variations
Color information
#EC55C8 (or 0xEC55C8) is known color: Free Speech Magenta. HEX triplet: EC, 55 and C8. RGB value is (236,85,200). Sum of RGB (Red+Green+Blue) = 236+85+200=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55C8 is #13AA37. Grayscale: #8E8E8E. Windows color (decimal): -1288760 or 13129196. OLE color: 13129196.
HSL color Cylindrical-coordinate representation of color #EC55C8: hue angle of 314.3º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC55C8 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 200 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.07 |
| HSL | 314.3º | 0.8% | 0.63% | - |
| HSV(B) | 314.3º | 0.64% | 0.93% | - |
| XYZ | 48.27 | 28.5 | 57.6 | - |
| YUV | 143.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 200 | 0 | 0.64 | 0.15 | 0.07 | 314.3 | 0.8 | 0.63 |
| Hex | EC | 55 | C8 | 0 | 40 | F | 7 | 13A | 50 | 3F |
| Octal | 354 | 125 | 310 | 0 | 100 | 17 | 7 | 472 | 120 | 77 |
| Binary | 11101100 | 1010101 | 11001000 | 0 | 1000000 | 1111 | 111 | 100111010 | 1010000 | 111111 |
Color Harmonies of #EC55C8
Complementary color
Monochromatic Colors of #EC55C8
Black with #EC55C8
Text Example
Text Example
White with #EC55C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55C8; }
p { color: rgb(236,85,200); }
H1.HeaderClassName
{
color: #EC55C8;
}
.AnyTagClassName
{
color: #EC55C8;
}
</style>
background-color css
<style>
a { background-color: #EC55C8; }
a { background-color: rgb(236,85,200); }
div.DivClassName
{
background-color: #EC55C8;
}
.BgClassName
{
background-color: #EC55C8;
}
</style>
border-color css
<style>
span { border-color: #EC55C8; }
span { border-color: rgb(236,85,200); }
td.TdClassName
{
border-color: #EC55C8;
}
.TagClassName
{
border-color: #EC55C8;
}
</style>