Html Css Color HEX #EC50D3 Free Speech Magenta
📋 copy color: '#EC50D3'red 236 ◦ green 80 ◦ blue 211
Shades of Free Speech Magenta #EC50D3
Tints of Free Speech Magenta #EC50D3
RGB
CMYK
RGB Variations
Color information
#EC50D3 (or 0xEC50D3) is known color: Free Speech Magenta. HEX triplet: EC, 50 and D3. RGB value is (236,80,211). Sum of RGB (Red+Green+Blue) = 236+80+211=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50D3 is #13AF2C. Grayscale: #8D8D8D. Windows color (decimal): -1290029 or 13848812. OLE color: 13848812.
HSL color Cylindrical-coordinate representation of color #EC50D3: hue angle of 309.62º 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 #EC50D3 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 211 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.07 |
| HSL | 309.62º | 0.8% | 0.62% | - |
| HSV(B) | 309.62º | 0.66% | 0.93% | - |
| XYZ | 49.22 | 28.27 | 64.49 | - |
| YUV | 141.58 | 167.18 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 211 | 0 | 0.66 | 0.11 | 0.07 | 309.62 | 0.8 | 0.62 |
| Hex | EC | 50 | D3 | 0 | 42 | B | 7 | 136 | 50 | 3E |
| Octal | 354 | 120 | 323 | 0 | 102 | 13 | 7 | 466 | 120 | 76 |
| Binary | 11101100 | 1010000 | 11010011 | 0 | 1000010 | 1011 | 111 | 100110110 | 1010000 | 111110 |
Color Harmonies of #EC50D3
Complementary color
Monochromatic Colors of #EC50D3
Black with #EC50D3
Text Example
Text Example
White with #EC50D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50D3; }
p { color: rgb(236,80,211); }
H1.HeaderClassName
{
color: #EC50D3;
}
.AnyTagClassName
{
color: #EC50D3;
}
</style>
background-color css
<style>
a { background-color: #EC50D3; }
a { background-color: rgb(236,80,211); }
div.DivClassName
{
background-color: #EC50D3;
}
.BgClassName
{
background-color: #EC50D3;
}
</style>
border-color css
<style>
span { border-color: #EC50D3; }
span { border-color: rgb(236,80,211); }
td.TdClassName
{
border-color: #EC50D3;
}
.TagClassName
{
border-color: #EC50D3;
}
</style>