Html Css Color HEX #EC51DF Free Speech Magenta
📋 copy color: '#EC51DF'red 236 ◦ green 81 ◦ blue 223
Shades of Free Speech Magenta #EC51DF
Tints of Free Speech Magenta #EC51DF
RGB
CMYK
RGB Variations
Color information
#EC51DF (or 0xEC51DF) is known color: Free Speech Magenta. HEX triplet: EC, 51 and DF. RGB value is (236,81,223). Sum of RGB (Red+Green+Blue) = 236+81+223=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 81 (32.03% from 255 or 15% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51DF is #13AE20. Grayscale: #8F8F8F. Windows color (decimal): -1289761 or 14635500. OLE color: 14635500.
HSL color Cylindrical-coordinate representation of color #EC51DF: hue angle of 305.03º 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 #EC51DF is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 223 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.07 |
| HSL | 305.03º | 0.8% | 0.62% | - |
| HSV(B) | 305.03º | 0.66% | 0.93% | - |
| XYZ | 50.85 | 29.05 | 72.74 | - |
| YUV | 143.53 | 172.85 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 223 | 0 | 0.66 | 0.06 | 0.07 | 305.03 | 0.8 | 0.62 |
| Hex | EC | 51 | DF | 0 | 42 | 6 | 7 | 131 | 50 | 3E |
| Octal | 354 | 121 | 337 | 0 | 102 | 6 | 7 | 461 | 120 | 76 |
| Binary | 11101100 | 1010001 | 11011111 | 0 | 1000010 | 110 | 111 | 100110001 | 1010000 | 111110 |
Color Harmonies of #EC51DF
Complementary color
Monochromatic Colors of #EC51DF
Black with #EC51DF
Text Example
Text Example
White with #EC51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51DF; }
p { color: rgb(236,81,223); }
H1.HeaderClassName
{
color: #EC51DF;
}
.AnyTagClassName
{
color: #EC51DF;
}
</style>
background-color css
<style>
a { background-color: #EC51DF; }
a { background-color: rgb(236,81,223); }
div.DivClassName
{
background-color: #EC51DF;
}
.BgClassName
{
background-color: #EC51DF;
}
</style>
border-color css
<style>
span { border-color: #EC51DF; }
span { border-color: rgb(236,81,223); }
td.TdClassName
{
border-color: #EC51DF;
}
.TagClassName
{
border-color: #EC51DF;
}
</style>