Html Css Color HEX #EC48CE Free Speech Magenta
📋 copy color: '#EC48CE'red 236 ◦ green 72 ◦ blue 206
Shades of Free Speech Magenta #EC48CE
Tints of Free Speech Magenta #EC48CE
RGB
CMYK
RGB Variations
Color information
#EC48CE (or 0xEC48CE) is known color: Free Speech Magenta. HEX triplet: EC, 48 and CE. RGB value is (236,72,206). Sum of RGB (Red+Green+Blue) = 236+72+206=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48CE is #13B731. Grayscale: #878787. Windows color (decimal): -1292082 or 13519084. OLE color: 13519084.
HSL color Cylindrical-coordinate representation of color #EC48CE: hue angle of 310.98º 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 #EC48CE is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 206 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.07 |
| HSL | 310.98º | 0.81% | 0.6% | - |
| HSV(B) | 310.98º | 0.69% | 0.93% | - |
| XYZ | 48.05 | 26.92 | 61.06 | - |
| YUV | 136.31 | 167.33 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 206 | 0 | 0.69 | 0.13 | 0.07 | 310.98 | 0.81 | 0.6 |
| Hex | EC | 48 | CE | 0 | 45 | D | 7 | 137 | 51 | 3C |
| Octal | 354 | 110 | 316 | 0 | 105 | 15 | 7 | 467 | 121 | 74 |
| Binary | 11101100 | 1001000 | 11001110 | 0 | 1000101 | 1101 | 111 | 100110111 | 1010001 | 111100 |
Color Harmonies of #EC48CE
Complementary color
Monochromatic Colors of #EC48CE
Black with #EC48CE
Text Example
Text Example
White with #EC48CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC48CE; }
p { color: rgb(236,72,206); }
H1.HeaderClassName
{
color: #EC48CE;
}
.AnyTagClassName
{
color: #EC48CE;
}
</style>
background-color css
<style>
a { background-color: #EC48CE; }
a { background-color: rgb(236,72,206); }
div.DivClassName
{
background-color: #EC48CE;
}
.BgClassName
{
background-color: #EC48CE;
}
</style>
border-color css
<style>
span { border-color: #EC48CE; }
span { border-color: rgb(236,72,206); }
td.TdClassName
{
border-color: #EC48CE;
}
.TagClassName
{
border-color: #EC48CE;
}
</style>