Html Css Color HEX #EC51D8 Free Speech Magenta
📋 copy color: '#EC51D8'red 236 ◦ green 81 ◦ blue 216
Shades of Free Speech Magenta #EC51D8
Tints of Free Speech Magenta #EC51D8
RGB
CMYK
RGB Variations
Color information
#EC51D8 (or 0xEC51D8) is known color: Free Speech Magenta. HEX triplet: EC, 51 and D8. RGB value is (236,81,216). Sum of RGB (Red+Green+Blue) = 236+81+216=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 81 (32.03% from 255 or 15.20% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51D8 is #13AE27. Grayscale: #8E8E8E. Windows color (decimal): -1289768 or 14176748. OLE color: 14176748.
HSL color Cylindrical-coordinate representation of color #EC51D8: hue angle of 307.74º 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 #EC51D8 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 216 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.07 |
| HSL | 307.74º | 0.8% | 0.62% | - |
| HSV(B) | 307.74º | 0.66% | 0.93% | - |
| XYZ | 49.93 | 28.68 | 67.87 | - |
| YUV | 142.74 | 169.35 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 216 | 0 | 0.66 | 0.08 | 0.07 | 307.74 | 0.8 | 0.62 |
| Hex | EC | 51 | D8 | 0 | 42 | 8 | 7 | 134 | 50 | 3E |
| Octal | 354 | 121 | 330 | 0 | 102 | 10 | 7 | 464 | 120 | 76 |
| Binary | 11101100 | 1010001 | 11011000 | 0 | 1000010 | 1000 | 111 | 100110100 | 1010000 | 111110 |
Color Harmonies of #EC51D8
Complementary color
Monochromatic Colors of #EC51D8
Black with #EC51D8
Text Example
Text Example
White with #EC51D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51D8; }
p { color: rgb(236,81,216); }
H1.HeaderClassName
{
color: #EC51D8;
}
.AnyTagClassName
{
color: #EC51D8;
}
</style>
background-color css
<style>
a { background-color: #EC51D8; }
a { background-color: rgb(236,81,216); }
div.DivClassName
{
background-color: #EC51D8;
}
.BgClassName
{
background-color: #EC51D8;
}
</style>
border-color css
<style>
span { border-color: #EC51D8; }
span { border-color: rgb(236,81,216); }
td.TdClassName
{
border-color: #EC51D8;
}
.TagClassName
{
border-color: #EC51D8;
}
</style>