Html Css Color HEX #EC43D8 Free Speech Magenta
📋 copy color: '#EC43D8'red 236 ◦ green 67 ◦ blue 216
Shades of Free Speech Magenta #EC43D8
Tints of Free Speech Magenta #EC43D8
RGB
CMYK
RGB Variations
Color information
#EC43D8 (or 0xEC43D8) is known color: Free Speech Magenta. HEX triplet: EC, 43 and D8. RGB value is (236,67,216). Sum of RGB (Red+Green+Blue) = 236+67+216=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 67 (26.56% from 255 or 12.91% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC43D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC43D8 is #13BC27. Grayscale: #868686. Windows color (decimal): -1293352 or 14173164. OLE color: 14173164.
HSL color Cylindrical-coordinate representation of color #EC43D8: hue angle of 307.1º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC43D8 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 216 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.07 |
| HSL | 307.1º | 0.82% | 0.59% | - |
| HSV(B) | 307.1º | 0.72% | 0.93% | - |
| XYZ | 48.99 | 26.81 | 67.56 | - |
| YUV | 134.52 | 173.99 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 216 | 0 | 0.72 | 0.08 | 0.07 | 307.1 | 0.82 | 0.59 |
| Hex | EC | 43 | D8 | 0 | 48 | 8 | 7 | 133 | 52 | 3B |
| Octal | 354 | 103 | 330 | 0 | 110 | 10 | 7 | 463 | 122 | 73 |
| Binary | 11101100 | 1000011 | 11011000 | 0 | 1001000 | 1000 | 111 | 100110011 | 1010010 | 111011 |
Color Harmonies of #EC43D8
Complementary color
Monochromatic Colors of #EC43D8
Black with #EC43D8
Text Example
Text Example
White with #EC43D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC43D8; }
p { color: rgb(236,67,216); }
H1.HeaderClassName
{
color: #EC43D8;
}
.AnyTagClassName
{
color: #EC43D8;
}
</style>
background-color css
<style>
a { background-color: #EC43D8; }
a { background-color: rgb(236,67,216); }
div.DivClassName
{
background-color: #EC43D8;
}
.BgClassName
{
background-color: #EC43D8;
}
</style>
border-color css
<style>
span { border-color: #EC43D8; }
span { border-color: rgb(236,67,216); }
td.TdClassName
{
border-color: #EC43D8;
}
.TagClassName
{
border-color: #EC43D8;
}
</style>