Html Css Color HEX #EC43D3 Free Speech Magenta
📋 copy color: '#EC43D3'red 236 ◦ green 67 ◦ blue 211
Shades of Free Speech Magenta #EC43D3
Tints of Free Speech Magenta #EC43D3
RGB
CMYK
RGB Variations
Color information
#EC43D3 (or 0xEC43D3) is known color: Free Speech Magenta. HEX triplet: EC, 43 and D3. RGB value is (236,67,211). Sum of RGB (Red+Green+Blue) = 236+67+211=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 67 (26.56% from 255 or 13.04% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC43D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC43D3 is #13BC2C. Grayscale: #858585. Windows color (decimal): -1293357 or 13845484. OLE color: 13845484.
HSL color Cylindrical-coordinate representation of color #EC43D3: hue angle of 308.88º 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 #EC43D3 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 211 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.07 |
| HSL | 308.88º | 0.82% | 0.59% | - |
| HSV(B) | 308.88º | 0.72% | 0.93% | - |
| XYZ | 48.36 | 26.55 | 64.2 | - |
| YUV | 133.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 211 | 0 | 0.72 | 0.11 | 0.07 | 308.88 | 0.82 | 0.59 |
| Hex | EC | 43 | D3 | 0 | 48 | B | 7 | 135 | 52 | 3B |
| Octal | 354 | 103 | 323 | 0 | 110 | 13 | 7 | 465 | 122 | 73 |
| Binary | 11101100 | 1000011 | 11010011 | 0 | 1001000 | 1011 | 111 | 100110101 | 1010010 | 111011 |
Color Harmonies of #EC43D3
Complementary color
Monochromatic Colors of #EC43D3
Black with #EC43D3
Text Example
Text Example
White with #EC43D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC43D3; }
p { color: rgb(236,67,211); }
H1.HeaderClassName
{
color: #EC43D3;
}
.AnyTagClassName
{
color: #EC43D3;
}
</style>
background-color css
<style>
a { background-color: #EC43D3; }
a { background-color: rgb(236,67,211); }
div.DivClassName
{
background-color: #EC43D3;
}
.BgClassName
{
background-color: #EC43D3;
}
</style>
border-color css
<style>
span { border-color: #EC43D3; }
span { border-color: rgb(236,67,211); }
td.TdClassName
{
border-color: #EC43D3;
}
.TagClassName
{
border-color: #EC43D3;
}
</style>