Html Css Color HEX #EC55CC Free Speech Magenta
📋 copy color: '#EC55CC'red 236 ◦ green 85 ◦ blue 204
Shades of Free Speech Magenta #EC55CC
Tints of Free Speech Magenta #EC55CC
RGB
CMYK
RGB Variations
Color information
#EC55CC (or 0xEC55CC) is known color: Free Speech Magenta. HEX triplet: EC, 55 and CC. RGB value is (236,85,204). Sum of RGB (Red+Green+Blue) = 236+85+204=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55CC is #13AA33. Grayscale: #8F8F8F. Windows color (decimal): -1288756 or 13391340. OLE color: 13391340.
HSL color Cylindrical-coordinate representation of color #EC55CC: hue angle of 312.72º 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 #EC55CC is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 204 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.07 |
| HSL | 312.72º | 0.8% | 0.63% | - |
| HSV(B) | 312.72º | 0.64% | 0.93% | - |
| XYZ | 48.74 | 28.69 | 60.1 | - |
| YUV | 143.72 | 162.03 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 204 | 0 | 0.64 | 0.14 | 0.07 | 312.72 | 0.8 | 0.63 |
| Hex | EC | 55 | CC | 0 | 40 | E | 7 | 139 | 50 | 3F |
| Octal | 354 | 125 | 314 | 0 | 100 | 16 | 7 | 471 | 120 | 77 |
| Binary | 11101100 | 1010101 | 11001100 | 0 | 1000000 | 1110 | 111 | 100111001 | 1010000 | 111111 |
Color Harmonies of #EC55CC
Complementary color
Monochromatic Colors of #EC55CC
Black with #EC55CC
Text Example
Text Example
White with #EC55CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55CC; }
p { color: rgb(236,85,204); }
H1.HeaderClassName
{
color: #EC55CC;
}
.AnyTagClassName
{
color: #EC55CC;
}
</style>
background-color css
<style>
a { background-color: #EC55CC; }
a { background-color: rgb(236,85,204); }
div.DivClassName
{
background-color: #EC55CC;
}
.BgClassName
{
background-color: #EC55CC;
}
</style>
border-color css
<style>
span { border-color: #EC55CC; }
span { border-color: rgb(236,85,204); }
td.TdClassName
{
border-color: #EC55CC;
}
.TagClassName
{
border-color: #EC55CC;
}
</style>