Html Css Color HEX #EC48DC Free Speech Magenta
📋 copy color: '#EC48DC'red 236 ◦ green 72 ◦ blue 220
Shades of Free Speech Magenta #EC48DC
Tints of Free Speech Magenta #EC48DC
RGB
CMYK
RGB Variations
Color information
#EC48DC (or 0xEC48DC) is known color: Free Speech Magenta. HEX triplet: EC, 48 and DC. RGB value is (236,72,220). Sum of RGB (Red+Green+Blue) = 236+72+220=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 72 (28.52% from 255 or 13.64% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48DC is #13B723. Grayscale: #898989. Windows color (decimal): -1292068 or 14436588. OLE color: 14436588.
HSL color Cylindrical-coordinate representation of color #EC48DC: hue angle of 305.85º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC48DC is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 220 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.07 |
| HSL | 305.85º | 0.81% | 0.6% | - |
| HSV(B) | 305.85º | 0.69% | 0.93% | - |
| XYZ | 49.83 | 27.63 | 70.42 | - |
| YUV | 137.91 | 174.33 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 220 | 0 | 0.69 | 0.07 | 0.07 | 305.85 | 0.81 | 0.6 |
| Hex | EC | 48 | DC | 0 | 45 | 7 | 7 | 132 | 51 | 3C |
| Octal | 354 | 110 | 334 | 0 | 105 | 7 | 7 | 462 | 121 | 74 |
| Binary | 11101100 | 1001000 | 11011100 | 0 | 1000101 | 111 | 111 | 100110010 | 1010001 | 111100 |
Color Harmonies of #EC48DC
Complementary color
Monochromatic Colors of #EC48DC
Black with #EC48DC
Text Example
Text Example
White with #EC48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC48DC; }
p { color: rgb(236,72,220); }
H1.HeaderClassName
{
color: #EC48DC;
}
.AnyTagClassName
{
color: #EC48DC;
}
</style>
background-color css
<style>
a { background-color: #EC48DC; }
a { background-color: rgb(236,72,220); }
div.DivClassName
{
background-color: #EC48DC;
}
.BgClassName
{
background-color: #EC48DC;
}
</style>
border-color css
<style>
span { border-color: #EC48DC; }
span { border-color: rgb(236,72,220); }
td.TdClassName
{
border-color: #EC48DC;
}
.TagClassName
{
border-color: #EC48DC;
}
</style>