Html Css Color HEX #EC48D8 Free Speech Magenta
📋 copy color: '#EC48D8'red 236 ◦ green 72 ◦ blue 216
Shades of Free Speech Magenta #EC48D8
Tints of Free Speech Magenta #EC48D8
RGB
CMYK
RGB Variations
Color information
#EC48D8 (or 0xEC48D8) is known color: Free Speech Magenta. HEX triplet: EC, 48 and D8. RGB value is (236,72,216). Sum of RGB (Red+Green+Blue) = 236+72+216=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 72 (28.52% from 255 or 13.74% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48D8 is #13B727. Grayscale: #898989. Windows color (decimal): -1292072 or 14174444. OLE color: 14174444.
HSL color Cylindrical-coordinate representation of color #EC48D8: hue angle of 307.32º 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 #EC48D8 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 216 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.07 |
| HSL | 307.32º | 0.81% | 0.6% | - |
| HSV(B) | 307.32º | 0.69% | 0.93% | - |
| XYZ | 49.3 | 27.43 | 67.66 | - |
| YUV | 137.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 216 | 0 | 0.69 | 0.08 | 0.07 | 307.32 | 0.81 | 0.6 |
| Hex | EC | 48 | D8 | 0 | 45 | 8 | 7 | 133 | 51 | 3C |
| Octal | 354 | 110 | 330 | 0 | 105 | 10 | 7 | 463 | 121 | 74 |
| Binary | 11101100 | 1001000 | 11011000 | 0 | 1000101 | 1000 | 111 | 100110011 | 1010001 | 111100 |
Color Harmonies of #EC48D8
Complementary color
Monochromatic Colors of #EC48D8
Black with #EC48D8
Text Example
Text Example
White with #EC48D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC48D8; }
p { color: rgb(236,72,216); }
H1.HeaderClassName
{
color: #EC48D8;
}
.AnyTagClassName
{
color: #EC48D8;
}
</style>
background-color css
<style>
a { background-color: #EC48D8; }
a { background-color: rgb(236,72,216); }
div.DivClassName
{
background-color: #EC48D8;
}
.BgClassName
{
background-color: #EC48D8;
}
</style>
border-color css
<style>
span { border-color: #EC48D8; }
span { border-color: rgb(236,72,216); }
td.TdClassName
{
border-color: #EC48D8;
}
.TagClassName
{
border-color: #EC48D8;
}
</style>