Html Css Color HEX #EC48DF Free Speech Magenta
📋 copy color: '#EC48DF'red 236 ◦ green 72 ◦ blue 223
Shades of Free Speech Magenta #EC48DF
Tints of Free Speech Magenta #EC48DF
RGB
CMYK
RGB Variations
Color information
#EC48DF (or 0xEC48DF) is known color: Free Speech Magenta. HEX triplet: EC, 48 and DF. RGB value is (236,72,223). Sum of RGB (Red+Green+Blue) = 236+72+223=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 72 (28.52% from 255 or 13.56% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48DF is #13B720. Grayscale: #898989. Windows color (decimal): -1292065 or 14633196. OLE color: 14633196.
HSL color Cylindrical-coordinate representation of color #EC48DF: hue angle of 304.76º 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 #EC48DF is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 223 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.07 |
| HSL | 304.76º | 0.81% | 0.6% | - |
| HSV(B) | 304.76º | 0.69% | 0.93% | - |
| XYZ | 50.23 | 27.8 | 72.53 | - |
| YUV | 138.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 223 | 0 | 0.69 | 0.06 | 0.07 | 304.76 | 0.81 | 0.6 |
| Hex | EC | 48 | DF | 0 | 45 | 6 | 7 | 131 | 51 | 3C |
| Octal | 354 | 110 | 337 | 0 | 105 | 6 | 7 | 461 | 121 | 74 |
| Binary | 11101100 | 1001000 | 11011111 | 0 | 1000101 | 110 | 111 | 100110001 | 1010001 | 111100 |
Color Harmonies of #EC48DF
Complementary color
Monochromatic Colors of #EC48DF
Black with #EC48DF
Text Example
Text Example
White with #EC48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC48DF; }
p { color: rgb(236,72,223); }
H1.HeaderClassName
{
color: #EC48DF;
}
.AnyTagClassName
{
color: #EC48DF;
}
</style>
background-color css
<style>
a { background-color: #EC48DF; }
a { background-color: rgb(236,72,223); }
div.DivClassName
{
background-color: #EC48DF;
}
.BgClassName
{
background-color: #EC48DF;
}
</style>
border-color css
<style>
span { border-color: #EC48DF; }
span { border-color: rgb(236,72,223); }
td.TdClassName
{
border-color: #EC48DF;
}
.TagClassName
{
border-color: #EC48DF;
}
</style>