Html Css Color HEX #EC50CB Free Speech Magenta
📋 copy color: '#EC50CB'red 236 ◦ green 80 ◦ blue 203
Shades of Free Speech Magenta #EC50CB
Tints of Free Speech Magenta #EC50CB
RGB
CMYK
RGB Variations
Color information
#EC50CB (or 0xEC50CB) is known color: Free Speech Magenta. HEX triplet: EC, 50 and CB. RGB value is (236,80,203). Sum of RGB (Red+Green+Blue) = 236+80+203=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50CB is #13AF34. Grayscale: #8C8C8C. Windows color (decimal): -1290037 or 13324524. OLE color: 13324524.
HSL color Cylindrical-coordinate representation of color #EC50CB: hue angle of 312.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC50CB is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 203 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.07 |
| HSL | 312.69º | 0.8% | 0.62% | - |
| HSV(B) | 312.69º | 0.66% | 0.93% | - |
| XYZ | 48.24 | 27.88 | 59.34 | - |
| YUV | 140.67 | 163.18 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 203 | 0 | 0.66 | 0.14 | 0.07 | 312.69 | 0.8 | 0.62 |
| Hex | EC | 50 | CB | 0 | 42 | E | 7 | 139 | 50 | 3E |
| Octal | 354 | 120 | 313 | 0 | 102 | 16 | 7 | 471 | 120 | 76 |
| Binary | 11101100 | 1010000 | 11001011 | 0 | 1000010 | 1110 | 111 | 100111001 | 1010000 | 111110 |
Color Harmonies of #EC50CB
Complementary color
Monochromatic Colors of #EC50CB
Black with #EC50CB
Text Example
Text Example
White with #EC50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50CB; }
p { color: rgb(236,80,203); }
H1.HeaderClassName
{
color: #EC50CB;
}
.AnyTagClassName
{
color: #EC50CB;
}
</style>
background-color css
<style>
a { background-color: #EC50CB; }
a { background-color: rgb(236,80,203); }
div.DivClassName
{
background-color: #EC50CB;
}
.BgClassName
{
background-color: #EC50CB;
}
</style>
border-color css
<style>
span { border-color: #EC50CB; }
span { border-color: rgb(236,80,203); }
td.TdClassName
{
border-color: #EC50CB;
}
.TagClassName
{
border-color: #EC50CB;
}
</style>