Html Css Color HEX #EC55BF Free Speech Magenta
📋 copy color: '#EC55BF'red 236 ◦ green 85 ◦ blue 191
Shades of Free Speech Magenta #EC55BF
Tints of Free Speech Magenta #EC55BF
RGB
CMYK
RGB Variations
Color information
#EC55BF (or 0xEC55BF) is known color: Free Speech Magenta. HEX triplet: EC, 55 and BF. RGB value is (236,85,191). Sum of RGB (Red+Green+Blue) = 236+85+191=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55BF is #13AA40. Grayscale: #8D8D8D. Windows color (decimal): -1288769 or 12539372. OLE color: 12539372.
HSL color Cylindrical-coordinate representation of color #EC55BF: hue angle of 317.88º 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 #EC55BF is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 191 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.07 |
| HSL | 317.88º | 0.8% | 0.63% | - |
| HSV(B) | 317.88º | 0.64% | 0.93% | - |
| XYZ | 47.24 | 28.09 | 52.22 | - |
| YUV | 142.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 191 | 0 | 0.64 | 0.19 | 0.07 | 317.88 | 0.8 | 0.63 |
| Hex | EC | 55 | BF | 0 | 40 | 13 | 7 | 13E | 50 | 3F |
| Octal | 354 | 125 | 277 | 0 | 100 | 23 | 7 | 476 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10111111 | 0 | 1000000 | 10011 | 111 | 100111110 | 1010000 | 111111 |
Color Harmonies of #EC55BF
Complementary color
Monochromatic Colors of #EC55BF
Black with #EC55BF
Text Example
Text Example
White with #EC55BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55BF; }
p { color: rgb(236,85,191); }
H1.HeaderClassName
{
color: #EC55BF;
}
.AnyTagClassName
{
color: #EC55BF;
}
</style>
background-color css
<style>
a { background-color: #EC55BF; }
a { background-color: rgb(236,85,191); }
div.DivClassName
{
background-color: #EC55BF;
}
.BgClassName
{
background-color: #EC55BF;
}
</style>
border-color css
<style>
span { border-color: #EC55BF; }
span { border-color: rgb(236,85,191); }
td.TdClassName
{
border-color: #EC55BF;
}
.TagClassName
{
border-color: #EC55BF;
}
</style>