Html Css Color HEX #EC48C9 Free Speech Magenta
📋 copy color: '#EC48C9'red 236 ◦ green 72 ◦ blue 201
Shades of Free Speech Magenta #EC48C9
Tints of Free Speech Magenta #EC48C9
RGB
CMYK
RGB Variations
Color information
#EC48C9 (or 0xEC48C9) is known color: Free Speech Magenta. HEX triplet: EC, 48 and C9. RGB value is (236,72,201). Sum of RGB (Red+Green+Blue) = 236+72+201=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48C9 is #13B736. Grayscale: #878787. Windows color (decimal): -1292087 or 13191404. OLE color: 13191404.
HSL color Cylindrical-coordinate representation of color #EC48C9: hue angle of 312.8º 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 #EC48C9 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 201 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.07 |
| HSL | 312.8º | 0.81% | 0.6% | - |
| HSV(B) | 312.8º | 0.69% | 0.93% | - |
| XYZ | 47.45 | 26.68 | 57.91 | - |
| YUV | 135.74 | 164.83 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 201 | 0 | 0.69 | 0.15 | 0.07 | 312.8 | 0.81 | 0.6 |
| Hex | EC | 48 | C9 | 0 | 45 | F | 7 | 139 | 51 | 3C |
| Octal | 354 | 110 | 311 | 0 | 105 | 17 | 7 | 471 | 121 | 74 |
| Binary | 11101100 | 1001000 | 11001001 | 0 | 1000101 | 1111 | 111 | 100111001 | 1010001 | 111100 |
Color Harmonies of #EC48C9
Complementary color
Monochromatic Colors of #EC48C9
Black with #EC48C9
Text Example
Text Example
White with #EC48C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC48C9; }
p { color: rgb(236,72,201); }
H1.HeaderClassName
{
color: #EC48C9;
}
.AnyTagClassName
{
color: #EC48C9;
}
</style>
background-color css
<style>
a { background-color: #EC48C9; }
a { background-color: rgb(236,72,201); }
div.DivClassName
{
background-color: #EC48C9;
}
.BgClassName
{
background-color: #EC48C9;
}
</style>
border-color css
<style>
span { border-color: #EC48C9; }
span { border-color: rgb(236,72,201); }
td.TdClassName
{
border-color: #EC48C9;
}
.TagClassName
{
border-color: #EC48C9;
}
</style>