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