Html Css Color HEX #EC51D5 Free Speech Magenta
📋 copy color: '#EC51D5'red 236 ◦ green 81 ◦ blue 213
Shades of Free Speech Magenta #EC51D5
Tints of Free Speech Magenta #EC51D5
RGB
CMYK
RGB Variations
Color information
#EC51D5 (or 0xEC51D5) is known color: Free Speech Magenta. HEX triplet: EC, 51 and D5. RGB value is (236,81,213). Sum of RGB (Red+Green+Blue) = 236+81+213=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51D5 is #13AE2A. Grayscale: #8E8E8E. Windows color (decimal): -1289771 or 13980140. OLE color: 13980140.
HSL color Cylindrical-coordinate representation of color #EC51D5: hue angle of 308.9º 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 #EC51D5 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 213 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.07 |
| HSL | 308.9º | 0.8% | 0.62% | - |
| HSV(B) | 308.9º | 0.66% | 0.93% | - |
| XYZ | 49.54 | 28.52 | 65.84 | - |
| YUV | 142.39 | 167.85 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 213 | 0 | 0.66 | 0.10 | 0.07 | 308.9 | 0.8 | 0.62 |
| Hex | EC | 51 | D5 | 0 | 42 | A | 7 | 135 | 50 | 3E |
| Octal | 354 | 121 | 325 | 0 | 102 | 12 | 7 | 465 | 120 | 76 |
| Binary | 11101100 | 1010001 | 11010101 | 0 | 1000010 | 1010 | 111 | 100110101 | 1010000 | 111110 |
Color Harmonies of #EC51D5
Complementary color
Monochromatic Colors of #EC51D5
Black with #EC51D5
Text Example
Text Example
White with #EC51D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51D5; }
p { color: rgb(236,81,213); }
H1.HeaderClassName
{
color: #EC51D5;
}
.AnyTagClassName
{
color: #EC51D5;
}
</style>
background-color css
<style>
a { background-color: #EC51D5; }
a { background-color: rgb(236,81,213); }
div.DivClassName
{
background-color: #EC51D5;
}
.BgClassName
{
background-color: #EC51D5;
}
</style>
border-color css
<style>
span { border-color: #EC51D5; }
span { border-color: rgb(236,81,213); }
td.TdClassName
{
border-color: #EC51D5;
}
.TagClassName
{
border-color: #EC51D5;
}
</style>