Html Css Color HEX #EC50CF Free Speech Magenta
📋 copy color: '#EC50CF'red 236 ◦ green 80 ◦ blue 207
Shades of Free Speech Magenta #EC50CF
Tints of Free Speech Magenta #EC50CF
RGB
CMYK
RGB Variations
Color information
#EC50CF (or 0xEC50CF) is known color: Free Speech Magenta. HEX triplet: EC, 50 and CF. RGB value is (236,80,207). Sum of RGB (Red+Green+Blue) = 236+80+207=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50CF is #13AF30. Grayscale: #8C8C8C. Windows color (decimal): -1290033 or 13586668. OLE color: 13586668.
HSL color Cylindrical-coordinate representation of color #EC50CF: hue angle of 311.15º 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 #EC50CF is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 207 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.07 |
| HSL | 311.15º | 0.8% | 0.62% | - |
| HSV(B) | 311.15º | 0.66% | 0.93% | - |
| XYZ | 48.72 | 28.08 | 61.88 | - |
| YUV | 141.12 | 165.18 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 207 | 0 | 0.66 | 0.12 | 0.07 | 311.15 | 0.8 | 0.62 |
| Hex | EC | 50 | CF | 0 | 42 | C | 7 | 137 | 50 | 3E |
| Octal | 354 | 120 | 317 | 0 | 102 | 14 | 7 | 467 | 120 | 76 |
| Binary | 11101100 | 1010000 | 11001111 | 0 | 1000010 | 1100 | 111 | 100110111 | 1010000 | 111110 |
Color Harmonies of #EC50CF
Complementary color
Monochromatic Colors of #EC50CF
Black with #EC50CF
Text Example
Text Example
White with #EC50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50CF; }
p { color: rgb(236,80,207); }
H1.HeaderClassName
{
color: #EC50CF;
}
.AnyTagClassName
{
color: #EC50CF;
}
</style>
background-color css
<style>
a { background-color: #EC50CF; }
a { background-color: rgb(236,80,207); }
div.DivClassName
{
background-color: #EC50CF;
}
.BgClassName
{
background-color: #EC50CF;
}
</style>
border-color css
<style>
span { border-color: #EC50CF; }
span { border-color: rgb(236,80,207); }
td.TdClassName
{
border-color: #EC50CF;
}
.TagClassName
{
border-color: #EC50CF;
}
</style>