Html Css Color HEX #EC45D4 Free Speech Magenta
📋 copy color: '#EC45D4'red 236 ◦ green 69 ◦ blue 212
Shades of Free Speech Magenta #EC45D4
Tints of Free Speech Magenta #EC45D4
RGB
CMYK
RGB Variations
Color information
#EC45D4 (or 0xEC45D4) is known color: Free Speech Magenta. HEX triplet: EC, 45 and D4. RGB value is (236,69,212). Sum of RGB (Red+Green+Blue) = 236+69+212=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 69 (27.34% from 255 or 13.35% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC45D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC45D4 is #13BA2B. Grayscale: #868686. Windows color (decimal): -1292844 or 13911532. OLE color: 13911532.
HSL color Cylindrical-coordinate representation of color #EC45D4: hue angle of 308.62º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC45D4 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 212 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.07 |
| HSL | 308.62º | 0.81% | 0.6% | - |
| HSV(B) | 308.62º | 0.71% | 0.93% | - |
| XYZ | 48.6 | 26.84 | 64.91 | - |
| YUV | 135.24 | 171.33 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 212 | 0 | 0.71 | 0.10 | 0.07 | 308.62 | 0.81 | 0.6 |
| Hex | EC | 45 | D4 | 0 | 47 | A | 7 | 135 | 51 | 3C |
| Octal | 354 | 105 | 324 | 0 | 107 | 12 | 7 | 465 | 121 | 74 |
| Binary | 11101100 | 1000101 | 11010100 | 0 | 1000111 | 1010 | 111 | 100110101 | 1010001 | 111100 |
Color Harmonies of #EC45D4
Complementary color
Monochromatic Colors of #EC45D4
Black with #EC45D4
Text Example
Text Example
White with #EC45D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC45D4; }
p { color: rgb(236,69,212); }
H1.HeaderClassName
{
color: #EC45D4;
}
.AnyTagClassName
{
color: #EC45D4;
}
</style>
background-color css
<style>
a { background-color: #EC45D4; }
a { background-color: rgb(236,69,212); }
div.DivClassName
{
background-color: #EC45D4;
}
.BgClassName
{
background-color: #EC45D4;
}
</style>
border-color css
<style>
span { border-color: #EC45D4; }
span { border-color: rgb(236,69,212); }
td.TdClassName
{
border-color: #EC45D4;
}
.TagClassName
{
border-color: #EC45D4;
}
</style>